{
    "item": [
        {
            "name": "loginservice",
            "description": "",
            "item": [
                {
                    "id": "50c7964b-c8a2-43aa-8691-c992af02090b",
                    "name": "Login",
                    "request": {
                        "name": "Login",
                        "description": {
                            "content": "A call to the `/loginservice` will generates a set-cookie header in the response.\n\nThe `JSESSIONID` cookie must be transfered with each subsequent calls. (If the REST API is used in an application running in a web browser, this is handled automatically by the web browser just like any cookies).\n\nAdditional protection agains CSRF attacks is enabled by default for all fresh installations This security relies on `X-Bonita-API-Token` information.\nThe `X-Bonita-API-Token` value can be found in the cookie named: `X-Bonita-API-Token`.\n\nAll the subsequence REST API calls performing changes in the system using DELETE, POST, or PUT HTTP methods must contain the **HTTP header** below:\n\n``` X-Bonita-API-Token: example-dummy-not-be-used-value ```\n",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "loginservice"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": []
                        },
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/x-www-form-urlencoded"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "POST",
                        "body": {
                            "mode": "urlencoded",
                            "urlencoded": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) the username",
                                        "type": "text/plain"
                                    },
                                    "key": "username",
                                    "value": "<string>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) the password",
                                        "type": "text/plain"
                                    },
                                    "key": "password",
                                    "value": "<string>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "\"true\" or \"false\". \"false\" indicates that the service should not redirect to Bonita Portal (after a successful login) or to the login page (after a login failure).",
                                        "type": "text/plain"
                                    },
                                    "key": "redirect",
                                    "value": "false"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "the URL of the page to be displayed after login",
                                        "type": "text/plain"
                                    },
                                    "key": "redirectURL",
                                    "value": ""
                                }
                            ]
                        },
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "f5659d9d-2aaf-4389-975e-af89d59226f1",
                            "name": "Login success",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "loginservice"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/x-www-form-urlencoded"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: apikey",
                                            "type": "text/plain"
                                        },
                                        "key": "JSESSIONID",
                                        "value": "<API Key>"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "urlencoded",
                                    "urlencoded": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) the username",
                                                "type": "text/plain"
                                            },
                                            "key": "username",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) the password",
                                                "type": "text/plain"
                                            },
                                            "key": "password",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "\"true\" or \"false\". \"false\" indicates that the service should not redirect to Bonita Portal (after a successful login) or to the login page (after a login failure).",
                                                "type": "text/plain"
                                            },
                                            "key": "redirect",
                                            "value": "false"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "the URL of the page to be displayed after login",
                                                "type": "text/plain"
                                            },
                                            "key": "redirectURL",
                                            "value": ""
                                        }
                                    ]
                                }
                            },
                            "status": "No Content",
                            "code": 204,
                            "header": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Session cookie",
                                        "type": "text/plain"
                                    },
                                    "key": "Set-Cookie",
                                    "value": "<string>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "X-Bonita-API-Token - CSRF token (also present in the cookie response)",
                                        "type": "text/plain"
                                    },
                                    "key": "X-Bonita-API-Token",
                                    "value": "<string>"
                                }
                            ],
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        },
                        {
                            "id": "65809a06-8479-479a-bf8e-088ca788d927",
                            "name": "Bad request.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "loginservice"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/x-www-form-urlencoded"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: apikey",
                                            "type": "text/plain"
                                        },
                                        "key": "JSESSIONID",
                                        "value": "<API Key>"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "urlencoded",
                                    "urlencoded": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) the username",
                                                "type": "text/plain"
                                            },
                                            "key": "username",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) the password",
                                                "type": "text/plain"
                                            },
                                            "key": "password",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "\"true\" or \"false\". \"false\" indicates that the service should not redirect to Bonita Portal (after a successful login) or to the login page (after a login failure).",
                                                "type": "text/plain"
                                            },
                                            "key": "redirect",
                                            "value": "false"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "the URL of the page to be displayed after login",
                                                "type": "text/plain"
                                            },
                                            "key": "redirectURL",
                                            "value": ""
                                        }
                                    ]
                                }
                            },
                            "status": "Bad Request",
                            "code": 400,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "be9fd8ff-fa30-4a00-9239-f2dca5fe46a3",
                            "name": "Authorization information is missing or invalid.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "loginservice"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/x-www-form-urlencoded"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: apikey",
                                            "type": "text/plain"
                                        },
                                        "key": "JSESSIONID",
                                        "value": "<API Key>"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "urlencoded",
                                    "urlencoded": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) the username",
                                                "type": "text/plain"
                                            },
                                            "key": "username",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) the password",
                                                "type": "text/plain"
                                            },
                                            "key": "password",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "\"true\" or \"false\". \"false\" indicates that the service should not redirect to Bonita Portal (after a successful login) or to the login page (after a login failure).",
                                                "type": "text/plain"
                                            },
                                            "key": "redirect",
                                            "value": "false"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "the URL of the page to be displayed after login",
                                                "type": "text/plain"
                                            },
                                            "key": "redirectURL",
                                            "value": ""
                                        }
                                    ]
                                }
                            },
                            "status": "Unauthorized",
                            "code": 401,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "9cc44e9b-ba3f-4bc4-8ac6-023ba9840f78",
                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "loginservice"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/x-www-form-urlencoded"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: apikey",
                                            "type": "text/plain"
                                        },
                                        "key": "JSESSIONID",
                                        "value": "<API Key>"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "urlencoded",
                                    "urlencoded": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) the username",
                                                "type": "text/plain"
                                            },
                                            "key": "username",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) the password",
                                                "type": "text/plain"
                                            },
                                            "key": "password",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "\"true\" or \"false\". \"false\" indicates that the service should not redirect to Bonita Portal (after a successful login) or to the login page (after a login failure).",
                                                "type": "text/plain"
                                            },
                                            "key": "redirect",
                                            "value": "false"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "the URL of the page to be displayed after login",
                                                "type": "text/plain"
                                            },
                                            "key": "redirectURL",
                                            "value": ""
                                        }
                                    ]
                                }
                            },
                            "status": "Forbidden",
                            "code": 403,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "28041151-ebb4-40e6-a84a-ed7c162fb5e6",
                            "name": "Unexpected error.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "loginservice"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/x-www-form-urlencoded"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: apikey",
                                            "type": "text/plain"
                                        },
                                        "key": "JSESSIONID",
                                        "value": "<API Key>"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "urlencoded",
                                    "urlencoded": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) the username",
                                                "type": "text/plain"
                                            },
                                            "key": "username",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) the password",
                                                "type": "text/plain"
                                            },
                                            "key": "password",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "\"true\" or \"false\". \"false\" indicates that the service should not redirect to Bonita Portal (after a successful login) or to the login page (after a login failure).",
                                                "type": "text/plain"
                                            },
                                            "key": "redirect",
                                            "value": "false"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "the URL of the page to be displayed after login",
                                                "type": "text/plain"
                                            },
                                            "key": "redirectURL",
                                            "value": ""
                                        }
                                    ]
                                }
                            },
                            "status": "Internal Server Error",
                            "code": 500,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                }
            ]
        },
        {
            "name": "logoutservice",
            "description": "",
            "item": [
                {
                    "id": "a59567c5-5b5b-4859-88f2-eb699786de61",
                    "name": "Logout the current user",
                    "request": {
                        "name": "Logout the current user",
                        "description": {
                            "content": "Logout the current user from the system\n",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "logoutservice"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Setting the redirect parameter to false indicates that the service should not redirect to the login page after logging out.",
                                        "type": "text/plain"
                                    },
                                    "key": "redirect",
                                    "value": "true"
                                }
                            ],
                            "variable": []
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "body": {},
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "b71c56c7-1b48-4e4e-ac76-a6681bec0fb6",
                            "name": "Success",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "logoutservice"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Setting the redirect parameter to false indicates that the service should not redirect to the login page after logging out.",
                                                "type": "text/plain"
                                            },
                                            "key": "redirect",
                                            "value": "true"
                                        }
                                    ],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: apikey",
                                            "type": "text/plain"
                                        },
                                        "key": "JSESSIONID",
                                        "value": "<API Key>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [],
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        },
                        {
                            "id": "aa3bc78b-2db9-4972-a7a9-694c2c2e5b16",
                            "name": "Bad request.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "logoutservice"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Setting the redirect parameter to false indicates that the service should not redirect to the login page after logging out.",
                                                "type": "text/plain"
                                            },
                                            "key": "redirect",
                                            "value": "true"
                                        }
                                    ],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: apikey",
                                            "type": "text/plain"
                                        },
                                        "key": "JSESSIONID",
                                        "value": "<API Key>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Bad Request",
                            "code": 400,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "485677bc-2b51-4a77-8c41-bd093b60f551",
                            "name": "Authorization information is missing or invalid.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "logoutservice"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Setting the redirect parameter to false indicates that the service should not redirect to the login page after logging out.",
                                                "type": "text/plain"
                                            },
                                            "key": "redirect",
                                            "value": "true"
                                        }
                                    ],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: apikey",
                                            "type": "text/plain"
                                        },
                                        "key": "JSESSIONID",
                                        "value": "<API Key>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Unauthorized",
                            "code": 401,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "01aff920-b650-40b4-b514-1da5c73e7bcd",
                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "logoutservice"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Setting the redirect parameter to false indicates that the service should not redirect to the login page after logging out.",
                                                "type": "text/plain"
                                            },
                                            "key": "redirect",
                                            "value": "true"
                                        }
                                    ],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: apikey",
                                            "type": "text/plain"
                                        },
                                        "key": "JSESSIONID",
                                        "value": "<API Key>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Forbidden",
                            "code": 403,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "28cb07c5-d4ad-434a-b6cd-1d491021cf44",
                            "name": "Unexpected error.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "logoutservice"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Setting the redirect parameter to false indicates that the service should not redirect to the login page after logging out.",
                                                "type": "text/plain"
                                            },
                                            "key": "redirect",
                                            "value": "true"
                                        }
                                    ],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: apikey",
                                            "type": "text/plain"
                                        },
                                        "key": "JSESSIONID",
                                        "value": "<API Key>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Internal Server Error",
                            "code": 500,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                }
            ]
        },
        {
            "name": "API",
            "description": "",
            "item": [
                {
                    "name": "living",
                    "description": "",
                    "item": [
                        {
                            "name": "application",
                            "description": "",
                            "item": [
                                {
                                    "id": "077f39f8-0c7a-481e-87da-ae1110216fae",
                                    "name": "Finds living applications",
                                    "request": {
                                        "name": "Finds living applications",
                                        "description": {
                                            "content": "Finds living applications with pagination params and filters\n\n- can order on `id`,`creationDate`, `createdBy`, `profileId`, `token`, `displayName`, `updatedBy`, `lastUpdateDate`, `version`, `link`\n- can search on `token`, `displayName`, `version`, `link`\n- can filter on `token`, `displayName`, `version`, `link`, `profileId`, `creationDate`, `createdBy`, `updatedBy` , `lastUpdateDate`, `userId`\n",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "API",
                                                "living",
                                                "application"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) index of the page to display",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "p",
                                                    "value": "0"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) maximum number of elements to retrieve",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "c",
                                                    "value": "20"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "OrKOIemKmRkbOx4e66sJImbWGQpiG09GR%RSKuHimY6RKvneI%xj9qTCbyIwSPgLCQqK1uDO05bdI0SNgZ7Bg1QTkW9dK0O655BK6lZY5maKUPszsczKGRE6Atfb6jFcpUFoAY8IsdpSUGDoCRtTKNZe9o1E%dktcAypG%b99rEI1WHdTxeT0YZY%HPvV3lf09ggm62qj0BZuo21XXDfSiPI9eX3N07kptV4ccvj0yUftTdLz"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "x62n%OFSzf6dRdC8"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "f700c401-d4c3-4256-85f2-a9dbea166482",
                                            "name": "Success",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "living",
                                                        "application"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "The total number of matching items",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "Content-Range",
                                                    "value": "<long>"
                                                }
                                            ],
                                            "body": "[\n  {\n    \"link\": true,\n    \"createdBy\": \"VwQ9sm6D4FREt8-GiW4zHso8zA1ClGA588D\",\n    \"creationDate\": \"<string>\",\n    \"description\": \"<string>\",\n    \"displayName\": \"<string>\",\n    \"id\": \"OD2WviB88JKzdVI7ikFDQV.vNYN-a7lSKYQ0SnzsSSLpIjo_tLZ0utwntjgTAMjcgscAEbI9n9B34e3s2Nr0szQILMmne0-Ks-7BlS_zcox\",\n    \"lastUpdateDate\": \"<string>\",\n    \"profileId\": \"XGLZKFQDJcdagrkALPMYuQQAbeD51Kpd6VZratEnh11oY8XkbbYdn8kD11kkCWf2waY\",\n    \"token\": \"<string>\",\n    \"updatedBy\": \"<string>\",\n    \"version\": \"<string>\",\n    \"state\": \"DEACTIVATED\",\n    \"visibility\": \"TECHNICAL_USER\",\n    \"editable\": \"<boolean>\"\n  },\n  {\n    \"link\": true,\n    \"createdBy\": \"OwPuHYX5JABcf5fe19xy3E4bfo7vGNhCILAaoyZjU9xvdsCLkKQKf-fAnLXGhp2FQQCl17Kbxfa8QgpBIqzOY27gTKnxmnfX4MpeMq07gJIvyJMuH2SmHwJXYQI5b6TDszgZSqAFnbBlx7m43xa0.1\",\n    \"creationDate\": \"<string>\",\n    \"description\": \"<string>\",\n    \"displayName\": \"<string>\",\n    \"id\": \"FP4VudZQjBcA.SPwGfNMNVo70Ghs5PUjvx.SyOo\",\n    \"lastUpdateDate\": \"<string>\",\n    \"profileId\": \"temgq3RP6S9b-NLGZaVy7rvyg9cDTZYJ5Lg9ko-S5ppp34_tKT_.JeE5Hv9jqlUWjTQPSAAELS8P0_X9cRZHvZfF42Fb.h\",\n    \"token\": \"<string>\",\n    \"updatedBy\": \"<string>\",\n    \"version\": \"<string>\",\n    \"state\": \"DEACTIVATED\",\n    \"visibility\": \"ALL\",\n    \"editable\": \"<boolean>\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "ac4e4ba3-1785-4690-9445-ebfa8388b3bd",
                                            "name": "Bad request.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "living",
                                                        "application"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "caf6d2fd-0722-4759-a3b3-493c2b92b6a3",
                                            "name": "Authorization information is missing or invalid.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "living",
                                                        "application"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "e7cf98e1-c589-4085-816b-03cd913ff4f8",
                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "living",
                                                        "application"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "05f82eeb-bd11-4574-bb48-316791297de5",
                                            "name": "Unexpected error.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "living",
                                                        "application"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "40ca4803-1562-4f9d-b2ae-a9b94fbd29ff",
                                    "name": "Create a living application",
                                    "request": {
                                        "name": "Create a living application",
                                        "description": {
                                            "content": "Create a living application (legacy application or application link).\n\nWarning: as of 9.0.0, creating a living application using this API is deprecated.\n",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "API",
                                                "living",
                                                "application"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"link\": \"false\",\n  \"description\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"profileId\": \"<string>\",\n  \"token\": \"<string>\",\n  \"version\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        },
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "40dc5699-19b3-4ff5-87cb-643e81ed3f02",
                                            "name": "Success",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "living",
                                                        "application"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"link\": \"false\",\n  \"description\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"profileId\": \"<string>\",\n  \"token\": \"<string>\",\n  \"version\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"link\": true,\n  \"createdBy\": \"pzfu_SoZ-et3FtMj2qApIVOe.nUwWhbHRsJJ1_ZpSO.HQJq3c-rZnFVz7yGKPaCATjGhvZotVS6C0wAa7GQ_NmRoQN.ih9Yvr5PySsLF728bdssa8NR-ZNOaqwis8X_IObKRUPfpE1f0kG4b_7r3nMgjaFyoexoF4jvmQ1zse7ulkmCgH6zde\",\n  \"creationDate\": \"<string>\",\n  \"description\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"id\": \"xwUeWFL8-OtFseoQ.oulqktM0H2R5YxZ9PPDrqPX2IlCdPBd2vQMhdVBeCAsyMNEggN0l-ku9guj4ZogXQvW2LMEPFPzY-UDKMbZ07WpgZ8l\",\n  \"lastUpdateDate\": \"<string>\",\n  \"profileId\": \"g0Vy7s4atFhWTGRL\",\n  \"token\": \"<string>\",\n  \"updatedBy\": \"<string>\",\n  \"version\": \"<string>\",\n  \"state\": \"DEACTIVATED\",\n  \"visibility\": \"ALL\",\n  \"editable\": \"<boolean>\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "363ee6b0-909e-44ba-9f0d-3e86d0b4e92f",
                                            "name": "Bad request.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "living",
                                                        "application"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"link\": \"false\",\n  \"description\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"profileId\": \"<string>\",\n  \"token\": \"<string>\",\n  \"version\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "dd2d324b-ebf3-4448-8dd0-ada8b716772e",
                                            "name": "Authorization information is missing or invalid.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "living",
                                                        "application"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"link\": \"false\",\n  \"description\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"profileId\": \"<string>\",\n  \"token\": \"<string>\",\n  \"version\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "5bfbcbed-fbcd-4834-88c4-40c2a6f4454d",
                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "living",
                                                        "application"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"link\": \"false\",\n  \"description\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"profileId\": \"<string>\",\n  \"token\": \"<string>\",\n  \"version\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "aeb75034-cd65-443b-8898-b0453039e8a5",
                                            "name": "Unexpected error.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "living",
                                                        "application"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"link\": \"false\",\n  \"description\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"profileId\": \"<string>\",\n  \"token\": \"<string>\",\n  \"version\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "42ca08b9-b4b7-4963-bab2-a6e05e6fedf2",
                                            "name": "Finds a living application by ID",
                                            "request": {
                                                "name": "Finds a living application by ID",
                                                "description": {
                                                    "content": "Returns a single application for the given ID\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "living",
                                                        "application",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ID of application to return",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "30758398-1f7c-4f56-9b27-9f9cc604e8cb",
                                                    "name": "Success",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "living",
                                                                "application",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of application to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"link\": true,\n  \"createdBy\": \"pzfu_SoZ-et3FtMj2qApIVOe.nUwWhbHRsJJ1_ZpSO.HQJq3c-rZnFVz7yGKPaCATjGhvZotVS6C0wAa7GQ_NmRoQN.ih9Yvr5PySsLF728bdssa8NR-ZNOaqwis8X_IObKRUPfpE1f0kG4b_7r3nMgjaFyoexoF4jvmQ1zse7ulkmCgH6zde\",\n  \"creationDate\": \"<string>\",\n  \"description\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"id\": \"xwUeWFL8-OtFseoQ.oulqktM0H2R5YxZ9PPDrqPX2IlCdPBd2vQMhdVBeCAsyMNEggN0l-ku9guj4ZogXQvW2LMEPFPzY-UDKMbZ07WpgZ8l\",\n  \"lastUpdateDate\": \"<string>\",\n  \"profileId\": \"g0Vy7s4atFhWTGRL\",\n  \"token\": \"<string>\",\n  \"updatedBy\": \"<string>\",\n  \"version\": \"<string>\",\n  \"state\": \"DEACTIVATED\",\n  \"visibility\": \"ALL\",\n  \"editable\": \"<boolean>\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "78ec158a-26d0-45cd-9ce0-acd5a52e61b3",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "living",
                                                                "application",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of application to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "73d8e607-b116-45f5-8afd-704bedd3989f",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "living",
                                                                "application",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of application to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "3ba50ff3-9c08-4eab-a2f5-93d63151256a",
                                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "living",
                                                                "application",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of application to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "f0670e54-a7c1-4855-b2d0-4d1fcc6bd9d4",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "living",
                                                                "application",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of application to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "851daec3-ea21-4036-8692-833e8c850299",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "living",
                                                                "application",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of application to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "625a7cee-595d-46df-9aa7-4c9faf6e3710",
                                            "name": "Delete a living application by ID",
                                            "request": {
                                                "name": "Delete a living application by ID",
                                                "description": {
                                                    "content": "Delete a single application for the given ID\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "living",
                                                        "application",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ID of application to delete",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "DELETE",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "5391ff40-5698-4798-8762-31bd5d857e5e",
                                                    "name": "Success",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "living",
                                                                "application",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of application to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "f8f0090f-dce4-45dd-a785-15f9614bf264",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "living",
                                                                "application",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of application to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "56615ee8-cc86-468b-b86f-fe85bbfccde4",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "living",
                                                                "application",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of application to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "f080b56b-04eb-4cde-b08f-2765fc04f29f",
                                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "living",
                                                                "application",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of application to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "b53e74bb-5c5b-4832-9c64-197e42fbdc19",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "living",
                                                                "application",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of application to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "34b4d394-ba13-4093-8cad-3458bde31b11",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "living",
                                                                "application",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of application to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "188975c5-76e1-4086-8a9d-94830a3c2a19",
                                            "name": "Update a living application by ID",
                                            "request": {
                                                "name": "Update a living application by ID",
                                                "description": {
                                                    "content": "Update a single application for the given ID (legacy application or application link).\n\nWarning: as of 9.0.0, updating a living application using this API is deprecated.\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "living",
                                                        "application",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ID of application to return",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "PUT",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"description\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"profileId\": \"<string>\",\n  \"token\": \"<string>\",\n  \"version\": \"<string>\",\n  \"themeId\": \"<string>\",\n  \"layoutId\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "8a74fba6-a980-4501-8601-38bf65308ba5",
                                                    "name": "Success",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "living",
                                                                "application",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of application to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"description\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"profileId\": \"<string>\",\n  \"token\": \"<string>\",\n  \"version\": \"<string>\",\n  \"themeId\": \"<string>\",\n  \"layoutId\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"link\": true,\n  \"createdBy\": \"pzfu_SoZ-et3FtMj2qApIVOe.nUwWhbHRsJJ1_ZpSO.HQJq3c-rZnFVz7yGKPaCATjGhvZotVS6C0wAa7GQ_NmRoQN.ih9Yvr5PySsLF728bdssa8NR-ZNOaqwis8X_IObKRUPfpE1f0kG4b_7r3nMgjaFyoexoF4jvmQ1zse7ulkmCgH6zde\",\n  \"creationDate\": \"<string>\",\n  \"description\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"id\": \"xwUeWFL8-OtFseoQ.oulqktM0H2R5YxZ9PPDrqPX2IlCdPBd2vQMhdVBeCAsyMNEggN0l-ku9guj4ZogXQvW2LMEPFPzY-UDKMbZ07WpgZ8l\",\n  \"lastUpdateDate\": \"<string>\",\n  \"profileId\": \"g0Vy7s4atFhWTGRL\",\n  \"token\": \"<string>\",\n  \"updatedBy\": \"<string>\",\n  \"version\": \"<string>\",\n  \"state\": \"DEACTIVATED\",\n  \"visibility\": \"ALL\",\n  \"editable\": \"<boolean>\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "1b030b6b-081f-4c86-a82a-ec9ad68bfd7c",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "living",
                                                                "application",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of application to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"description\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"profileId\": \"<string>\",\n  \"token\": \"<string>\",\n  \"version\": \"<string>\",\n  \"themeId\": \"<string>\",\n  \"layoutId\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "2dfb64b1-65c9-4172-b5e9-e3bb4a5b9b46",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "living",
                                                                "application",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of application to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"description\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"profileId\": \"<string>\",\n  \"token\": \"<string>\",\n  \"version\": \"<string>\",\n  \"themeId\": \"<string>\",\n  \"layoutId\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "c29ce96e-a7aa-4e50-ba12-2fb6e3b04cb7",
                                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "living",
                                                                "application",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of application to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"description\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"profileId\": \"<string>\",\n  \"token\": \"<string>\",\n  \"version\": \"<string>\",\n  \"themeId\": \"<string>\",\n  \"layoutId\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "19a2a53f-69c8-41d1-8b9f-3b2406a94c54",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "living",
                                                                "application",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of application to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"description\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"profileId\": \"<string>\",\n  \"token\": \"<string>\",\n  \"version\": \"<string>\",\n  \"themeId\": \"<string>\",\n  \"layoutId\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "40b2ed67-202a-4dcf-8982-491644cc7e4b",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "living",
                                                                "application",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of application to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"description\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"profileId\": \"<string>\",\n  \"token\": \"<string>\",\n  \"version\": \"<string>\",\n  \"themeId\": \"<string>\",\n  \"layoutId\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "application-menu",
                            "description": "",
                            "item": [
                                {
                                    "id": "23730cb2-9c15-448b-ab9c-c6370ebb172a",
                                    "name": "Finds application menus",
                                    "request": {
                                        "name": "Finds application menus",
                                        "description": {
                                            "content": "Returns application menus with pagination params and filters\n\n- can order on `id`, `displayName`, `applicationId`, `applicationPageId`, `menuIndex`, `parentMenuId`\n- can search on `displayName`\n- can filter on `id`, `displayName`, `applicationId`, `applicationPageId`, `menuIndex`, `parentMenuId`\n",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "API",
                                                "living",
                                                "application-menu"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) index of the page to display",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "p",
                                                    "value": "0"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) maximum number of elements to retrieve",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "c",
                                                    "value": "20"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "OrKOIemKmRkbOx4e66sJImbWGQpiG09GR%RSKuHimY6RKvneI%xj9qTCbyIwSPgLCQqK1uDO05bdI0SNgZ7Bg1QTkW9dK0O655BK6lZY5maKUPszsczKGRE6Atfb6jFcpUFoAY8IsdpSUGDoCRtTKNZe9o1E%dktcAypG%b99rEI1WHdTxeT0YZY%HPvV3lf09ggm62qj0BZuo21XXDfSiPI9eX3N07kptV4ccvj0yUftTdLz"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "x62n%OFSzf6dRdC8"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "cecd1be4-f3b5-46ab-8100-abf231d49863",
                                            "name": "Success",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "living",
                                                        "application-menu"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "The total number of matching items",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "Content-Range",
                                                    "value": "<long>"
                                                }
                                            ],
                                            "body": "[\n  {\n    \"id\": \"<string>\",\n    \"parentMenuId\": \"<string>\",\n    \"applicationPageId\": \"<string>\",\n    \"applicationId\": \"<string>\",\n    \"menuIndex\": \"<string>\",\n    \"displayName\": \"<string>\"\n  },\n  {\n    \"id\": \"<string>\",\n    \"parentMenuId\": \"<string>\",\n    \"applicationPageId\": \"<string>\",\n    \"applicationId\": \"<string>\",\n    \"menuIndex\": \"<string>\",\n    \"displayName\": \"<string>\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "0b5a4483-322d-466b-bc47-34cc07f72ab6",
                                            "name": "Bad request.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "living",
                                                        "application-menu"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "637566f7-acdf-4cee-a7da-bbace060a0d5",
                                            "name": "Authorization information is missing or invalid.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "living",
                                                        "application-menu"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "f83fdcdb-0a15-417b-b370-9dd42e1d0b6b",
                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "living",
                                                        "application-menu"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "2788c9d1-9523-4da5-b8f4-a77ebe858837",
                                            "name": "Unexpected error.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "living",
                                                        "application-menu"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "d5d14377-4a6e-401b-89e9-6a35d59ae368",
                                    "name": "New application menu item",
                                    "request": {
                                        "name": "New application menu item",
                                        "description": {
                                            "content": "Create an application menu item\n\nWarning: as of 9.0.0, creating an application menu item using this API is deprecated.\n",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "API",
                                                "living",
                                                "application-menu"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"displayName\": \"<string>\",\n  \"applicationPageId\": \"<string>\",\n  \"menuIndex\": \"<string>\",\n  \"parentMenuId\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        },
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "3c4cea2c-b446-4463-a1b9-a3e8e0c900bf",
                                            "name": "Success",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "living",
                                                        "application-menu"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"displayName\": \"<string>\",\n  \"applicationPageId\": \"<string>\",\n  \"menuIndex\": \"<string>\",\n  \"parentMenuId\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"id\": \"<string>\",\n  \"parentMenuId\": \"<string>\",\n  \"applicationPageId\": \"<string>\",\n  \"applicationId\": \"<string>\",\n  \"menuIndex\": \"<string>\",\n  \"displayName\": \"<string>\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "24fda303-80ac-4991-ac49-9cd9804b1021",
                                            "name": "Bad request.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "living",
                                                        "application-menu"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"displayName\": \"<string>\",\n  \"applicationPageId\": \"<string>\",\n  \"menuIndex\": \"<string>\",\n  \"parentMenuId\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "3cd4e975-52f8-4e3c-a89f-d72a4e011894",
                                            "name": "Authorization information is missing or invalid.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "living",
                                                        "application-menu"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"displayName\": \"<string>\",\n  \"applicationPageId\": \"<string>\",\n  \"menuIndex\": \"<string>\",\n  \"parentMenuId\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "d93a2ced-0e4a-40c5-a5f4-92b750e789a5",
                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "living",
                                                        "application-menu"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"displayName\": \"<string>\",\n  \"applicationPageId\": \"<string>\",\n  \"menuIndex\": \"<string>\",\n  \"parentMenuId\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "d0c695c2-fb66-4782-bbf0-7f73381f1a1b",
                                            "name": "Unexpected error.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "living",
                                                        "application-menu"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"displayName\": \"<string>\",\n  \"applicationPageId\": \"<string>\",\n  \"menuIndex\": \"<string>\",\n  \"parentMenuId\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "22fbc7c4-0c3a-4a6e-935f-d66fb4922e61",
                                            "name": "Finds a application menu by ID",
                                            "request": {
                                                "name": "Finds a application menu by ID",
                                                "description": {
                                                    "content": "Returns a single application menu for the given ID\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "living",
                                                        "application-menu",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ID of application menu to return",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "c23a3178-bca7-4619-8609-fa3a035cae07",
                                                    "name": "Success",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "living",
                                                                "application-menu",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of application menu to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"id\": \"<string>\",\n  \"parentMenuId\": \"<string>\",\n  \"applicationPageId\": \"<string>\",\n  \"applicationId\": \"<string>\",\n  \"menuIndex\": \"<string>\",\n  \"displayName\": \"<string>\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "dd226b25-d809-44b9-a48f-61afc855726d",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "living",
                                                                "application-menu",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of application menu to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "c93dae14-66c0-49c1-9461-765655d4084d",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "living",
                                                                "application-menu",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of application menu to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "6e917a86-a35b-4f73-9995-0356b07f4cca",
                                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "living",
                                                                "application-menu",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of application menu to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "766785d8-9802-4407-ad08-e0a3c58f2721",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "living",
                                                                "application-menu",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of application menu to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "58f93722-e8f7-4312-95da-c5c9faf44018",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "living",
                                                                "application-menu",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of application menu to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "917991fe-2e8e-4d6b-9720-47862eabdccd",
                                            "name": "Delete an application menu by ID",
                                            "request": {
                                                "name": "Delete an application menu by ID",
                                                "description": {
                                                    "content": "Delete a single application menu for the given ID",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "living",
                                                        "application-menu",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ID of the application menu to delete",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "DELETE",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "a2e732c6-ddde-4a12-bea3-534f4d658972",
                                                    "name": "Success",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "living",
                                                                "application-menu",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the application menu to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "69f45a07-a52f-4a29-ac9c-458405ead9f4",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "living",
                                                                "application-menu",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the application menu to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "08eed6ca-94e3-437c-92b5-7ac3cf9de4fe",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "living",
                                                                "application-menu",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the application menu to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "5bfb09f8-6c96-4f3f-ad24-bce806515e90",
                                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "living",
                                                                "application-menu",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the application menu to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "7236a99e-0414-4130-b639-8049e9633449",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "living",
                                                                "application-menu",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the application menu to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "c0591501-b42b-43bb-a6e8-e0a22475f3c5",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "living",
                                                                "application-menu",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the application menu to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "66a72c5f-9741-4a46-9edf-fcb55c95dd7e",
                                            "name": "Update an application menu by ID",
                                            "request": {
                                                "name": "Update an application menu by ID",
                                                "description": {
                                                    "content": "Update an application menu for the given ID\n\nWarning: as of 9.0.0, updating an application menu item using this API is deprecated.\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "living",
                                                        "application-menu",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ID of the application menu to return",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "PUT",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"parentMenuId\": \"<string>\",\n  \"applicationPageId\": \"<string>\",\n  \"applicationId\": \"<string>\",\n  \"menuIndex\": \"<string>\",\n  \"displayName\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "e1c1ab33-360d-4cf1-a075-a58ef071f242",
                                                    "name": "OK",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "living",
                                                                "application-menu",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the application menu to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"parentMenuId\": \"<string>\",\n  \"applicationPageId\": \"<string>\",\n  \"applicationId\": \"<string>\",\n  \"menuIndex\": \"<string>\",\n  \"displayName\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "76211fa6-b8c0-4b83-8ccc-e305a70a487b",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "living",
                                                                "application-menu",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the application menu to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"parentMenuId\": \"<string>\",\n  \"applicationPageId\": \"<string>\",\n  \"applicationId\": \"<string>\",\n  \"menuIndex\": \"<string>\",\n  \"displayName\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "c9a8a292-e014-44b2-967f-1dd0ef0a712a",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "living",
                                                                "application-menu",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the application menu to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"parentMenuId\": \"<string>\",\n  \"applicationPageId\": \"<string>\",\n  \"applicationId\": \"<string>\",\n  \"menuIndex\": \"<string>\",\n  \"displayName\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "0e99167f-cf85-4c56-b15b-cb13a7d80d3f",
                                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "living",
                                                                "application-menu",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the application menu to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"parentMenuId\": \"<string>\",\n  \"applicationPageId\": \"<string>\",\n  \"applicationId\": \"<string>\",\n  \"menuIndex\": \"<string>\",\n  \"displayName\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "4619d55c-9806-4c10-b4a1-d9b0751914ac",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "living",
                                                                "application-menu",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the application menu to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"parentMenuId\": \"<string>\",\n  \"applicationPageId\": \"<string>\",\n  \"applicationId\": \"<string>\",\n  \"menuIndex\": \"<string>\",\n  \"displayName\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "53ae2620-cc80-428f-956d-6d06187f0513",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "living",
                                                                "application-menu",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the application menu to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"parentMenuId\": \"<string>\",\n  \"applicationPageId\": \"<string>\",\n  \"applicationId\": \"<string>\",\n  \"menuIndex\": \"<string>\",\n  \"displayName\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "application-page",
                            "description": "",
                            "item": [
                                {
                                    "id": "26a2efff-d2b2-4d7a-8802-7977d5ec2a3c",
                                    "name": "Finds application pages",
                                    "request": {
                                        "name": "Finds application pages",
                                        "description": {
                                            "content": "Finds application pages with pagination params and filters\n\n- can order on `id`, `token`, `applicationId`, `pageId`\n- can search on `token`\n- can filter on `id`, `token`, `applicationId`, `pageId`\n",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "API",
                                                "living",
                                                "application-page"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) index of the page to display",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "p",
                                                    "value": "0"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) maximum number of elements to retrieve",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "c",
                                                    "value": "20"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "OrKOIemKmRkbOx4e66sJImbWGQpiG09GR%RSKuHimY6RKvneI%xj9qTCbyIwSPgLCQqK1uDO05bdI0SNgZ7Bg1QTkW9dK0O655BK6lZY5maKUPszsczKGRE6Atfb6jFcpUFoAY8IsdpSUGDoCRtTKNZe9o1E%dktcAypG%b99rEI1WHdTxeT0YZY%HPvV3lf09ggm62qj0BZuo21XXDfSiPI9eX3N07kptV4ccvj0yUftTdLz"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "x62n%OFSzf6dRdC8"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "65b8e005-e069-46ef-a238-4e45da587bbe",
                                            "name": "Success",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "living",
                                                        "application-page"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "The total number of matching items",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "Content-Range",
                                                    "value": "<long>"
                                                }
                                            ],
                                            "body": "[\n  {\n    \"id\": \"<string>\",\n    \"token\": \"<string>\",\n    \"applicationId\": \"<string>\",\n    \"pageId\": \"<string>\"\n  },\n  {\n    \"id\": \"<string>\",\n    \"token\": \"<string>\",\n    \"applicationId\": \"<string>\",\n    \"pageId\": \"<string>\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "b6b2dcc7-1057-46be-8178-56d9fe36a6b7",
                                            "name": "Bad request.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "living",
                                                        "application-page"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "0a73529f-3fc2-468e-b12e-170d1cc4fbf1",
                                            "name": "Authorization information is missing or invalid.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "living",
                                                        "application-page"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "039677b6-4b2b-4077-9c65-d0699be13cd7",
                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "living",
                                                        "application-page"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "f52186b0-b7f1-4293-9ccc-8a0f932b4c2c",
                                            "name": "Unexpected error.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "living",
                                                        "application-page"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "473c1706-3802-41df-8860-d1eb7d99f2fa",
                                    "name": "Create an application page",
                                    "request": {
                                        "name": "Create an application page",
                                        "description": {
                                            "content": "Create an application page\n\nWarning: as of 9.0.0, creating an application page using this API is deprecated.\n",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "API",
                                                "living",
                                                "application-page"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"token\": \"<string>\",\n  \"applicationId\": \"<string>\",\n  \"pageId\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        },
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "c1c524b7-259b-4a03-9b4e-45439537662d",
                                            "name": "Success",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "living",
                                                        "application-page"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"token\": \"<string>\",\n  \"applicationId\": \"<string>\",\n  \"pageId\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"id\": \"<string>\",\n  \"token\": \"<string>\",\n  \"applicationId\": \"<string>\",\n  \"pageId\": \"<string>\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "4fb9060d-be58-48fe-8fe9-68f4d02487e1",
                                            "name": "Bad request.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "living",
                                                        "application-page"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"token\": \"<string>\",\n  \"applicationId\": \"<string>\",\n  \"pageId\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "1bf24daf-01db-47d8-87a5-d7cadda70902",
                                            "name": "Authorization information is missing or invalid.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "living",
                                                        "application-page"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"token\": \"<string>\",\n  \"applicationId\": \"<string>\",\n  \"pageId\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "2f902cd9-ccb9-4d81-8eb5-fdceef953b03",
                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "living",
                                                        "application-page"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"token\": \"<string>\",\n  \"applicationId\": \"<string>\",\n  \"pageId\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "c1252b36-e978-4901-beac-bf305b91ce10",
                                            "name": "Unexpected error.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "living",
                                                        "application-page"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"token\": \"<string>\",\n  \"applicationId\": \"<string>\",\n  \"pageId\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "66cd0274-2da1-4cdd-849f-ffd329bd1507",
                                            "name": "Finds an application page by ID",
                                            "request": {
                                                "name": "Finds an application page by ID",
                                                "description": {
                                                    "content": "Returns a single application page for the given ID\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "living",
                                                        "application-page",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ID of application page to return",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "848bba24-4668-4ac8-b878-8f13c02c26e9",
                                                    "name": "Success",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "living",
                                                                "application-page",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of application page to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"id\": \"<string>\",\n  \"token\": \"<string>\",\n  \"applicationId\": \"<string>\",\n  \"pageId\": \"<string>\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "45c0459c-1e8d-41e3-a091-24ce4bcf4df5",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "living",
                                                                "application-page",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of application page to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "966f8f4f-ad13-4d91-9f3d-c2f853e55be8",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "living",
                                                                "application-page",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of application page to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "9d9f1f2f-fa75-4a48-bd87-8893980ce283",
                                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "living",
                                                                "application-page",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of application page to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "90f83aac-0cfb-4498-bb32-9b113397b797",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "living",
                                                                "application-page",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of application page to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "f836910d-5fdf-439d-a400-01f38ecc0b20",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "living",
                                                                "application-page",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of application page to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "b0555b03-c401-4a04-ac7d-1a456fc5d66e",
                                            "name": "Delete an application page by ID",
                                            "request": {
                                                "name": "Delete an application page by ID",
                                                "description": {
                                                    "content": "Delete a single application page for the given ID\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "living",
                                                        "application-page",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ID of application page to delete",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "DELETE",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "18102a0a-ceaa-471c-a226-2c4a0f793133",
                                                    "name": "OK",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "living",
                                                                "application-page",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of application page to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "8f3b8af2-7915-41aa-8bbb-12f498b0b5ba",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "living",
                                                                "application-page",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of application page to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "09613bb7-28da-4f57-861c-4d003f057c2c",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "living",
                                                                "application-page",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of application page to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "5821a62c-d227-4e53-a744-84caa7ba401a",
                                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "living",
                                                                "application-page",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of application page to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "67a40f9d-9d28-4bb6-ba07-985b2990a6a2",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "living",
                                                                "application-page",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of application page to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "7d146667-b454-4da4-b3d7-7f53aa3b712a",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "living",
                                                                "application-page",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of application page to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "bdm",
                    "description": "",
                    "item": [
                        {
                            "name": "businessData",
                            "description": "",
                            "item": [
                                {
                                    "name": "{businessDataType}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "dc310caf-9090-4e0b-a740-c657df6e333e",
                                            "name": "Finds Business Data",
                                            "request": {
                                                "name": "Finds Business Data",
                                                "description": {
                                                    "content": "Finds Business Data with pagination params and filters by calling a `Named Query`.\nThe business data query REST API resource is used to call a default or custom business data query. It is available from version 6.5.\n\n**Data parameters**:\n\n  * businessDataType - the fully-qualified business data type name\n  * q=queryName - the query name\n  * p=0 - the page number\n  * c=10 - the maximum number of results in the page\n  * f=parameter=value - sets the parameter value according to business data query parameters defined in Bonita Studio\n  For a Boolean parameter, the accepted values are `true` or `false`.\n\n  By default, for a Date parameter can use the following formats:\n\n  * yyyy-MM-dd\n  * HH:mm:ss\n  * yyyy-MM-dd HH:mm:ss\n  * yyyy-MM-dd'T'HH:mm:ss\n  * yyyy-MM-dd'T'HH:mm:ss.SSS\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bdm",
                                                        "businessData",
                                                        ":businessDataType"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) Named query to use",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "q",
                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "OrKOIemKmRkbOx4e66sJImbWGQpiG09GR%RSKuHimY6RKvneI%xj9qTCbyIwSPgLCQqK1uDO05bdI0SNgZ7Bg1QTkW9dK0O655BK6lZY5maKUPszsczKGRE6Atfb6jFcpUFoAY8IsdpSUGDoCRtTKNZe9o1E%dktcAypG%b99rEI1WHdTxeT0YZY%HPvV3lf09ggm62qj0BZuo21XXDfSiPI9eX3N07kptV4ccvj0yUftTdLz"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        }
                                                    ],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                            "key": "businessDataType",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) Business Data Type",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "99cd90b4-f64d-4ef4-bcf1-0764119854b0",
                                                    "name": "Success",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bdm",
                                                                "businessData",
                                                                ":businessDataType"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Named query to use",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "q",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) index of the page to display",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "p",
                                                                    "value": "0"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) maximum number of elements to retrieve",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "c",
                                                                    "value": "20"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "f",
                                                                    "value": "x62n%OFSzf6dRdC8"
                                                                }
                                                            ],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Business Data Type",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "businessDataType"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "The total number of matching items",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "Content-Range",
                                                            "value": "<long>"
                                                        }
                                                    ],
                                                    "body": "[]",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "04c64be5-2f32-4eef-9a36-21dcef0cba4a",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bdm",
                                                                "businessData",
                                                                ":businessDataType"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Named query to use",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "q",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) index of the page to display",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "p",
                                                                    "value": "0"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) maximum number of elements to retrieve",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "c",
                                                                    "value": "20"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "f",
                                                                    "value": "x62n%OFSzf6dRdC8"
                                                                }
                                                            ],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Business Data Type",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "businessDataType"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "2cecc1f4-8252-4219-83dd-bd200e80391e",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bdm",
                                                                "businessData",
                                                                ":businessDataType"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Named query to use",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "q",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) index of the page to display",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "p",
                                                                    "value": "0"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) maximum number of elements to retrieve",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "c",
                                                                    "value": "20"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "f",
                                                                    "value": "x62n%OFSzf6dRdC8"
                                                                }
                                                            ],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Business Data Type",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "businessDataType"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "9cf3a893-f8ec-43f9-a38d-a5ac6350a21a",
                                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bdm",
                                                                "businessData",
                                                                ":businessDataType"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Named query to use",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "q",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) index of the page to display",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "p",
                                                                    "value": "0"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) maximum number of elements to retrieve",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "c",
                                                                    "value": "20"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "f",
                                                                    "value": "x62n%OFSzf6dRdC8"
                                                                }
                                                            ],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Business Data Type",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "businessDataType"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "600c3bd2-6695-4d43-ba3a-70becff78ed7",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bdm",
                                                                "businessData",
                                                                ":businessDataType"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Named query to use",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "q",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) index of the page to display",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "p",
                                                                    "value": "0"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) maximum number of elements to retrieve",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "c",
                                                                    "value": "20"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "f",
                                                                    "value": "x62n%OFSzf6dRdC8"
                                                                }
                                                            ],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Business Data Type",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "businessDataType"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "9d4b8763-874f-4e48-adda-00b7951a56e6",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bdm",
                                                                "businessData",
                                                                ":businessDataType"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Named query to use",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "q",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) index of the page to display",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "p",
                                                                    "value": "0"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) maximum number of elements to retrieve",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "c",
                                                                    "value": "20"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "f",
                                                                    "value": "x62n%OFSzf6dRdC8"
                                                                }
                                                            ],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Business Data Type",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "businessDataType"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "245c440b-f700-4f96-9612-35271afb91f6",
                                            "name": "Create new Business Data",
                                            "request": {
                                                "name": "Create new Business Data",
                                                "description": {
                                                    "content": "![edition](https://img.shields.io/badge/edition-entreprise-blue)\n\nCreate (Insert) new Business Data.\nObviously, all mandatory fields of the given business data type must be provided in the request body, to ensure data integrity.\nAny input fields that are NOT part of the business data type will be simply ignored, and returned in the response,\nas an informative list.\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bdm",
                                                        "businessData",
                                                        ":businessDataType"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                            "key": "businessDataType",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) The Business Data type to create",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "29e73e29-9219-4bb6-a442-1c872258643d",
                                                    "name": "Success",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bdm",
                                                                "businessData",
                                                                ":businessDataType"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) The Business Data type to create",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "businessDataType"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"newBusinessDataId\": \"<number>\",\n  \"unknownFields\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "8c624f2c-3068-4607-b542-133bb01d831b",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bdm",
                                                                "businessData",
                                                                ":businessDataType"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) The Business Data type to create",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "businessDataType"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "d1ee2f4a-184a-4662-8519-532796c2222c",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bdm",
                                                                "businessData",
                                                                ":businessDataType"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) The Business Data type to create",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "businessDataType"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "34429bf7-6596-4178-b808-bddf14946265",
                                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bdm",
                                                                "businessData",
                                                                ":businessDataType"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) The Business Data type to create",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "businessDataType"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "57015a7a-c2f5-4b54-ab5c-48a9e4358cda",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bdm",
                                                                "businessData",
                                                                ":businessDataType"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) The Business Data type to create",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "businessDataType"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "29625713-4587-4149-816f-8bf255c48145",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bdm",
                                                                "businessData",
                                                                ":businessDataType"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) The Business Data type to create",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "businessDataType"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "name": "import",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "6c2c2c01-216d-4bea-9671-2edccb9fef27",
                                                    "name": "Import Business Data by bulk",
                                                    "request": {
                                                        "name": "Import Business Data by bulk",
                                                        "description": {
                                                            "content": "\n![edition](https://img.shields.io/badge/edition-entreprise-blue)\n\nAllows to import business data in bulk by uploading a file containing the data, in CSV format.\n\nExample CSV file content:\n```csv\nfirstName,lastName,department, dptReference, dateOfBirth, dateOfBirthWithTime, meetingDateAndTimeWithTimezone, otherDateAndTimeWithTimezone\n\"John\",\"Doe\",\"Engineering\", 14, \"1907-05-26\", \"1907-05-26T01:59:42\", \"2025-11-29T10:15:00+01:00\", \"2025-11-29T10:15:00Z\"\n\"Jane\",\"Smith\", \"Marketing\", 17, \"1977-03-24\", \"1977-03-24T17:40:00\", \"2025-07-19T09:00:00+01:00\", \"2025-07-19T09:00:00Z\"\n```\n\nField separator can be comma (`,`) or semicolon (`;`). Space characters around the separator will be ignored (trimmed).\n\nThe first line of the CSV file is considered as the header, and must contain the field names, with the exact same upper/lower case.\n\nString fields must be enclosed in double quotes (`\"`), numeric / boolean fields must not. Date fields must be strings in ISO 8601 format (e.g., `2023-10-01T12:00:00Z`).\n",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bdm",
                                                                "businessData",
                                                                ":businessDataType",
                                                                "import"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "businessDataType",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Business Data Type",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "multipart/form-data"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "formdata",
                                                            "formdata": [
                                                                {
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "dataset",
                                                                    "type": "file"
                                                                }
                                                            ]
                                                        },
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "17ee1e55-5235-443d-9ef6-ea4b96aecf85",
                                                            "name": "Success",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bdm",
                                                                        "businessData",
                                                                        ":businessDataType",
                                                                        "import"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Business Data Type",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "businessDataType"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "multipart/form-data"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "formdata",
                                                                    "formdata": [
                                                                        {
                                                                            "description": {
                                                                                "content": "",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "dataset",
                                                                            "type": "file"
                                                                        }
                                                                    ]
                                                                }
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"createdIds\": [\n    \"<number>\",\n    \"<number>\"\n  ],\n  \"unknownFields\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "770e9cf6-10bb-43dc-aa7f-e069f91fe182",
                                                            "name": "Bad request.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bdm",
                                                                        "businessData",
                                                                        ":businessDataType",
                                                                        "import"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Business Data Type",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "businessDataType"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "multipart/form-data"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "formdata",
                                                                    "formdata": [
                                                                        {
                                                                            "description": {
                                                                                "content": "",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "dataset",
                                                                            "type": "file"
                                                                        }
                                                                    ]
                                                                }
                                                            },
                                                            "status": "Bad Request",
                                                            "code": 400,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "5e81190f-f731-4271-896e-ca7f79857839",
                                                            "name": "Authorization information is missing or invalid.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bdm",
                                                                        "businessData",
                                                                        ":businessDataType",
                                                                        "import"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Business Data Type",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "businessDataType"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "multipart/form-data"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "formdata",
                                                                    "formdata": [
                                                                        {
                                                                            "description": {
                                                                                "content": "",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "dataset",
                                                                            "type": "file"
                                                                        }
                                                                    ]
                                                                }
                                                            },
                                                            "status": "Unauthorized",
                                                            "code": 401,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "8f3b871b-138d-46f8-a500-8dfdd925809e",
                                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bdm",
                                                                        "businessData",
                                                                        ":businessDataType",
                                                                        "import"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Business Data Type",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "businessDataType"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "multipart/form-data"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "formdata",
                                                                    "formdata": [
                                                                        {
                                                                            "description": {
                                                                                "content": "",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "dataset",
                                                                            "type": "file"
                                                                        }
                                                                    ]
                                                                }
                                                            },
                                                            "status": "Forbidden",
                                                            "code": 403,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "c31089cc-2f52-46b6-af27-4e9a78571587",
                                                            "name": "The resource for the specified ID was not found.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bdm",
                                                                        "businessData",
                                                                        ":businessDataType",
                                                                        "import"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Business Data Type",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "businessDataType"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "multipart/form-data"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "formdata",
                                                                    "formdata": [
                                                                        {
                                                                            "description": {
                                                                                "content": "",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "dataset",
                                                                            "type": "file"
                                                                        }
                                                                    ]
                                                                }
                                                            },
                                                            "status": "Not Found",
                                                            "code": 404,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "73d850f9-360c-4eb2-a6e0-ab503d06f886",
                                                            "name": "Unexpected error.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bdm",
                                                                        "businessData",
                                                                        ":businessDataType",
                                                                        "import"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Business Data Type",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "businessDataType"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "multipart/form-data"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "formdata",
                                                                    "formdata": [
                                                                        {
                                                                            "description": {
                                                                                "content": "",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "dataset",
                                                                            "type": "file"
                                                                        }
                                                                    ]
                                                                }
                                                            },
                                                            "status": "Internal Server Error",
                                                            "code": 500,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "findByIds",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "59854db2-a161-4d60-9c59-8e999ed5e00e",
                                                    "name": "Finds business data By Ids",
                                                    "request": {
                                                        "name": "Finds business data By Ids",
                                                        "description": {
                                                            "content": "Finds business data specified by their identifiers.\n",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bdm",
                                                                "businessData",
                                                                ":businessDataType",
                                                                "findByIds"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) list of persistenceIds (comma separated)",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "ids",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD"
                                                                }
                                                            ],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "businessDataType",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Business Data Type",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "0139b465-2c93-4868-ab12-23552198b7b0",
                                                            "name": "Success",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bdm",
                                                                        "businessData",
                                                                        ":businessDataType",
                                                                        "findByIds"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) list of persistenceIds (comma separated)",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "ids",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD"
                                                                        }
                                                                    ],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Business Data Type",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "businessDataType"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "[\n  {\n    \"persistenceId_string\": \"<string>\",\n    \"persistenceVersion_string\": \"<string>\"\n  },\n  {\n    \"persistenceId_string\": \"<string>\",\n    \"persistenceVersion_string\": \"<string>\"\n  }\n]",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "206c64c7-c061-4c5c-9943-21710192b9e0",
                                                            "name": "Bad request.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bdm",
                                                                        "businessData",
                                                                        ":businessDataType",
                                                                        "findByIds"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) list of persistenceIds (comma separated)",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "ids",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD"
                                                                        }
                                                                    ],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Business Data Type",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "businessDataType"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Bad Request",
                                                            "code": 400,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "59b3e17b-c0ed-4a03-b144-f84ac2421eae",
                                                            "name": "Authorization information is missing or invalid.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bdm",
                                                                        "businessData",
                                                                        ":businessDataType",
                                                                        "findByIds"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) list of persistenceIds (comma separated)",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "ids",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD"
                                                                        }
                                                                    ],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Business Data Type",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "businessDataType"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Unauthorized",
                                                            "code": 401,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "1ab5e258-9162-41fe-aad4-e60721247cf5",
                                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bdm",
                                                                        "businessData",
                                                                        ":businessDataType",
                                                                        "findByIds"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) list of persistenceIds (comma separated)",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "ids",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD"
                                                                        }
                                                                    ],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Business Data Type",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "businessDataType"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Forbidden",
                                                            "code": 403,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "f119c703-82e7-4368-8125-eab543dced39",
                                                            "name": "Unexpected error.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bdm",
                                                                        "businessData",
                                                                        ":businessDataType",
                                                                        "findByIds"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) list of persistenceIds (comma separated)",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "ids",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD"
                                                                        }
                                                                    ],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Business Data Type",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "businessDataType"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Internal Server Error",
                                                            "code": 500,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "{persistenceId}",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "69795364-978f-4208-9ca8-41cbc6fcf2ae",
                                                    "name": "Finds business data by Id",
                                                    "request": {
                                                        "name": "Finds business data by Id",
                                                        "description": {
                                                            "content": "Finds business data specified by its identifier.\n",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bdm",
                                                                "businessData",
                                                                ":businessDataType",
                                                                ":persistenceId"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "businessDataType",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Business Data Type",
                                                                        "type": "text/plain"
                                                                    }
                                                                },
                                                                {
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "persistenceId",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Business data ID",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "b5310382-6378-47e8-9e95-f624899ad0fe",
                                                            "name": "Success",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bdm",
                                                                        "businessData",
                                                                        ":businessDataType",
                                                                        ":persistenceId"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Business Data Type",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "businessDataType"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Business data ID",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "persistenceId"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"persistenceId_string\": \"<string>\",\n  \"persistenceVersion_string\": \"<string>\",\n  \"key_0\": 1984\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "341eeba4-576f-4414-b7aa-fa38635acdee",
                                                            "name": "Bad request.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bdm",
                                                                        "businessData",
                                                                        ":businessDataType",
                                                                        ":persistenceId"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Business Data Type",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "businessDataType"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Business data ID",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "persistenceId"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Bad Request",
                                                            "code": 400,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "358fee55-25be-4456-873d-08c10592e083",
                                                            "name": "Authorization information is missing or invalid.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bdm",
                                                                        "businessData",
                                                                        ":businessDataType",
                                                                        ":persistenceId"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Business Data Type",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "businessDataType"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Business data ID",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "persistenceId"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Unauthorized",
                                                            "code": 401,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "11aa2531-caf3-4b1b-bf38-21e657bba800",
                                                            "name": "The resource for the specified ID was not found.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bdm",
                                                                        "businessData",
                                                                        ":businessDataType",
                                                                        ":persistenceId"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Business Data Type",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "businessDataType"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Business data ID",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "persistenceId"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Not Found",
                                                            "code": 404,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "4937ee69-9813-450a-be54-3f698c9dd871",
                                                            "name": "Unexpected error.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bdm",
                                                                        "businessData",
                                                                        ":businessDataType",
                                                                        ":persistenceId"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Business Data Type",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "businessDataType"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Business data ID",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "persistenceId"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Internal Server Error",
                                                            "code": 500,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                },
                                                {
                                                    "id": "e48b8e73-bd42-4ff7-bbf9-42f82d23923b",
                                                    "name": "Update an existing Business Data",
                                                    "request": {
                                                        "name": "Update an existing Business Data",
                                                        "description": {
                                                            "content": "![edition](https://img.shields.io/badge/edition-entreprise-blue)\n\nUpdate an existing Business Data.\nAny input fields that are NOT part of the business data type will be simply ignored, and returned in the response,\nas an informative list.\n",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bdm",
                                                                "businessData",
                                                                ":businessDataType",
                                                                ":persistenceId"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "KBBFJJLGHDHCBIEELMJGDCEMEJLMMFLJDFACGDEJJDIFCHHMANMKBBFJAAJFFBHEDMBCHGEJFJCGDKALIKFLNHIFHGCNJNHDACIJKIMIHJNDBLFGGFJJMEFMEEIHNMNDIHKCABICNDMGFMLBJGALBCBGBNAICIBLEIEBEJMLDMMLH",
                                                                    "key": "businessDataType",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) The Business Data type to update",
                                                                        "type": "text/plain"
                                                                    }
                                                                },
                                                                {
                                                                    "type": "any",
                                                                    "value": "<number>",
                                                                    "key": "persistenceId",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Business data ID",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "ccafd23d-9a0c-4bf0-b481-f08eaee4dd2c",
                                                            "name": "Success",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bdm",
                                                                        "businessData",
                                                                        ":businessDataType",
                                                                        ":persistenceId"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) The Business Data type to update",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "KBBFJJLGHDHCBIEELMJGDCEMEJLMMFLJDFACGDEJJDIFCHHMANMKBBFJAAJFFBHEDMBCHGEJFJCGDKALIKFLNHIFHGCNJNHDACIJKIMIHJNDBLFGGFJJMEFMEEIHNMNDIHKCABICNDMGFMLBJGALBCBGBNAICIBLEIEBEJMLDMMLH",
                                                                            "key": "businessDataType"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Business data ID",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<number>",
                                                                            "key": "persistenceId"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "PUT",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"unknownFields\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "a2cf1323-c282-4cfb-88eb-27c10a5c0c0e",
                                                            "name": "Bad request.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bdm",
                                                                        "businessData",
                                                                        ":businessDataType",
                                                                        ":persistenceId"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) The Business Data type to update",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "KBBFJJLGHDHCBIEELMJGDCEMEJLMMFLJDFACGDEJJDIFCHHMANMKBBFJAAJFFBHEDMBCHGEJFJCGDKALIKFLNHIFHGCNJNHDACIJKIMIHJNDBLFGGFJJMEFMEEIHNMNDIHKCABICNDMGFMLBJGALBCBGBNAICIBLEIEBEJMLDMMLH",
                                                                            "key": "businessDataType"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Business data ID",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<number>",
                                                                            "key": "persistenceId"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "PUT",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Bad Request",
                                                            "code": 400,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "57db3c43-a378-48a8-bb3f-0e03089d0916",
                                                            "name": "Authorization information is missing or invalid.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bdm",
                                                                        "businessData",
                                                                        ":businessDataType",
                                                                        ":persistenceId"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) The Business Data type to update",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "KBBFJJLGHDHCBIEELMJGDCEMEJLMMFLJDFACGDEJJDIFCHHMANMKBBFJAAJFFBHEDMBCHGEJFJCGDKALIKFLNHIFHGCNJNHDACIJKIMIHJNDBLFGGFJJMEFMEEIHNMNDIHKCABICNDMGFMLBJGALBCBGBNAICIBLEIEBEJMLDMMLH",
                                                                            "key": "businessDataType"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Business data ID",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<number>",
                                                                            "key": "persistenceId"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "PUT",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Unauthorized",
                                                            "code": 401,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "a6825923-ba6e-4251-847e-9e5dd5a7cc87",
                                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bdm",
                                                                        "businessData",
                                                                        ":businessDataType",
                                                                        ":persistenceId"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) The Business Data type to update",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "KBBFJJLGHDHCBIEELMJGDCEMEJLMMFLJDFACGDEJJDIFCHHMANMKBBFJAAJFFBHEDMBCHGEJFJCGDKALIKFLNHIFHGCNJNHDACIJKIMIHJNDBLFGGFJJMEFMEEIHNMNDIHKCABICNDMGFMLBJGALBCBGBNAICIBLEIEBEJMLDMMLH",
                                                                            "key": "businessDataType"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Business data ID",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<number>",
                                                                            "key": "persistenceId"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "PUT",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Forbidden",
                                                            "code": 403,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "10b6d386-f5c0-410c-9c52-4eab696fe4f6",
                                                            "name": "The resource for the specified ID was not found.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bdm",
                                                                        "businessData",
                                                                        ":businessDataType",
                                                                        ":persistenceId"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) The Business Data type to update",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "KBBFJJLGHDHCBIEELMJGDCEMEJLMMFLJDFACGDEJJDIFCHHMANMKBBFJAAJFFBHEDMBCHGEJFJCGDKALIKFLNHIFHGCNJNHDACIJKIMIHJNDBLFGGFJJMEFMEEIHNMNDIHKCABICNDMGFMLBJGALBCBGBNAICIBLEIEBEJMLDMMLH",
                                                                            "key": "businessDataType"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Business data ID",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<number>",
                                                                            "key": "persistenceId"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "PUT",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Not Found",
                                                            "code": 404,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "8529627f-4fd0-4732-b1b9-af1fb8bb4dde",
                                                            "name": "Unexpected error.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bdm",
                                                                        "businessData",
                                                                        ":businessDataType",
                                                                        ":persistenceId"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) The Business Data type to update",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "KBBFJJLGHDHCBIEELMJGDCEMEJLMMFLJDFACGDEJJDIFCHHMANMKBBFJAAJFFBHEDMBCHGEJFJCGDKALIKFLNHIFHGCNJNHDACIJKIMIHJNDBLFGGFJJMEFMEEIHNMNDIHKCABICNDMGFMLBJGALBCBGBNAICIBLEIEBEJMLDMMLH",
                                                                            "key": "businessDataType"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Business data ID",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<number>",
                                                                            "key": "persistenceId"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "PUT",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Internal Server Error",
                                                            "code": 500,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                },
                                                {
                                                    "id": "72779bea-26f6-40e5-be76-34a1f51560f6",
                                                    "name": "Delete an existing Business Data",
                                                    "request": {
                                                        "name": "Delete an existing Business Data",
                                                        "description": {
                                                            "content": "![edition](https://img.shields.io/badge/edition-entreprise-blue)\n\nDelete an existing Business Data.\n",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bdm",
                                                                "businessData",
                                                                ":businessDataType",
                                                                ":persistenceId"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "businessDataType",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) The Business Data type to delete",
                                                                        "type": "text/plain"
                                                                    }
                                                                },
                                                                {
                                                                    "type": "any",
                                                                    "value": "<number>",
                                                                    "key": "persistenceId",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Business data ID to delete",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {},
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "30cb6913-d996-483d-893d-c48fa8616311",
                                                            "name": "The Business Data was successfully deleted",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bdm",
                                                                        "businessData",
                                                                        ":businessDataType",
                                                                        ":persistenceId"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) The Business Data type to delete",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "businessDataType"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Business data ID to delete",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<number>",
                                                                            "key": "persistenceId"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "DELETE",
                                                                "body": {}
                                                            },
                                                            "status": "No Content",
                                                            "code": 204,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "ae5cb380-8678-48e5-9287-ee866a057b69",
                                                            "name": "Bad request.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bdm",
                                                                        "businessData",
                                                                        ":businessDataType",
                                                                        ":persistenceId"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) The Business Data type to delete",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "businessDataType"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Business data ID to delete",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<number>",
                                                                            "key": "persistenceId"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "DELETE",
                                                                "body": {}
                                                            },
                                                            "status": "Bad Request",
                                                            "code": 400,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "f0b7ad07-ca8d-4e9c-afb4-90ae25bd7529",
                                                            "name": "Authorization information is missing or invalid.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bdm",
                                                                        "businessData",
                                                                        ":businessDataType",
                                                                        ":persistenceId"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) The Business Data type to delete",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "businessDataType"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Business data ID to delete",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<number>",
                                                                            "key": "persistenceId"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "DELETE",
                                                                "body": {}
                                                            },
                                                            "status": "Unauthorized",
                                                            "code": 401,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "85263a80-e0d0-473b-b6f4-0c1ba932320c",
                                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bdm",
                                                                        "businessData",
                                                                        ":businessDataType",
                                                                        ":persistenceId"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) The Business Data type to delete",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "businessDataType"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Business data ID to delete",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<number>",
                                                                            "key": "persistenceId"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "DELETE",
                                                                "body": {}
                                                            },
                                                            "status": "Forbidden",
                                                            "code": 403,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "64a5cedf-e98c-4bc1-8dd5-3e6a6f3e88d6",
                                                            "name": "The resource for the specified ID was not found.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bdm",
                                                                        "businessData",
                                                                        ":businessDataType",
                                                                        ":persistenceId"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) The Business Data type to delete",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "businessDataType"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Business data ID to delete",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<number>",
                                                                            "key": "persistenceId"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "DELETE",
                                                                "body": {}
                                                            },
                                                            "status": "Not Found",
                                                            "code": 404,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "56b5049b-59f9-405e-bad8-e7dd9b384a87",
                                                            "name": "Unexpected error.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bdm",
                                                                        "businessData",
                                                                        ":businessDataType",
                                                                        ":persistenceId"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) The Business Data type to delete",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "businessDataType"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Business data ID to delete",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<number>",
                                                                            "key": "persistenceId"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "DELETE",
                                                                "body": {}
                                                            },
                                                            "status": "Internal Server Error",
                                                            "code": 500,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                },
                                                {
                                                    "name": "{attributeName}",
                                                    "description": "",
                                                    "item": [
                                                        {
                                                            "id": "aa6ad244-e5c0-48e4-b1c6-980849f97901",
                                                            "name": "Finds business data attribute by id",
                                                            "request": {
                                                                "name": "Finds business data attribute by id",
                                                                "description": {
                                                                    "content": "Gets the business data attribute of business data according to its identifier and attribute name. Request url.\n",
                                                                    "type": "text/plain"
                                                                },
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bdm",
                                                                        "businessData",
                                                                        ":businessDataType",
                                                                        ":persistenceId",
                                                                        ":attributeName"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "businessDataType",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Business Data Type",
                                                                                "type": "text/plain"
                                                                            }
                                                                        },
                                                                        {
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "persistenceId",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Business data ID",
                                                                                "type": "text/plain"
                                                                            }
                                                                        },
                                                                        {
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "attributeName",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Business data attribute name",
                                                                                "type": "text/plain"
                                                                            }
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {},
                                                                "auth": null
                                                            },
                                                            "response": [
                                                                {
                                                                    "id": "4a178d4e-5fda-4f8e-84ad-7c194e6d8e18",
                                                                    "name": "Success",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "API",
                                                                                "bdm",
                                                                                "businessData",
                                                                                ":businessDataType",
                                                                                ":persistenceId",
                                                                                ":attributeName"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Business Data Type",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                                    "key": "businessDataType"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Business data ID",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                                    "key": "persistenceId"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Business data attribute name",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                                    "key": "attributeName"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Accept",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: apikey",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "JSESSIONID",
                                                                                "value": "<API Key>"
                                                                            }
                                                                        ],
                                                                        "method": "GET",
                                                                        "body": {}
                                                                    },
                                                                    "status": "OK",
                                                                    "code": 200,
                                                                    "header": [
                                                                        {
                                                                            "key": "Content-Type",
                                                                            "value": "application/json"
                                                                        }
                                                                    ],
                                                                    "body": "{\n  \"persistenceId_string\": \"<string>\",\n  \"persistenceVersion_string\": \"<string>\",\n  \"key_0\": 1984\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                },
                                                                {
                                                                    "id": "da620721-3e20-4b74-bfea-0e9addc6908d",
                                                                    "name": "Bad request.",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "API",
                                                                                "bdm",
                                                                                "businessData",
                                                                                ":businessDataType",
                                                                                ":persistenceId",
                                                                                ":attributeName"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Business Data Type",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                                    "key": "businessDataType"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Business data ID",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                                    "key": "persistenceId"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Business data attribute name",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                                    "key": "attributeName"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Accept",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: apikey",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "JSESSIONID",
                                                                                "value": "<API Key>"
                                                                            }
                                                                        ],
                                                                        "method": "GET",
                                                                        "body": {}
                                                                    },
                                                                    "status": "Bad Request",
                                                                    "code": 400,
                                                                    "header": [
                                                                        {
                                                                            "key": "Content-Type",
                                                                            "value": "application/json"
                                                                        }
                                                                    ],
                                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                },
                                                                {
                                                                    "id": "5eedcdab-afab-48fe-a8a5-119f89a99a72",
                                                                    "name": "Authorization information is missing or invalid.",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "API",
                                                                                "bdm",
                                                                                "businessData",
                                                                                ":businessDataType",
                                                                                ":persistenceId",
                                                                                ":attributeName"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Business Data Type",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                                    "key": "businessDataType"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Business data ID",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                                    "key": "persistenceId"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Business data attribute name",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                                    "key": "attributeName"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Accept",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: apikey",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "JSESSIONID",
                                                                                "value": "<API Key>"
                                                                            }
                                                                        ],
                                                                        "method": "GET",
                                                                        "body": {}
                                                                    },
                                                                    "status": "Unauthorized",
                                                                    "code": 401,
                                                                    "header": [
                                                                        {
                                                                            "key": "Content-Type",
                                                                            "value": "application/json"
                                                                        }
                                                                    ],
                                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                },
                                                                {
                                                                    "id": "5502c8b1-56ca-487e-8f93-53ca40fe6f51",
                                                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "API",
                                                                                "bdm",
                                                                                "businessData",
                                                                                ":businessDataType",
                                                                                ":persistenceId",
                                                                                ":attributeName"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Business Data Type",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                                    "key": "businessDataType"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Business data ID",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                                    "key": "persistenceId"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Business data attribute name",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                                    "key": "attributeName"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Accept",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: apikey",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "JSESSIONID",
                                                                                "value": "<API Key>"
                                                                            }
                                                                        ],
                                                                        "method": "GET",
                                                                        "body": {}
                                                                    },
                                                                    "status": "Forbidden",
                                                                    "code": 403,
                                                                    "header": [
                                                                        {
                                                                            "key": "Content-Type",
                                                                            "value": "application/json"
                                                                        }
                                                                    ],
                                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                },
                                                                {
                                                                    "id": "c3daf12c-ec7b-44c2-ab73-edb0bc2ea8f5",
                                                                    "name": "The resource for the specified ID was not found.",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "API",
                                                                                "bdm",
                                                                                "businessData",
                                                                                ":businessDataType",
                                                                                ":persistenceId",
                                                                                ":attributeName"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Business Data Type",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                                    "key": "businessDataType"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Business data ID",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                                    "key": "persistenceId"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Business data attribute name",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                                    "key": "attributeName"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Accept",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: apikey",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "JSESSIONID",
                                                                                "value": "<API Key>"
                                                                            }
                                                                        ],
                                                                        "method": "GET",
                                                                        "body": {}
                                                                    },
                                                                    "status": "Not Found",
                                                                    "code": 404,
                                                                    "header": [
                                                                        {
                                                                            "key": "Content-Type",
                                                                            "value": "application/json"
                                                                        }
                                                                    ],
                                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                },
                                                                {
                                                                    "id": "a0e6c435-aa02-4fbe-a916-795e35c3ba71",
                                                                    "name": "Unexpected error.",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "API",
                                                                                "bdm",
                                                                                "businessData",
                                                                                ":businessDataType",
                                                                                ":persistenceId",
                                                                                ":attributeName"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Business Data Type",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                                    "key": "businessDataType"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Business data ID",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                                    "key": "persistenceId"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Business data attribute name",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                                    "key": "attributeName"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Accept",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: apikey",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "JSESSIONID",
                                                                                "value": "<API Key>"
                                                                            }
                                                                        ],
                                                                        "method": "GET",
                                                                        "body": {}
                                                                    },
                                                                    "status": "Internal Server Error",
                                                                    "code": 500,
                                                                    "header": [
                                                                        {
                                                                            "key": "Content-Type",
                                                                            "value": "application/json"
                                                                        }
                                                                    ],
                                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                }
                                                            ],
                                                            "event": [],
                                                            "protocolProfileBehavior": {
                                                                "disableBodyPruning": true
                                                            }
                                                        }
                                                    ]
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "accessControl",
                    "description": "",
                    "item": [
                        {
                            "name": "bdm",
                            "description": "",
                            "item": [
                                {
                                    "id": "a7c6fe74-a748-4cf1-9d02-091b6160c0be",
                                    "name": "BDM access control status",
                                    "request": {
                                        "name": "BDM access control status",
                                        "description": {
                                            "content": "![edition](https://img.shields.io/badge/edition-entreprise-blue)\n\nGet the BDM access control status.\n",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "API",
                                                "accessControl",
                                                "bdm"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "0ac5acc9-c8dd-4bed-8692-8c85452210d5",
                                            "name": "Success",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "accessControl",
                                                        "bdm"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"state\": \"INSTALLED\",\n  \"lastUpdatedBy\": \"<string>\",\n  \"lastUpdateDate\": \"<string>\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "d6eb3c14-4dbc-48a8-8c0d-373f31e478c4",
                                            "name": "Bad request.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "accessControl",
                                                        "bdm"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "be08e2f3-38d6-417a-89f3-e71b04311907",
                                            "name": "Authorization information is missing or invalid.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "accessControl",
                                                        "bdm"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "c547d5a2-ed66-49b2-9a01-57303015c795",
                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "accessControl",
                                                        "bdm"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "2154427c-503c-459f-9c3b-9e59ed9cd8ea",
                                            "name": "Unexpected error.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "accessControl",
                                                        "bdm"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "1b30ff17-ec20-471a-aced-52ee7271c4fb",
                                    "name": "Delete the BDM Access Control",
                                    "request": {
                                        "name": "Delete the BDM Access Control",
                                        "description": {
                                            "content": "![edition](https://img.shields.io/badge/edition-entreprise-blue)\n\nDelete the BDM access control\n",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "API",
                                                "accessControl",
                                                "bdm"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "DELETE",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "48088a68-44f6-47c4-9003-59b229f361a2",
                                            "name": "OK (no content).",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "accessControl",
                                                        "bdm"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "DELETE",
                                                "body": {}
                                            },
                                            "status": "No Content",
                                            "code": 204,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        },
                                        {
                                            "id": "9fe06d16-fb50-454b-b91c-c45c83d270d6",
                                            "name": "Bad request.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "accessControl",
                                                        "bdm"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "DELETE",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "721e13ff-6ad4-4775-84b4-e3242ae84b83",
                                            "name": "Authorization information is missing or invalid.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "accessControl",
                                                        "bdm"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "DELETE",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "bb1cbe8a-1761-4a33-aa0a-db5dc7df7bbe",
                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "accessControl",
                                                        "bdm"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "DELETE",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "44a8876e-df99-404b-8c31-fe10637c6be6",
                                            "name": "Unexpected error.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "accessControl",
                                                        "bdm"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "DELETE",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "retention",
                    "description": "",
                    "item": [
                        {
                            "name": "object",
                            "description": "",
                            "item": [
                                {
                                    "id": "feb641b3-b012-4aaf-8ccd-ab963b9d9e94",
                                    "name": "List business object types with their retention rules",
                                    "request": {
                                        "name": "List business object types with their retention rules",
                                        "description": {
                                            "content": "![edition](https://img.shields.io/badge/edition-entreprise-blue)\n\nReturns the list of all business object types defined in the deployed Business Data Model (BDM),\neach enriched with its composition tree and the retention rule that may apply to it.\n\nThe full list is returned in a single response. Pagination is not applied because the\nBDM is a bounded set defined at deployment time.\n\nRequires the `DATA_RETENTION` feature to be active in the platform license.\nAvailable since Bonita 11.0.\n",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "API",
                                                "retention",
                                                "object"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "5d25fafa-d656-4584-bbef-b060c4f40425",
                                            "name": "Successful operation. The full list of business object types is returned in a single\nresponse. No pagination is applied and no `Content-Range` header is set.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "retention",
                                                        "object"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "[\n  {\n    \"qualifiedName\": \"<string>\",\n    \"compositions\": [\n      {\n        \"qualifiedName\": \"<string>\",\n        \"compositions\": [\n          {\n            \"value\": \"<Circular reference to #/components/schemas/CompositionNode detected>\"\n          },\n          {\n            \"value\": \"<Circular reference to #/components/schemas/CompositionNode detected>\"\n          }\n        ]\n      },\n      {\n        \"qualifiedName\": \"<string>\",\n        \"compositions\": [\n          {\n            \"value\": \"<Circular reference to #/components/schemas/CompositionNode detected>\"\n          },\n          {\n            \"value\": \"<Circular reference to #/components/schemas/CompositionNode detected>\"\n          }\n        ]\n      }\n    ],\n    \"dataRetentionRule\": {\n      \"id\": \"<string>\",\n      \"dataClassname\": \"<string>\",\n      \"referenceDate\": \"LAST_UPDATE\",\n      \"retentionDays\": \"<integer>\",\n      \"createdAt\": \"<string>\",\n      \"updatedAt\": \"<string>\"\n    }\n  },\n  {\n    \"qualifiedName\": \"<string>\",\n    \"compositions\": [\n      {\n        \"qualifiedName\": \"<string>\",\n        \"compositions\": [\n          {\n            \"value\": \"<Circular reference to #/components/schemas/CompositionNode detected>\"\n          },\n          {\n            \"value\": \"<Circular reference to #/components/schemas/CompositionNode detected>\"\n          }\n        ]\n      },\n      {\n        \"qualifiedName\": \"<string>\",\n        \"compositions\": [\n          {\n            \"value\": \"<Circular reference to #/components/schemas/CompositionNode detected>\"\n          },\n          {\n            \"value\": \"<Circular reference to #/components/schemas/CompositionNode detected>\"\n          }\n        ]\n      }\n    ],\n    \"dataRetentionRule\": {\n      \"id\": \"<string>\",\n      \"dataClassname\": \"<string>\",\n      \"referenceDate\": \"LAST_UPDATE\",\n      \"retentionDays\": \"<integer>\",\n      \"createdAt\": \"<string>\",\n      \"updatedAt\": \"<string>\"\n    }\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "b518fba8-021d-42d4-8362-c41e8127a897",
                                            "name": "Authorization information is missing or invalid.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "retention",
                                                        "object"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "8f1e0e48-8421-4bd2-a4cb-1388c4579bce",
                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "retention",
                                                        "object"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "8eb79838-2685-47d3-9352-9a743f3764cc",
                                            "name": "Unexpected error.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "retention",
                                                        "object"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        },
                        {
                            "name": "schedule",
                            "description": "",
                            "item": [
                                {
                                    "id": "b674c8a0-0242-4f8e-a21d-1f4955f39011",
                                    "name": "Get the data retention schedule",
                                    "request": {
                                        "name": "Get the data retention schedule",
                                        "description": {
                                            "content": "![edition](https://img.shields.io/badge/edition-entreprise-blue)\n\nReturns the cron expression that triggers the data retention job. The expression is configured\nvia the `bonita.runtime.retention.schedule.cron` platform property and is read-only at runtime.\n\nRequires the `DATA_RETENTION` feature to be active in the platform license.\nAvailable since Bonita 11.0.\n",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "API",
                                                "retention",
                                                "schedule"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "4b76ed41-6e59-4508-9b7f-d6dc01ef1033",
                                            "name": "Successful operation",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "retention",
                                                        "schedule"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"cronExpression\": \"<string>\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "d02e0841-320b-4472-93dc-01fdef767038",
                                            "name": "Authorization information is missing or invalid.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "retention",
                                                        "schedule"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "2ee6d758-a2b2-498b-92da-12cb960f023d",
                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "retention",
                                                        "schedule"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "7f72fd1e-1fc6-414a-9cc1-16eeef23ea8e",
                                            "name": "Unexpected error.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "retention",
                                                        "schedule"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        },
                        {
                            "name": "rule",
                            "description": "",
                            "item": [
                                {
                                    "id": "5d0ecb14-0543-4aa2-baa5-b0803d2c22ef",
                                    "name": "Create a retention rule",
                                    "request": {
                                        "name": "Create a retention rule",
                                        "description": {
                                            "content": "![edition](https://img.shields.io/badge/edition-entreprise-blue)\n\nCreates a data retention rule for a business object type. Once created, the data retention\nservice will automatically delete business data of `dataClassName` whose `referenceDate` is\nolder than `retentionDays` days.\n\nOnly one retention rule can exist per BDM class name. Posting a second rule for a\n`dataClassName` that already has one returns `409 Conflict`.\n\nRequires the `DATA_RETENTION` feature to be active in the platform license.\nAvailable since Bonita 11.0.\n",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "API",
                                                "retention",
                                                "rule"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"dataClassName\": \"<string>\",\n  \"referenceDate\": \"LAST_UPDATE\",\n  \"retentionDays\": \"<integer>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        },
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "ed9403f4-e040-4cbb-9b2f-092133d03100",
                                            "name": "Retention rule created",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "retention",
                                                        "rule"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"dataClassName\": \"<string>\",\n  \"referenceDate\": \"LAST_UPDATE\",\n  \"retentionDays\": \"<integer>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Created",
                                            "code": 201,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"id\": \"<string>\",\n  \"dataClassname\": \"<string>\",\n  \"referenceDate\": \"CREATION\",\n  \"retentionDays\": \"<integer>\",\n  \"createdAt\": \"<string>\",\n  \"updatedAt\": \"<string>\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "8e5b7b76-5aed-454a-9fa5-388c833019a0",
                                            "name": "Bad request.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "retention",
                                                        "rule"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"dataClassName\": \"<string>\",\n  \"referenceDate\": \"LAST_UPDATE\",\n  \"retentionDays\": \"<integer>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "bc571130-2343-467c-a6d6-61625ced3d78",
                                            "name": "Authorization information is missing or invalid.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "retention",
                                                        "rule"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"dataClassName\": \"<string>\",\n  \"referenceDate\": \"LAST_UPDATE\",\n  \"retentionDays\": \"<integer>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "017ff304-efd8-4f2a-b16d-6d839f052ec9",
                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "retention",
                                                        "rule"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"dataClassName\": \"<string>\",\n  \"referenceDate\": \"LAST_UPDATE\",\n  \"retentionDays\": \"<integer>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "21c5f589-c2a2-46b1-ab95-16380e5728d5",
                                            "name": "Conflict, the request could not be completed because it conflicts with the current state of the target resource.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "retention",
                                                        "rule"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"dataClassName\": \"<string>\",\n  \"referenceDate\": \"LAST_UPDATE\",\n  \"retentionDays\": \"<integer>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Conflict",
                                            "code": 409,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "40fea755-5a37-49e4-89b2-6ec421b9c4d0",
                                            "name": "Unexpected error.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "retention",
                                                        "rule"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"dataClassName\": \"<string>\",\n  \"referenceDate\": \"LAST_UPDATE\",\n  \"retentionDays\": \"<integer>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{ruleId}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "54b6f2d9-aa98-4ce2-aed0-7f3798751988",
                                            "name": "Update a retention rule by ID",
                                            "request": {
                                                "name": "Update a retention rule by ID",
                                                "description": {
                                                    "content": "![edition](https://img.shields.io/badge/edition-entreprise-blue)\n\nUpdates the `referenceDate` and `retentionDays` of an existing retention rule.\n\nRequires the `DATA_RETENTION` feature to be active in the platform license.\nAvailable since Bonita 11.0.\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "retention",
                                                        "rule",
                                                        ":ruleId"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "0914748183",
                                                            "key": "ruleId",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) Numeric ID of the retention rule to update (the `id` field returned by `DataRetentionConfig`).",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "PUT",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"referenceDate\": \"CREATION\",\n  \"retentionDays\": \"<integer>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "8d4e097f-78af-4582-8903-4df873e2baaa",
                                                    "name": "Retention rule updated",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "retention",
                                                                "rule",
                                                                ":ruleId"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Numeric ID of the retention rule to update (the `id` field returned by `DataRetentionConfig`).",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "0914748183",
                                                                    "key": "ruleId"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"referenceDate\": \"CREATION\",\n  \"retentionDays\": \"<integer>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"id\": \"<string>\",\n  \"dataClassname\": \"<string>\",\n  \"referenceDate\": \"CREATION\",\n  \"retentionDays\": \"<integer>\",\n  \"createdAt\": \"<string>\",\n  \"updatedAt\": \"<string>\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "3650101b-f07a-4a20-b4a2-9e9be0549120",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "retention",
                                                                "rule",
                                                                ":ruleId"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Numeric ID of the retention rule to update (the `id` field returned by `DataRetentionConfig`).",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "0914748183",
                                                                    "key": "ruleId"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"referenceDate\": \"CREATION\",\n  \"retentionDays\": \"<integer>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "5222cd72-766e-4ddd-93e7-4750f032d057",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "retention",
                                                                "rule",
                                                                ":ruleId"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Numeric ID of the retention rule to update (the `id` field returned by `DataRetentionConfig`).",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "0914748183",
                                                                    "key": "ruleId"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"referenceDate\": \"CREATION\",\n  \"retentionDays\": \"<integer>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "7359a4f3-9870-4dac-806b-24fc3db8593b",
                                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "retention",
                                                                "rule",
                                                                ":ruleId"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Numeric ID of the retention rule to update (the `id` field returned by `DataRetentionConfig`).",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "0914748183",
                                                                    "key": "ruleId"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"referenceDate\": \"CREATION\",\n  \"retentionDays\": \"<integer>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "6965dacc-38be-4065-a29f-3745b700ae82",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "retention",
                                                                "rule",
                                                                ":ruleId"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Numeric ID of the retention rule to update (the `id` field returned by `DataRetentionConfig`).",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "0914748183",
                                                                    "key": "ruleId"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"referenceDate\": \"CREATION\",\n  \"retentionDays\": \"<integer>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "9a79f0b0-e929-4b13-b15e-64d78378ff16",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "retention",
                                                                "rule",
                                                                ":ruleId"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Numeric ID of the retention rule to update (the `id` field returned by `DataRetentionConfig`).",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "0914748183",
                                                                    "key": "ruleId"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"referenceDate\": \"CREATION\",\n  \"retentionDays\": \"<integer>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "6635972c-57e5-456e-af69-9472dd31ab83",
                                            "name": "Delete a retention rule by ID",
                                            "request": {
                                                "name": "Delete a retention rule by ID",
                                                "description": {
                                                    "content": "![edition](https://img.shields.io/badge/edition-entreprise-blue)\n\nDeletes the retention rule with the given ID. Existing BDM object instances of the underlying\ntype are not deleted by this operation; only the retention rule itself is removed.\n\nRequires the `DATA_RETENTION` feature to be active in the platform license.\nAvailable since Bonita 11.0.\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "retention",
                                                        "rule",
                                                        ":ruleId"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "0914748183",
                                                            "key": "ruleId",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) Numeric ID of the retention rule to delete (the `id` field returned by `DataRetentionConfig`).",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "DELETE",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "0329de24-9e1a-47b8-8c82-fb605004bb75",
                                                    "name": "OK (no content).",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "retention",
                                                                "rule",
                                                                ":ruleId"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Numeric ID of the retention rule to delete (the `id` field returned by `DataRetentionConfig`).",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "0914748183",
                                                                    "key": "ruleId"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "No Content",
                                                    "code": 204,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "88e672fc-d43c-4d56-92c9-25308113f42f",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "retention",
                                                                "rule",
                                                                ":ruleId"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Numeric ID of the retention rule to delete (the `id` field returned by `DataRetentionConfig`).",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "0914748183",
                                                                    "key": "ruleId"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "6028f272-dab8-479e-a826-eed291f10048",
                                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "retention",
                                                                "rule",
                                                                ":ruleId"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Numeric ID of the retention rule to delete (the `id` field returned by `DataRetentionConfig`).",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "0914748183",
                                                                    "key": "ruleId"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "d572a6b0-3198-4367-9581-3da39b4f9300",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "retention",
                                                                "rule",
                                                                ":ruleId"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Numeric ID of the retention rule to delete (the `id` field returned by `DataRetentionConfig`).",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "0914748183",
                                                                    "key": "ruleId"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "30a5d812-c81b-4416-8458-5b618ed3eddd",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "retention",
                                                                "rule",
                                                                ":ruleId"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Numeric ID of the retention rule to delete (the `id` field returned by `DataRetentionConfig`).",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "0914748183",
                                                                    "key": "ruleId"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "bpm",
                    "description": "",
                    "item": [
                        {
                            "name": "activity",
                            "description": "",
                            "item": [
                                {
                                    "id": "6921193c-62fa-49df-9e4f-8ff529383e10",
                                    "name": "Finds Activities",
                                    "request": {
                                        "name": "Finds Activities",
                                        "description": {
                                            "content": "Finds Activities with pagination params and filters. Activities in states completed, cancelled, or aborted are not retrieved. The search returns an array of activities.\n\n- can order on `name`, `displayName`, `state`, `processDefinitionId`, `parentProcessInstanceId`, `parentActivityInstanceId` (order by parent activity id), `rootProcessInstanceId`, `lastUpdateDate`\n- can search on `name`, `displayName`, `state`, `processDefinitionId`, `parentProcessInstanceId`, `parentActivityInstanceId` (order by parent activity id), `rootProcessInstanceId`, `lastUpdateDate`\n- can filter on `name`, `state`, `processId`, `parentProcessInstanceId`, `rootProcessInstanceId`, `last_update_date`, `supervisor_id` (only in Enterprise editions)\n",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "API",
                                                "bpm",
                                                "activity"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) index of the page to display",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "p",
                                                    "value": "0"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) maximum number of elements to retrieve",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "c",
                                                    "value": "20"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "OrKOIemKmRkbOx4e66sJImbWGQpiG09GR%RSKuHimY6RKvneI%xj9qTCbyIwSPgLCQqK1uDO05bdI0SNgZ7Bg1QTkW9dK0O655BK6lZY5maKUPszsczKGRE6Atfb6jFcpUFoAY8IsdpSUGDoCRtTKNZe9o1E%dktcAypG%b99rEI1WHdTxeT0YZY%HPvV3lf09ggm62qj0BZuo21XXDfSiPI9eX3N07kptV4ccvj0yUftTdLz"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "x62n%OFSzf6dRdC8"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "83d3c7b7-044d-43d7-b08e-c5f3f8a98319",
                                            "name": "Success",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "activity"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "The total number of matching items",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "Content-Range",
                                                    "value": "<long>"
                                                }
                                            ],
                                            "body": "[\n  {\n    \"id\": \"PO2gyqpdRrHd87-6Tl9DzfEgHYGnnTP33bvEB8_quLgDheyW7paS.UmQxVh5K6FdnQHqEf-2RJcn2u9iuSwIenYMthbmOnD5w4g.D4YFbRtywxeXebvNxOIoy_iDdBGj4AdQrSgHopL4UaNN2-I2mQymC8o6ktllJhheF-uv6Fj5-4hL2JnVBEyLJERBiBSG3QxywW\",\n    \"type\": \"CALL_ACTIVITY\",\n    \"name\": \"<string>\",\n    \"displayName\": \"<string>\",\n    \"description\": \"<string>\",\n    \"displayDescription\": \"<string>\",\n    \"state\": \"ready\",\n    \"reached_state_date\": \"<string>\",\n    \"last_update_date\": \"<string>\",\n    \"dueDate\": \"<string>\",\n    \"priority\": \"above_normal\",\n    \"processId\": \"tpRCuBt4rLJOhx2TT1l0w7.X0Z49_KDZ9CH-E-VBBYUymrsN7k0B.p4JbmBTMQDIHJY_A1GOqkqO2FfqvgIwLg..SGKNApCnJp03Wo-N1rz4ouwrgmvAfIewVzqd-QBuqLVJUKurt_jHvY3qhCdxZN5dxwMNWnX4q-N-rpKD2LiLGgwQVXjNVi\",\n    \"parentCaseId\": \"_JnR_3FWEFG6n9Mi.rEuwSgVtnAba7ZuCafruZC7gkWKERiqn4xHFb1h1Rp_WFWCh.4HJb5zzdtpvLpoyudiOiYU0HJ8JPP_DeAZ79ws.GcsFmy2QDbbn4_DZakorsj768o34RU7a9r7O2y8d4z-78sVsXldYydCdn67s78R.zZ0KTUh-CChG9QzBa9HsqR71ep8kG2NEJTEATUHm3EPXApJmoXgfsGta5Q.XuQltnIuQxrDRoO7\",\n    \"rootCaseId\": \"qk1Vk4.oBbPyL4yJd5GkYVZDrURczGj_rPWapQpGn2Poc3CTOt-eI-ZgABp\",\n    \"rootContainerId\": \"Jxt6Qa44a7vS2onQB_wUUreQjmDFHNEjZ6YepNlGB3x4PfsduSOGaUuneWFXxQ8xCg1dYCIdwKJLS\",\n    \"executedBy\": \"GyyxNciz6ly_PV2fLMuW9V89ZTBwL7qbiuZZrKPu0MsJBnkhDrawPMd51EoYIz0x5mo65dmaylvIzYtE.F9jVL70JNbNi_cNEtahEEP3wnBlfLTMeIEq96vau2Uor_sIodFxnUTZFc\",\n    \"executedBySubstitute\": \"<string>\",\n    \"actorId\": \"uKI3pEg.TCg0XoWWJVtHa5xYeYv2cnTaTRD2mWACnzass2NoJ2sFT9UUgn082T2rxKIc7N0QRF9BbgrbensDqXk_yv78PqrjIEo95GyF9kxPshiirmk8l_gIW0ZxJWgk1Ty4yNxXhD3S4fl0uL.BJ421OWtG\",\n    \"assigned_id\": \"7lTwkoue2UuDrIttZEJ3hq9kPGqL3S._WJDnlFnL3fO-cGvL-tb4DqM63iSSCpkYaodBm9bAONAk1cHYXtT9.vmq-G87-3HQzWFEitIn5yv7ABqJS.STjQGAaQF5Gt6u7biejK_VazMghCL2V_J8Thmi1.n0bDdq6NirjIF2KqzYeI3qgmw37iatHaDO.22qtzEKgQ9YizEAes.1lnhSBG5vhuwo28qG0\",\n    \"assigned_date\": \"1718-56-15 175:8435468:39.4902465594\"\n  },\n  {\n    \"id\": \"rNIg-FVzH_UjKegGv3uMcNQjhv29k5cIeRQt4TDG.S2iT77qiMGfTksFvL.0IqV8D_D8iztDNNHKi4oD1ie0nfnSPtj3oKuzuN5AwEBu_BHItOQbn0CM-NxTWxXKmNouqmXK0upO-6h0g\",\n    \"type\": \"MANUAL_TASK\",\n    \"name\": \"<string>\",\n    \"displayName\": \"<string>\",\n    \"description\": \"<string>\",\n    \"displayDescription\": \"<string>\",\n    \"state\": \"skipped\",\n    \"reached_state_date\": \"<string>\",\n    \"last_update_date\": \"<string>\",\n    \"dueDate\": \"<string>\",\n    \"priority\": \"lowest\",\n    \"processId\": \"GDpSd71QF527P-NqDotOd1ZEAN0Cc2HLHtcuNefXxsiEkQW.8iPMeAIRXNM.3pF.xR_Cx3vxFVhV8SiY0ml.Fs5laz2OcU2PEbFycS8sJVZ2_4Y08R3HV9s5AcjdDdxsdxTZ5GgIfxnhQooX0tTlI7EuDxRBPEPxR5\",\n    \"parentCaseId\": \"DVopWUc6vFuq0flHTeT7ZV8dAMFf4wmeqC7IJSkY3ROQVLI1C94w_fg_IuzvD9wQENcEeVcNIAXnRxzxRQTOQBGO3_RW-ZkHHZTtjByVymlHE1r0VI3KQzay6q3ujsSW4uc.cNjGbhJVR9ju.sb2AuDiu3NNVqqBnhia1gGspGdFr6i3sVwz188GDcejHoRDsRAK-c__7SemD\",\n    \"rootCaseId\": \"w_J2mCYdHJpfcZ0eG67y4b8sckwcrM_qxPYXNEH16BLWbqNOlmi3cl_Drl6Cy.zfsPxAwtMqFINtc-7aqkkqCXpi7cveSw8eE-8pCEI9m8N8Jg2TcnUMgvOXsSh8AbY1S4FcZyY9vItZhvPAMsV.HbmjF0.6XeqW5QGtP.3YgvUnJJANQfOCYiVvilRIrUBDTu-1ohfXl\",\n    \"rootContainerId\": \"Cw9XdV-7vhsPtKP5NHlTLJP7FePytbxuFxVOgpZoGnOYmdsl\",\n    \"executedBy\": \"Na4I4jL_J_XW0OTKR3c.Vg1qCqsV9SV_QS4W_\",\n    \"executedBySubstitute\": \"<string>\",\n    \"actorId\": \"V_pFK3SWn2tsaoeR-mAcilSROKOL_8FW\",\n    \"assigned_id\": \"JqBqhh4scmOtUM_Wh8OtxlW2iGkQXMkzX5U7DBWeUG-k7GlqIYL5m-VU8bNHz7H_IL9CaUJeolYF\",\n    \"assigned_date\": \"5505-18-74\\f66:56572644621:40356637.9590\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "0b4b4c59-3d86-4c71-86bd-b4201b091636",
                                            "name": "Bad request.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "activity"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "d3d6456c-d801-41ad-bbbb-82cd62c745d2",
                                            "name": "Authorization information is missing or invalid.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "activity"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "705e92a7-5432-42ba-aba1-852dfb9f326f",
                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "activity"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "7476d0a8-f862-4b95-b1d0-0ef559feebad",
                                            "name": "Unexpected error.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "activity"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "58783256-aa22-41f9-8b02-5ead56b78eeb",
                                            "name": "Finds the Activity by ID",
                                            "request": {
                                                "name": "Finds the Activity by ID",
                                                "description": {
                                                    "content": "Returns the single Activity for the given ID\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "activity",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ID of the Activity to return",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "2129d6d8-0655-4b87-be24-35c464dc16ed",
                                                    "name": "Success",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "activity",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Activity to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"id\": \"POE2Z3dxSGVDlHAvC2HX3Hz-NChvxvOejvkKdVusiNtv3mXYLkB-IYL9Y_.peCbibzOqRPX5Wn0KJytJJ-jQk0OHG\",\n  \"type\": \"MULTI_INSTANCE_ACTIVITY\",\n  \"name\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"description\": \"<string>\",\n  \"displayDescription\": \"<string>\",\n  \"state\": \"aborting activity with boundary\",\n  \"reached_state_date\": \"<string>\",\n  \"last_update_date\": \"<string>\",\n  \"dueDate\": \"<string>\",\n  \"priority\": \"lowest\",\n  \"processId\": \"czwnzEYcmJJTVbcvdXmwou9kS-N0g0y5SYO_60yhJGpg1uIY6s1NzDvULSK\",\n  \"parentCaseId\": \"_g5Mucz5QE\",\n  \"rootCaseId\": \"0-9m8h3htsAjiIfII-zJBOlLN7WnYo_QQB_TL7OCJ5Yyo6aIXBMG5hyhtpmjHxU4epoRwXjvCxNK69wk5Snl90KvirUStla.b-qhUiYPvW6ZZFPLUDg-eJ0sdZ948JijTWf8930FcUaARe4JkAKCF8j9P6A91aE3ja4RJ83zqTZk1RLMojN-wQp6b.DSHEqM7TrFYMSOjwqvD8v\",\n  \"rootContainerId\": \"ScYwCfy5nDkoQr8n0BTFg93REeUGZ6DJKSW0bBsQFvaV5\",\n  \"executedBy\": \"iUkTbYZ8Cj1NVoVBnq--oAxtz.gGi7WNVJbfOj_XWVCwL5tt6cbP-LAc6mPlZxZdG5pYNz22gNOZ-3ReJrbiAZPbco-Dc665kkPqBaUyOxlp0Hxpiwoc.r5ESMtaMTBwga8Of1oWuwHz.r6H3vuyXFq6NuIwhnoXMZqgjA-HavIUA4-_dKyASvDGtt_zIF6DwUMLv3hSzsOF9NTnXlPUcky\",\n  \"executedBySubstitute\": \"<string>\",\n  \"actorId\": \"weqDgE82bgi_WIqTxGu7S_DVB.zhzcQui3l8fpOfJX8pl_HOW.G6tR0lnCiLJ3nW71FWDACuBIIezJgyWGU1PchHTcjixKcqZSRNU_vGyZFcau9gE-6ODp7QUYSDIDaaww0IBj.EG4TGMb4QeMdQuealGoJ9N4YhQIQwvl\",\n  \"assigned_id\": \"mDWOc8PKCDDEDJA\",\n  \"assigned_date\": \"5182-02-51 85:40:096055659.2247158\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "20fd3409-fb02-4ed0-be5f-312260bf9d78",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "activity",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Activity to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "09aeef91-e265-4551-a381-6cb70d62437b",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "activity",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Activity to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "6493eb12-9e4d-4561-81a8-889a947d133a",
                                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "activity",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Activity to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "62deecc4-3156-4e2f-85b2-0790c6e36342",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "activity",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Activity to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "0830ad8b-32c5-4dba-9162-c9f371208d70",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "activity",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Activity to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "9ab828fa-4336-4878-bd05-9d2df2405831",
                                            "name": "Update the Activity by ID",
                                            "request": {
                                                "name": "Update the Activity by ID",
                                                "description": {
                                                    "content": "Update the Activity for the given ID\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "activity",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ID of the Activity to return",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "PUT",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"variables\": \"<string>\",\n  \"state\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "9042527f-3c55-4b30-8c68-10ee9a36f526",
                                                    "name": "OK",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "activity",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Activity to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"variables\": \"<string>\",\n  \"state\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "0c2422fa-c396-4773-9a89-e47da4b5cfed",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "activity",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Activity to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"variables\": \"<string>\",\n  \"state\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "0a40c57d-460a-413d-8099-314f656e82c7",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "activity",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Activity to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"variables\": \"<string>\",\n  \"state\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "ba1fe82a-b1c1-4eca-b853-47cd5520bb6a",
                                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "activity",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Activity to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"variables\": \"<string>\",\n  \"state\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "4d21a58c-6b19-489c-992a-c3007c12cd5e",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "activity",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Activity to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"variables\": \"<string>\",\n  \"state\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "b21abedb-cc0e-4842-be6b-034bc3d19fd2",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "activity",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Activity to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"variables\": \"<string>\",\n  \"state\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "archivedActivity",
                            "description": "",
                            "item": [
                                {
                                    "id": "701a5269-81b0-490d-9d07-580aab83d91b",
                                    "name": "Finds Archived Activities",
                                    "request": {
                                        "name": "Finds Archived Activities",
                                        "description": {
                                            "content": "Finds Archived  Activities with pagination params and filters. Activities in states completed, cancelled, or aborted are not retrieved. The search returns an array of activities.\n\nCan order on:\n  - `name` : the name of this activity\n  - `displayName` : the display name of this activity\n  - `state` : the current state of the activity\n  - `type` : the activity type\n  - `isTerminal` : say whether or not the activity is in a terminal state\n  - `processId` : the process this activity is associated to\n  - `caseId` : the process instance initiator this activity is associated to\n  - `reached_state_date` : the date when this activity arrived in this state\n\nCan filter on:\n  - `supervisor_id`: retrieve the information the process manager associated to this id has access to (only in Enterprise editions)\n  - f: same as the sort order fields\n",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "API",
                                                "bpm",
                                                "archivedActivity"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) index of the page to display",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "p",
                                                    "value": "0"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) maximum number of elements to retrieve",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "c",
                                                    "value": "20"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "OrKOIemKmRkbOx4e66sJImbWGQpiG09GR%RSKuHimY6RKvneI%xj9qTCbyIwSPgLCQqK1uDO05bdI0SNgZ7Bg1QTkW9dK0O655BK6lZY5maKUPszsczKGRE6Atfb6jFcpUFoAY8IsdpSUGDoCRtTKNZe9o1E%dktcAypG%b99rEI1WHdTxeT0YZY%HPvV3lf09ggm62qj0BZuo21XXDfSiPI9eX3N07kptV4ccvj0yUftTdLz"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "x62n%OFSzf6dRdC8"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "51ae6eaa-e1f3-468d-a146-a471b414a67c",
                                            "name": "Success",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "archivedActivity"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "The total number of matching items",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "Content-Range",
                                                    "value": "<long>"
                                                }
                                            ],
                                            "body": "[\n  {\n    \"id\": \"<string>\",\n    \"type\": \"HUMAN_TASK\",\n    \"name\": \"<string>\",\n    \"displayName\": \"<string>\",\n    \"description\": \"<string>\",\n    \"displayDescription\": \"<string>\",\n    \"state\": \"aborting activity with boundary\",\n    \"reached_state_date\": \"<string>\",\n    \"last_update_date\": \"<string>\",\n    \"dueDate\": \"<string>\",\n    \"priority\": \"under_normal\",\n    \"processId\": \"<string>\",\n    \"parentCaseId\": \"<string>\",\n    \"rootCaseId\": \"<string>\",\n    \"rootContainerId\": \"<string>\",\n    \"executedBy\": \"<string>\",\n    \"executedBySubstitute\": \"<string>\",\n    \"actorId\": \"<string>\",\n    \"assigned_id\": \"<string>\",\n    \"assigned_date\": \"<string>\",\n    \"sourceObjectId\": \"<string>\",\n    \"archivedDate\": \"<string>\"\n  },\n  {\n    \"id\": \"<string>\",\n    \"type\": \"USER_TASK\",\n    \"name\": \"<string>\",\n    \"displayName\": \"<string>\",\n    \"description\": \"<string>\",\n    \"displayDescription\": \"<string>\",\n    \"state\": \"cancelled\",\n    \"reached_state_date\": \"<string>\",\n    \"last_update_date\": \"<string>\",\n    \"dueDate\": \"<string>\",\n    \"priority\": \"under_normal\",\n    \"processId\": \"<string>\",\n    \"parentCaseId\": \"<string>\",\n    \"rootCaseId\": \"<string>\",\n    \"rootContainerId\": \"<string>\",\n    \"executedBy\": \"<string>\",\n    \"executedBySubstitute\": \"<string>\",\n    \"actorId\": \"<string>\",\n    \"assigned_id\": \"<string>\",\n    \"assigned_date\": \"<string>\",\n    \"sourceObjectId\": \"<string>\",\n    \"archivedDate\": \"<string>\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "06bbb91f-07e5-4ad8-8906-73961d27b202",
                                            "name": "Bad request.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "archivedActivity"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "3278687b-a9f0-49d7-8192-a31d0e780904",
                                            "name": "Authorization information is missing or invalid.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "archivedActivity"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "f72c427a-275a-4621-a714-4006f202e84b",
                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "archivedActivity"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "7d04c3ad-b2d0-4a4a-b5c5-1be6e998b972",
                                            "name": "Unexpected error.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "archivedActivity"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "26055476-c38f-4550-b4cd-243d9b7739a2",
                                            "name": "Finds the Archived Activity by ID",
                                            "request": {
                                                "name": "Finds the Archived Activity by ID",
                                                "description": {
                                                    "content": "Returns the single Archived Activity for the given ID\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "archivedActivity",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ID of the Archived Activity to return",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "16fd54f6-ad87-4b71-a23e-1285daa70488",
                                                    "name": "Success",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedActivity",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Archived Activity to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"id\": \"<string>\",\n  \"type\": \"USER_TASK\",\n  \"name\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"description\": \"<string>\",\n  \"displayDescription\": \"<string>\",\n  \"state\": \"cancelled\",\n  \"reached_state_date\": \"<string>\",\n  \"last_update_date\": \"<string>\",\n  \"dueDate\": \"<string>\",\n  \"priority\": \"highest\",\n  \"processId\": \"<string>\",\n  \"parentCaseId\": \"<string>\",\n  \"rootCaseId\": \"<string>\",\n  \"rootContainerId\": \"<string>\",\n  \"executedBy\": \"<string>\",\n  \"executedBySubstitute\": \"<string>\",\n  \"actorId\": \"<string>\",\n  \"assigned_id\": \"<string>\",\n  \"assigned_date\": \"<string>\",\n  \"sourceObjectId\": \"<string>\",\n  \"archivedDate\": \"<string>\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "e7630b1c-05c9-491c-9ee4-d3e54aed0f66",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedActivity",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Archived Activity to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "5ede9bdf-e136-42ff-ad38-b47d8deac4c3",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedActivity",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Archived Activity to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "aa6eecdd-ad2f-424f-a6b9-799fabb82a3f",
                                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedActivity",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Archived Activity to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "37d7a05f-dcfb-46bd-abed-17783474e9a4",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedActivity",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Archived Activity to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "2ebc8ace-04fe-49cf-a94f-b862c1bc5076",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedActivity",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Archived Activity to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "humanTask",
                            "description": "",
                            "item": [
                                {
                                    "id": "e4d40d4a-e55e-4c5b-a5b2-ddd0ac342ff2",
                                    "name": "Finds HumanTasks",
                                    "request": {
                                        "name": "Finds HumanTasks",
                                        "description": {
                                            "content": "Finds HumanTasks with pagination params and filters\n\n- can order on `name`, `priority`, `dueDate`, `state`, `processDefinitionId`, `processInstanceId`, `parentActivityInstanceId`, `assigneeId`, `parentContainerId`, `displayName`, `reachedStateDate`\n- can search on any field that can be used to order results\n- can filter on `assigned_id`, `user_id`, `show_assigned_to_others` (since 2022.2), `state`, `name`, `displayName`, `processDefinitionId`, `caseId`, `rootCaseId`, `parentCaseId`\n",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "API",
                                                "bpm",
                                                "humanTask"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) index of the page to display",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "p",
                                                    "value": "0"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) maximum number of elements to retrieve",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "c",
                                                    "value": "20"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "OrKOIemKmRkbOx4e66sJImbWGQpiG09GR%RSKuHimY6RKvneI%xj9qTCbyIwSPgLCQqK1uDO05bdI0SNgZ7Bg1QTkW9dK0O655BK6lZY5maKUPszsczKGRE6Atfb6jFcpUFoAY8IsdpSUGDoCRtTKNZe9o1E%dktcAypG%b99rEI1WHdTxeT0YZY%HPvV3lf09ggm62qj0BZuo21XXDfSiPI9eX3N07kptV4ccvj0yUftTdLz"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "x62n%OFSzf6dRdC8"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "bd182d77-3d9a-403f-9531-b34245f37003",
                                            "name": "Success",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "humanTask"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "The total number of matching items",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "Content-Range",
                                                    "value": "<long>"
                                                }
                                            ],
                                            "body": "[\n  {\n    \"id\": \"2Zw4nPa.LVJ3ci5khbO-PcM0YtN9P3Nx4uiCbHs877mGjMkbSgVE4lwPPK2CSyNAiLwjmVBItRoCS2kDsoXiqg-LL8GXym2cT-38m-NzEOjEi7N0z9.Q_4XZG.70L9-wOtgudg6RXjl0zdwrf4mncLepPHHi2UWpUnjhfh2XDKULD0bA3zYYuyI68OI9FG9n2LAMyEnYYrlrR3kuIT3\",\n    \"type\": \"<string>\",\n    \"name\": \"<string>\",\n    \"displayName\": \"<string>\",\n    \"description\": \"<string>\",\n    \"displayDescription\": \"<string>\",\n    \"state\": \"failed\",\n    \"reached_state_date\": \"3361-10-26 21:15:07\",\n    \"last_update_date\": \"2510-04-30 22:08:36\",\n    \"dueDate\": \"8317-07-10 05:55:09\",\n    \"priority\": \"<string>\",\n    \"processId\": \"68rfz.pk7KZVcvM3eam4pexx_VGneIzKX4cTwdRqftiBrqbx0-KXe2zkF0s.jNmj2GmB.Vo_jnvrEv9Dlfqe_tO24ZbaL_Q3xZs0icSO\",\n    \"parentCaseId\": \".cZWy9Ev6AyR7iiZ7xiXR3VigpHtBClNwEEGikX7Oj_aaVv1nQfjp0eZ9STUqrtssh\",\n    \"parentTaskId\": \"OZrdZxs6IMVq_AQx2DJlflVeFr6l\",\n    \"rootCaseId\": \"PaZevbFIfUH\",\n    \"rootContainerId\": \"Yf7kgWtkC1XAhdsZVAxoj-2Qn74JKUEf9UsacmwtevNbBXn0cV46DWDzGDc1GD2vgjEWRDhN-nAbtT2YP6R1-zdXQfxDnqwqWp4Z4t2NzJNjAz0eJfMG0QfuZi7ZuQCSlKKUcYlNvF0aNZKGfXTmapws_bvJ-bjG0-V9q4A6yUSXM6xuaIqFFtfy99jmKnrj2Gm8LINH-IUDcZ-Ka0vSMWs8AvL7.rn8mmOf7azRTsJlDbO5W5z5h\",\n    \"executedBy\": \"FqqGcDKlYs-d_chojO3V6G25J6t0-vNceL4q99wrXWBWaR7KOjgA_atyao5vv3hwVEf-QeCYBg7J8KWtplF4uJ0_uRGyUZ3uP--_fqQH6sRjF41pcwKBNhI0igYYJrSpU\",\n    \"executedBySubstitute\": \"<string>\",\n    \"actorId\": \"RQcwzvnS8WIv8FhX5B__gnKNuNbrPnyUWxHz7N9jyL0TnXPwSIDfED2_J-6ANZCLj7r5ngd3EHaWJtDRXP2KxNVZurvbJE7Ym_M3sUvcU-0sejw9xcfoEbmvtBPRYR7.NWiG-pU94g\",\n    \"assigned_id\": \"B_yjM3_aQAtb2\",\n    \"assigned_date\": \"2767-07-01 01:54:31\",\n    \"isTerminal\": \"<boolean>\"\n  },\n  {\n    \"id\": \"inuql1g_lv8PSlA3DtlFDUjHGUxMHqJMLdQLwGpO7b0uTkBW5U4pinEqUDpgo-dJ3N6KtMRVLDQOrncaFA8\",\n    \"type\": \"<string>\",\n    \"name\": \"<string>\",\n    \"displayName\": \"<string>\",\n    \"description\": \"<string>\",\n    \"displayDescription\": \"<string>\",\n    \"state\": \"executing\",\n    \"reached_state_date\": \"7365-02-31 21:39:16\",\n    \"last_update_date\": \"5466-12-21 17:28:03\",\n    \"dueDate\": \"3549-11-26 21:04:27\",\n    \"priority\": \"<string>\",\n    \"processId\": \"bs.tWGfjLvVMgq0t63TgF\",\n    \"parentCaseId\": \"C2MFrb9bDN.2bKOBjYfP9mYVQUfNwepy9U7-f7xlOX-TuQDWImxORKDEizwW5Tx6UcZqRk56MM6\",\n    \"parentTaskId\": \"9kzF6qrkTR5Q6BIpRJHa.kuCt1Mz9DTBL8-AwOTnJ-F3HXDx0nAwSm5nDpwKgxg1doC.kUqrOMB8rLSdkQ0ham.6v0OEOTq9BPOT25-ncXx0P7EtVObEbVKBhmWu5_Zn4.ztZW3N_PN-0z2N91X.bYBUYXItPpd1yAQ6zDrKyblwxgVJV8_7L1V70BLnL_0_9J6IpgYAe2Atnowtavjyn\",\n    \"rootCaseId\": \"h9_7iImyFxpTokCqsPvJPAdz6MHCnbCQLOnZhOkRyrVVvFLGR4uHQnyINQFb4arqVfT.D9k8e-EyRS6rJHHxnsUacuSYANKP3AWjyg9u-ypJ8VBpsw2Ae1geOtwUye-F_L8IKNEjGs2KgogOM9B-h1ZrTjaY83-Vs61O.Eg9zSQDs4.iPHAVfZ\",\n    \"rootContainerId\": \"DM5NlaRlKKhMSIMFqP5.45Tq_7dz8H_9Gjv_NgCn_9VAPVxM12TTBHqlsZxkHK9Rv7qygGtZm9j2umdjTBt5gF1MLR7IGbzc1p2ySJxd_FN9uJhgd0_JHWFDA3nKlxlKG.lx.pxVv.Xuz9mkP2Kq6XdkiF3.cxhMX_oo_WnqtPJCccGshIST\",\n    \"executedBy\": \"zCykydA4UnKM1aah56uhDTZv---6nQe66LI1eUEJOLdPK0Rnis1jZA6C.H7W6_OfmkKKbmQJMW8H9p2X4oGEoZ7Mc6h8TQ6ag7eJYNHZ2KVmgc3cVqnxTsT4pG.GF25dSV03H_v0rcOMbt77KqlVBYowOpfvrbok1bZWg-q\",\n    \"executedBySubstitute\": \"<string>\",\n    \"actorId\": \"sekz6i5P.HlaeRn9atvpAk4XGv-Ip4j2dqJbsokxLfNLiELYR3i17DZRTL_Yo3a-33FZHH7VJU-0MYuGKmHXJSTTDwSj38DqF27.1tZGEHIUgg6eHPr6\",\n    \"assigned_id\": \"NDaVr3.4beGZ2GGj3BhpRdzwDtMKVfclyydnpMibohUeeKPn_D59a.S7OyebIuJhnO-q-U8KmAnEMZ.WIw9Imbk4LU_GF6Tg3ZlKdgaFNo2CRlsQuPtp4qqmIvouSBSBWg8b7a7QgLCnJvPz5AKadilmltZob6po_DEbqv789cCtNBexUQYBmFA6xQs0gHPGYtlOrrnHEgx4.75pzmUwbXtPMi0kH6aGqFmqhY_UaRkhrdxqK0A5g.\",\n    \"assigned_date\": \"4704-10-23 22:19:53\",\n    \"isTerminal\": \"<boolean>\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "296df96e-5888-4d1b-a4ce-b47961c92206",
                                            "name": "Bad request.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "humanTask"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "aec31f9e-f4a2-4885-b7d9-d1b86656c652",
                                            "name": "Authorization information is missing or invalid.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "humanTask"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "d936aa4d-e37f-4296-bca6-f50b920bb5c7",
                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "humanTask"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "9c4cfe87-a490-4d1a-83be-34e5228597db",
                                            "name": "Unexpected error.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "humanTask"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "600dc7c1-6295-4421-bc1a-794fc5817077",
                                            "name": "Finds the HumanTask by ID",
                                            "request": {
                                                "name": "Finds the HumanTask by ID",
                                                "description": {
                                                    "content": "Returns the single HumanTask for the given ID\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "humanTask",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ID of the HumanTask to return",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "28b73e22-fb5c-4a9b-b320-ed4483486465",
                                                    "name": "Success",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "humanTask",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the HumanTask to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"id\": \"o1KGHv11WQ_lGOnRWQ2UCWffQfoAlWWHXZSB\",\n  \"type\": \"<string>\",\n  \"name\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"description\": \"<string>\",\n  \"displayDescription\": \"<string>\",\n  \"state\": \"executing\",\n  \"reached_state_date\": \"2660-10-30 23:34:53\",\n  \"last_update_date\": \"5688-09-08 23:30:19\",\n  \"dueDate\": \"5066-10-04 15:33:55\",\n  \"priority\": \"<string>\",\n  \"processId\": \"bAv2WgsRLjNrZsP_t5Hm9s9JnOPf_lc5qdT7PLMJpa.l9rEve54nmR_pjrT_JA2r0m6ctKdZGfoe0Pz-AWhJY6Q7flfNZZSogmjCdpg1wjtIpuV9Z1T38qf-LszHAhbouLLAo\",\n  \"parentCaseId\": \"DxkdNOM7w.vSBnFTH2hBJ2STbMplcnKRWMZCvzM.C7yYPWf9R.S10E.uoJzoOy8rwcSSft8OqfVuhxWa2sIQnhvjBy2Lc_WkV6BiWFuMcP1WAzjI6GGxSQ8DaBtNf.8aCSffj\",\n  \"parentTaskId\": \"DHYp7C0E1VHrIij36bwtZ4ZLYrHZaQ4dyXLNkExl1nSGnNIiUA3acPZR_rN7uw.-4wUOY4byW1ZP8aDoUbVSlowvjC1QsBEFdvZoH\",\n  \"rootCaseId\": \"A7P4rOkbfgkByd_aKZDZyfYZx2QiTqYUrk95cg0vT4s_utVTW69CxtUxovQ3-7RfaO3E5lUNoou.b3r.eHlntOpptcBJqu_mHLZ92XEuNonnanTHumqAd3CEwfw8X4QKOp7-AqgcRdJXNGIsR.Idj60Kv8Emt7d2OqyE2T-i62XpojNM6LcQyqg9cwnRJQVIw\",\n  \"rootContainerId\": \".m5XmKPDgnHGLflxnsSOgM5.6j3avyy3sz_9SP2kGirREk1-fzVU4C-i8M5K5tfkI20VHWutVwHH5Fnej3lFwb.71efJDPN09ZR36AhvB34yW4h_M._a0qibDG89jyKT.3i1nc2G1rgnRPCWa9t8urkKOZy5z-XRgOPWDCEh.hyQGXDzW-LIen_RWvnypW14ZOqYi2Ks_Kp0ay2Ah1oRodARbwlG0pJk5K_NTzmYX7m\",\n  \"executedBy\": \"kS533ZsGbU5H4xDQbf6DqOYG4KfAfecKxtK1g-EQIhTTDYsSmnkX2vMvFB5fdRMHotEvpk5eTe8qJzWuxs-fB8tZz5lU.PI.lutEJvtfBiVwEmEBpI45xN0.S\",\n  \"executedBySubstitute\": \"<string>\",\n  \"actorId\": \"H7t3rxAsuI24YZmA0d73Qpao7dw7UQWNEgj2suSFf-jXkyXBpGH9zw5IF-eqSV3iVMI-4Zan7XMq2BYI3CfnguCxLCI\",\n  \"assigned_id\": \"VIUGCKl\",\n  \"assigned_date\": \"3817-08-02 22:54:59\",\n  \"isTerminal\": \"<boolean>\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "d33288cb-a3c6-46aa-a503-fff8c145a4cd",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "humanTask",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the HumanTask to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "4b072abc-ba7e-4d0e-85ca-55596a9439e7",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "humanTask",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the HumanTask to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "e33ee0c9-a59a-4912-b6fa-2c130973439d",
                                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "humanTask",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the HumanTask to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "732fbb10-5ed2-4a5e-b346-17daf9d5d646",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "humanTask",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the HumanTask to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "339ad9e0-5acf-415f-8596-7fd3b20921f9",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "humanTask",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the HumanTask to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "91aadff1-0559-4263-8759-87cc9a114440",
                                            "name": "Update the HumanTask by ID",
                                            "request": {
                                                "name": "Update the HumanTask by ID",
                                                "description": {
                                                    "content": "Update the HumanTask for the given ID\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "humanTask",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ID of the HumanTask to return",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "PUT",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"assigned_id\": \"<string>\",\n  \"state\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "0e9798d9-efa0-4188-8828-bc542f837ae4",
                                                    "name": "OK",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "humanTask",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the HumanTask to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"assigned_id\": \"<string>\",\n  \"state\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "551f3981-2d94-435d-94f3-426c976daddf",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "humanTask",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the HumanTask to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"assigned_id\": \"<string>\",\n  \"state\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "61c9145d-0cd5-4abb-9e04-ce722ca7ef70",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "humanTask",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the HumanTask to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"assigned_id\": \"<string>\",\n  \"state\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "42613046-a457-4b64-83bd-39aef3006be0",
                                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "humanTask",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the HumanTask to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"assigned_id\": \"<string>\",\n  \"state\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "f881428f-e865-4abf-aa6a-74c94057b777",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "humanTask",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the HumanTask to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"assigned_id\": \"<string>\",\n  \"state\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "262cca5b-1702-48c9-a986-83814a6b7e8f",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "humanTask",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the HumanTask to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"assigned_id\": \"<string>\",\n  \"state\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "manualTask",
                            "description": "",
                            "item": [
                                {
                                    "id": "05232a11-6d7d-4ed0-9cbd-2dd92bb02c7e",
                                    "name": "Finds ManualTasks",
                                    "request": {
                                        "name": "Finds ManualTasks",
                                        "description": {
                                            "content": "Finds ManualTasks with pagination params and filters\n\nYou can filter on:\n\n* `assigned_id={user_id}`: retrieve only the manual tasks assigned to the specified user. For example, retrieve the manual tasks assigned to user with id 1: `/API/bpm/manualTask?p=0&c=10&f=assigned_id%3d1`.\n* `state=skipped | ready | completed | failed` : retrieve only the manual tasks with the specified state. For example, retrieve the ready tasks: `/API/bpm/manualTask?p=0&c=10&f=state%3dready`.\n* `caseId={case_id}`: retrieve only the manual tasks created in the specified process instances. For example, retrieve the manual tasks for the case\\_id 2: `/API/bpm/manualTask?p=0&c=10&f=caseId%3d2`.\n* `parentTaskId={parentTask_id}`: retrieve only the manual tasks for a specific parentTask. For example, retrieve the manual tasks for the parentTask\\_id 40001: `/API/bpm/manualTask?p=0&c=10&f=parentTaskId%3d40001`.\n\nYou can search on:\n\n* name: search all manual tasks with a name that starts with the search string. For example, search for all manual tasks that have a name that starts with MySubTask: `/API/bpm/manualTask?p=0&c=10&s=MySubTask`.\n",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "API",
                                                "bpm",
                                                "manualTask"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) index of the page to display",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "p",
                                                    "value": "0"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) maximum number of elements to retrieve",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "c",
                                                    "value": "20"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "OrKOIemKmRkbOx4e66sJImbWGQpiG09GR%RSKuHimY6RKvneI%xj9qTCbyIwSPgLCQqK1uDO05bdI0SNgZ7Bg1QTkW9dK0O655BK6lZY5maKUPszsczKGRE6Atfb6jFcpUFoAY8IsdpSUGDoCRtTKNZe9o1E%dktcAypG%b99rEI1WHdTxeT0YZY%HPvV3lf09ggm62qj0BZuo21XXDfSiPI9eX3N07kptV4ccvj0yUftTdLz"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "x62n%OFSzf6dRdC8"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "a5dbb5f0-346b-4db9-abb0-14425e466d9d",
                                            "name": "Success",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "manualTask"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "The total number of matching items",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "Content-Range",
                                                    "value": "<long>"
                                                }
                                            ],
                                            "body": "[\n  {\n    \"id\": \"_F-OBYR9HlRw-fve4uA0ymuGL4u1a6EXczmy2k9cVNlNwofhEBguGWFyjjv6rjI7_LFz9htdngpJEARDEWH5vYNqvpQsoZuxE7LmNmt8PuKr3T0j9xw5Ms6B82ykReQDUuyTbFWjodtzH9SPQM2ktFtsMUi_5OlHJTzhuklkRb7u86J3H.I4SZCS3VH6pqe9_0jtK1dDOaKf1mFJcBILCYHFdoUTuErl_b4rYB3mwVmDxmaR.ep3U\",\n    \"type\": \"<string>\",\n    \"name\": \"<string>\",\n    \"displayName\": \"<string>\",\n    \"description\": \"<string>\",\n    \"displayDescription\": \"<string>\",\n    \"state\": \"aborting activity with boundary\",\n    \"reached_state_date\": \"2833-10-08 14:56:21\",\n    \"last_update_date\": \"2556-01-29 23:50:46\",\n    \"dueDate\": \"3061-10-30 20:40:01\",\n    \"priority\": \"<string>\",\n    \"processId\": \"XPADJrdPtuAgZw_plvt69kgdYEsYWYt-rBz8kgCAEracHw1zII7mcRlFX8wWIJ.bjTQOueZY8M3fK_tr0ZDLqpv.altHrHaWR459yExX3Zk1-hsf62n29F2_zr-ENagH92lQxLTLsuazvDbnhBtwC_jgwk0uUGJQql7bt1DIoOQST87NMhiHx\",\n    \"parentCaseId\": \"HM5M4REOa7CZaI5YP-VrLWNuAMQmRwYdmzlCyyInp1rnazct4bBwk0jZIeZYx-J2TjoEMs8\",\n    \"parentTaskId\": \"XdbRn9X1jf36Lt4SS4YDhzmUSw86SXHsTU2Qjxn0OPSEEVfzBFpeI1EtxH3J1n9B6Okt_75ZUfu6e9hCCoiBeOctpXGBTfEdA4X_JU0Gm6ZjX\",\n    \"rootCaseId\": \"WO2IKQQisuzoSV3k4swGOogbQFUY-7IuISd9y7D.QZN9G4q3hYbJ1H7CtyPtp7.eEDniHnALyD7ndQlx_uQYSAyMqzHP1SV85Qj90DupzhUEBumf4batJqsq55Ho\",\n    \"rootContainerId\": \"XFtilAC_\",\n    \"executedBy\": \"b.pN4VgVbDpASe7TW77.QszmAlr.fZYZnvZvqWQWoLW5xeH42y340S1nVVsuFBcx0as.uDhlnA3seYs9elN8_GTFiH2zRPKCD4PSHBxzIb0F_-gfp0cdQv-Y.zPCY96IlUp7OnswzGHrJ-7E1J.r4Rn88P_yaNb2d-vGDKqNXA4GlRJgoaD-c.ZCQmAPNGlSjHmknrYCsRx1S7O\",\n    \"executedBySubstitute\": \"<string>\",\n    \"actorId\": \"3OP4vdrKVE.4RW.WcKl45.ldyfH6ZgER0kEI21.9zyYind5m_Jc042qDj_R3bVj_QYf29qRGAThurwR5YRgM87c\",\n    \"assigned_id\": \"i4Hjyjup89nbYo7.RDeYqLv5MEpavut3y-A2TbU7cUWennJk_LvMepP7Y5\",\n    \"assigned_date\": \"1691-01-03 10:36:20\",\n    \"isTerminal\": \"<boolean>\"\n  },\n  {\n    \"id\": \"YokCOGO1qkSsl4eF8.hXGqadToHu2ZIonuJqkTO25JDOkd.dFzPqZTV_TM9ykby_EftrJhOtpwrgwfGI7jih\",\n    \"type\": \"<string>\",\n    \"name\": \"<string>\",\n    \"displayName\": \"<string>\",\n    \"description\": \"<string>\",\n    \"displayDescription\": \"<string>\",\n    \"state\": \"aborted\",\n    \"reached_state_date\": \"4843-10-01 09:33:08\",\n    \"last_update_date\": \"4655-06-25 23:31:59\",\n    \"dueDate\": \"8394-10-13 07:11:17\",\n    \"priority\": \"<string>\",\n    \"processId\": \"NZOfhwhE0TtBTluPBQIk25VSimfK1luHh5XghqV7jKphsUiivymUREAI0O61mA5Jb5-yQ_3pVh4M45qwEKOaTLLfsjAOVcdyxKbJnw\",\n    \"parentCaseId\": \"NMX.3sO49GXNJosXW5WAU4pOUwbrRd-TtclctpEBBawgpSS5ccOXxpKG2vsK1QgiTkoF1J3tdy3GhyXmVGsAQ4y7FfrbSWwFrqJCpMqyIw74DZo4cNA\",\n    \"parentTaskId\": \"hdnrzWU_118-gKZ-ki0lLRupCOCLJ7milxd7Vncacr_Z2Tj5AtBH.oPd4G9iqF.TzIIE4y2Gjc6JsF1SMFW0Qd6Mggnh.5WdiIbf8TxWQhr5TKdP-oAqIw.prUaS3x4bahhFxxRQa5xZ9._HBbbrPflN-Jo3sH51Gak3d.0fkD9JxCOZ6L2wR4Z2a7jdqwajaa2S2fsWt1KSfxb8wj2xIMoLszfw_loZq0eFgKL0UFbh3Ds0fYnC\",\n    \"rootCaseId\": \"ICO.oJTohOQtoUViF8xB1rxc911Nb5C83TXJtA3i87kUx0\",\n    \"rootContainerId\": \"WLKLZQYdYVN9wFCzbxW2EzBfzCifPnIrlEJn_3vDsHUiIrLBcMLU.kEwqqCJFfoJo-p4QCslIBDv86D5oefqiLczamO8MyHgFrmyMxIDgV-T4102xY7Z\",\n    \"executedBy\": \"O.mtw.8xh2lhHqmz9Su.dG.OWyTwiwix8qd49VLIIbn9iFhW0Z-YITe79i8leedf.dQptJpCkITt_RflhJeXjRu350sLkc2l5E.whmbLftTv4Uv5pjtl7B_IAFSgFEbQiG_PqXs5TRsq1Z5FtiDgAIGTP2YP.oxRD7cspt16E564msy\",\n    \"executedBySubstitute\": \"<string>\",\n    \"actorId\": \"Yk1dgIRKcd_RV_Zbk8xBvV39sNUcccyWhag9Apded4J2luPJe\",\n    \"assigned_id\": \"GvNg-_b8Jwz.CIPFbsti.xynSeoFB8kc5WDNJyM4-e_\",\n    \"assigned_date\": \"8300-08-31 07:26:27\",\n    \"isTerminal\": \"<boolean>\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "6abf648a-c4d5-4470-a6cc-1e8b56734401",
                                            "name": "Bad request.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "manualTask"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "0deb0a73-ac3c-4ebe-8cce-6346d207f3d7",
                                            "name": "Authorization information is missing or invalid.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "manualTask"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "5eb1b55d-1d9b-4e4f-801f-a400c3e70614",
                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "manualTask"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "a11f9792-bd62-46e0-9b82-e3f535d3e5ef",
                                            "name": "Unexpected error.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "manualTask"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "959da663-1582-4676-9fd0-17a1d02044a7",
                                    "name": "Create the ManualTask",
                                    "request": {
                                        "name": "Create the ManualTask",
                                        "description": {
                                            "content": "Create the ManualTask.\nUse a POST method to create a new subtask. A subtask is attached to a parent task and it needs to be immediately assigned to a user.\n",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "API",
                                                "bpm",
                                                "manualTask"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"parentTaskId\": \"<string>\",\n  \"state\": \"<string>\",\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"priority\": \"<string>\",\n  \"dueDate\": \"<string>\",\n  \"assigned_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        },
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "275a3881-9b54-4ed5-b5ca-183505df3f96",
                                            "name": "Success",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "manualTask"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"parentTaskId\": \"<string>\",\n  \"state\": \"<string>\",\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"priority\": \"<string>\",\n  \"dueDate\": \"<string>\",\n  \"assigned_id\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"id\": \"2Y8DNo-xXGSiCB42GXgAV.mc8iz3u-tByZ2qYYwea9HBoJupqhrqpd0uQNR2cARUVPr-98CSCq\",\n  \"type\": \"<string>\",\n  \"name\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"description\": \"<string>\",\n  \"displayDescription\": \"<string>\",\n  \"state\": \"completing\",\n  \"reached_state_date\": \"0657-12-30 06:15:41\",\n  \"last_update_date\": \"2928-12-01 13:21:53\",\n  \"dueDate\": \"8859-08-13 23:56:52\",\n  \"priority\": \"<string>\",\n  \"processId\": \"ENY7rOWtDbQ4oK.jOpQH74JcFDU-m_8XxphbU074t9rjH5epIfKRenzScjHtxO524\",\n  \"parentCaseId\": \"DNOlU4TDP5wOOYhG7.lskBtiXzkktt8ne-4cVwhCiDk8n5zwmVIk8xwjjnXkYfPy9IvFa8j4fEEtW_CRtWCRb_U1jHOWXc1CHr9Vm8oTw2l6x\",\n  \"parentTaskId\": \"SAbVJ7yULLH64QTTUKEWmGPuWplEvT7tjH6CUOP3sXGtLScfY9UPZhzaHyY7rNtU5RNFtEWhKBLsEehOEfIYPET\",\n  \"rootCaseId\": \"dTYonsp77llkCU4EjqkbBuoiG_Qto6qtCamps5dVpo3noWg-WY6ojdSzV-0Vq.LV6mrbT-BkWJYr1hAx.xE.tw0TqRiMi3Y4JnkrykUjb1lGKuu5EnIfkh6kW7P1gaSB4Sfbdlc1h4ZASQvhPCb_-2stlls\",\n  \"rootContainerId\": \"Tn00hrSsPznO9uqQNmtbyt53Phhcw44kI9zAnxdpthN2CSc6FBMdHxDKAIdv5tJo429PWXmZz4-zpWxd.gUOkZv0_7RcN9Wc32fg0rulEBj\",\n  \"executedBy\": \"uyS-v50bdnlOFPxoKqO-8EvnzM8qRumtBwMF95RRZaZGx2wpM2qkKBY-Bzbw_tyl\",\n  \"executedBySubstitute\": \"<string>\",\n  \"actorId\": \"OqRGr_9T3F3BrU_u.H0gSzhLRPDtrnAf1sjx2XBCC\",\n  \"assigned_id\": \"Ss3D..CNiOGfFKJ00ErnU\",\n  \"assigned_date\": \"6477-06-31 20:24:27\",\n  \"isTerminal\": \"<boolean>\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "12c58fca-15d8-4091-95ea-a1ebda878243",
                                            "name": "Bad request.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "manualTask"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"parentTaskId\": \"<string>\",\n  \"state\": \"<string>\",\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"priority\": \"<string>\",\n  \"dueDate\": \"<string>\",\n  \"assigned_id\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "7a64db9b-97af-4cc6-ae25-c848eeaa91e1",
                                            "name": "Authorization information is missing or invalid.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "manualTask"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"parentTaskId\": \"<string>\",\n  \"state\": \"<string>\",\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"priority\": \"<string>\",\n  \"dueDate\": \"<string>\",\n  \"assigned_id\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "36b51fa2-777e-4d7a-98a0-e813c5977414",
                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "manualTask"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"parentTaskId\": \"<string>\",\n  \"state\": \"<string>\",\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"priority\": \"<string>\",\n  \"dueDate\": \"<string>\",\n  \"assigned_id\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "2bde3257-f142-4352-8505-28048525929a",
                                            "name": "Unexpected error.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "manualTask"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"parentTaskId\": \"<string>\",\n  \"state\": \"<string>\",\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"priority\": \"<string>\",\n  \"dueDate\": \"<string>\",\n  \"assigned_id\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "05fa4c34-e2fd-481f-be18-ba033d6a1bd9",
                                            "name": "Finds the ManualTask by ID",
                                            "request": {
                                                "name": "Finds the ManualTask by ID",
                                                "description": {
                                                    "content": "Returns the single ManualTask for the given ID\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "manualTask",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ID of the ManualTask to return",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "27a189a4-ef15-4885-a849-3444936844a9",
                                                    "name": "Success",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "manualTask",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ManualTask to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"id\": \"2Y8DNo-xXGSiCB42GXgAV.mc8iz3u-tByZ2qYYwea9HBoJupqhrqpd0uQNR2cARUVPr-98CSCq\",\n  \"type\": \"<string>\",\n  \"name\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"description\": \"<string>\",\n  \"displayDescription\": \"<string>\",\n  \"state\": \"completing\",\n  \"reached_state_date\": \"0657-12-30 06:15:41\",\n  \"last_update_date\": \"2928-12-01 13:21:53\",\n  \"dueDate\": \"8859-08-13 23:56:52\",\n  \"priority\": \"<string>\",\n  \"processId\": \"ENY7rOWtDbQ4oK.jOpQH74JcFDU-m_8XxphbU074t9rjH5epIfKRenzScjHtxO524\",\n  \"parentCaseId\": \"DNOlU4TDP5wOOYhG7.lskBtiXzkktt8ne-4cVwhCiDk8n5zwmVIk8xwjjnXkYfPy9IvFa8j4fEEtW_CRtWCRb_U1jHOWXc1CHr9Vm8oTw2l6x\",\n  \"parentTaskId\": \"SAbVJ7yULLH64QTTUKEWmGPuWplEvT7tjH6CUOP3sXGtLScfY9UPZhzaHyY7rNtU5RNFtEWhKBLsEehOEfIYPET\",\n  \"rootCaseId\": \"dTYonsp77llkCU4EjqkbBuoiG_Qto6qtCamps5dVpo3noWg-WY6ojdSzV-0Vq.LV6mrbT-BkWJYr1hAx.xE.tw0TqRiMi3Y4JnkrykUjb1lGKuu5EnIfkh6kW7P1gaSB4Sfbdlc1h4ZASQvhPCb_-2stlls\",\n  \"rootContainerId\": \"Tn00hrSsPznO9uqQNmtbyt53Phhcw44kI9zAnxdpthN2CSc6FBMdHxDKAIdv5tJo429PWXmZz4-zpWxd.gUOkZv0_7RcN9Wc32fg0rulEBj\",\n  \"executedBy\": \"uyS-v50bdnlOFPxoKqO-8EvnzM8qRumtBwMF95RRZaZGx2wpM2qkKBY-Bzbw_tyl\",\n  \"executedBySubstitute\": \"<string>\",\n  \"actorId\": \"OqRGr_9T3F3BrU_u.H0gSzhLRPDtrnAf1sjx2XBCC\",\n  \"assigned_id\": \"Ss3D..CNiOGfFKJ00ErnU\",\n  \"assigned_date\": \"6477-06-31 20:24:27\",\n  \"isTerminal\": \"<boolean>\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "8ed04bf8-7ce4-4153-8175-e17bee0c2ffd",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "manualTask",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ManualTask to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "bcdd97a5-3902-4112-b18b-bc0e56166379",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "manualTask",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ManualTask to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "c02713f8-faed-4e45-94b7-eb05c42b995c",
                                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "manualTask",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ManualTask to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "fb4fc6f5-c709-485d-8720-dace76148459",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "manualTask",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ManualTask to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "f556b909-1f39-4110-8e68-1e12e3606ccd",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "manualTask",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ManualTask to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "260b89c4-668d-4882-b5a4-2eb75d6a6f00",
                                            "name": "Update the ManualTask by ID",
                                            "request": {
                                                "name": "Update the ManualTask by ID",
                                                "description": {
                                                    "content": "Update the ManualTask for the given ID.\nUse a PUT method to execute a subtask.\nExecuting a subtask basically means changing its state to completed and providing an executedBy value.\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "manualTask",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ID of the ManualTask to return",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "PUT",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"state\": \"<string>\",\n  \"executedBy\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "4b5089c5-621a-4a59-b2e8-491f85e8adbf",
                                                    "name": "OK",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "manualTask",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ManualTask to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"state\": \"<string>\",\n  \"executedBy\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "3b3894e2-b80c-460a-b9f4-ef6f895b1224",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "manualTask",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ManualTask to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"state\": \"<string>\",\n  \"executedBy\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "8db2e9c1-f8a8-4f63-ae0c-d5677d43038a",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "manualTask",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ManualTask to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"state\": \"<string>\",\n  \"executedBy\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "176513e7-43c5-4fbb-973f-41ed2eef4273",
                                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "manualTask",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ManualTask to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"state\": \"<string>\",\n  \"executedBy\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "4515b1f6-ea29-4a6d-b7a0-bceae8f39fdd",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "manualTask",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ManualTask to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"state\": \"<string>\",\n  \"executedBy\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "7b2dd74c-2409-485b-a6c4-dd8a82c8f897",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "manualTask",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ManualTask to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"state\": \"<string>\",\n  \"executedBy\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "task",
                            "description": "",
                            "item": [
                                {
                                    "id": "c705794e-aa44-4d7e-841c-ef039847e718",
                                    "name": "Finds Tasks",
                                    "request": {
                                        "name": "Finds Tasks",
                                        "description": {
                                            "content": "Finds Tasks with pagination params and filters\n\n- can order on `caseId`, `processId`, `state`, `type`, `supervisor_id`, `last_update_date`\n- can filter on `caseId`, `processId`, `state`, `type`, `supervisor_id`, `last_update_date`\n",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "API",
                                                "bpm",
                                                "task"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) index of the page to display",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "p",
                                                    "value": "0"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) maximum number of elements to retrieve",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "c",
                                                    "value": "20"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "OrKOIemKmRkbOx4e66sJImbWGQpiG09GR%RSKuHimY6RKvneI%xj9qTCbyIwSPgLCQqK1uDO05bdI0SNgZ7Bg1QTkW9dK0O655BK6lZY5maKUPszsczKGRE6Atfb6jFcpUFoAY8IsdpSUGDoCRtTKNZe9o1E%dktcAypG%b99rEI1WHdTxeT0YZY%HPvV3lf09ggm62qj0BZuo21XXDfSiPI9eX3N07kptV4ccvj0yUftTdLz"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "x62n%OFSzf6dRdC8"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "200a4f9a-2288-4f37-9d47-e9a9608cfc13",
                                            "name": "Success",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "task"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "The total number of matching items",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "Content-Range",
                                                    "value": "<long>"
                                                }
                                            ],
                                            "body": "[\n  {\n    \"id\": \"BdkMOY11FMsPgv3cOxG6BgnEK1RYXBox9.NVlENcId\",\n    \"type\": \"<string>\",\n    \"name\": \"<string>\",\n    \"displayName\": \"<string>\",\n    \"description\": \"<string>\",\n    \"displayDescription\": \"<string>\",\n    \"state\": \"skipped\",\n    \"reached_state_date\": \"3602-12-08 16:55:37\",\n    \"last_update_date\": \"9212-07-29 22:42:02\",\n    \"dueDate\": \"3218-05-31 22:12:26\",\n    \"priority\": \"<string>\",\n    \"processId\": \"G.jGQqx-NEDTWTA0Hsg6q1Ix5M7I_qOq9u1cgUt-xTH8feNk-oDQWN5nfBCe5wDhk7B8HlkdyfxXGRB12pzkc4mkWcYZ3jvE2OPkLtV..1mcgSdAysG0mriLQ\",\n    \"parentCaseId\": \"ukFQDzh49SJE39VTVsJ6Ue61nQJ5msL6CMUzLTKJrFouHsRpk3KVDRTzglFhKbvWjsaNIXevn4YFyvdS6A8TrmmFI.qQcUDRFtuJy9mJwHQnfvl0BDMieGfAZehqdJ5_XmZfZq_Tf7Z3cF3T1uOGQyUClx.z1yt6G9Wu4-szO8CU2hI.iN2vKbl5Ee9PWvCE27_PYjEZe0.W8DPZxXxrHTa9kJe-rFmyjNxoAggBQw7xeKqYag\",\n    \"parentTaskId\": \"lzPhbpKFIqh2CDkxOZJK95cHoCaqB-x.uT3evZhKsjYDyKU\",\n    \"rootCaseId\": \"Up6ASEXiosM96YMm5dHYvPJXyJ2bOSOZ6RJsMjrDtefrwuUb0Jr0U1bfptNkD0x9CcNhF6ZHg\",\n    \"rootContainerId\": \"v_\",\n    \"executedBy\": \"H2Bg0t_a-O.OZdX4..MtQKCuE1pPo.YOjqatMYinQiWHV_O7IFoLWV-9tnHSOQqap1RXjzeTLa2U.BR4fWvMjCTBjlTUv67fxF3xIAgbVcfx6GA83S-pK6QxjM3YGyoeWsDTe10\",\n    \"executedBySubstitute\": \"<string>\",\n    \"actorId\": \"_TqI4oYwwWk91mRdCzGv2P1Wk_L5Ov-CkjFkejXedYPaDqCNW1y4o_70WnSgl4AeKdAy7Jxg4yrGql\",\n    \"assigned_id\": \"bejV.j9d4k6TXtSakyezWhFxOVybx_WDcDc8jJgy300-Z.B0Xy-tDrs45IsJcU57mFc4CL.6B9O9RS1i8MeOy5bmD63L72nIBr46yyc3-BVzs_gaDzP7w.-a9domq3srP.Nb7B3s-f2K3d\",\n    \"assigned_date\": \"2722-06-02 02:59:55\",\n    \"isTerminal\": \"<boolean>\"\n  },\n  {\n    \"id\": \"RdWdzTu5X.wX5AXrxe\",\n    \"type\": \"<string>\",\n    \"name\": \"<string>\",\n    \"displayName\": \"<string>\",\n    \"description\": \"<string>\",\n    \"displayDescription\": \"<string>\",\n    \"state\": \"cancelled\",\n    \"reached_state_date\": \"8933-03-17 03:18:26\",\n    \"last_update_date\": \"7273-11-24 07:18:02\",\n    \"dueDate\": \"6302-06-30 22:26:17\",\n    \"priority\": \"<string>\",\n    \"processId\": \"sc8fkUQ9ymIo3SV4LD5VqVC1k400veKE4-HQbjpsVmBDAzYn867OoG8OQ09H0KTun0UE73vhAYBwOEDJHWc2MZgKuA8Rt1zcVuI0T3gyXUGb8d3jXs7ZHPpaaetijGmzQr2IpM2DmMv-l0XwE-1RMSnG3BixsdvwDuLHF8oJBVIuJSRKKRmVq6gEVvGy-9_tXRb3MfIFy-BOWNo4CB_JsVVyLR_zmilKyNAElQrQLIPwehiK25ayn\",\n    \"parentCaseId\": \"3-1socuvE0-Z2bXEIK88YBOUZOuYAeiilrL9K0MJDstOvnQc3Ytk_Ade0oI5zB7kMdDO3X9dc81KN3LMhAn2CWYEioENUe6fPkh5IAe5bRAtIB.lLLWYKjAReehVvAQO8oTOhZX\",\n    \"parentTaskId\": \"6fIaUUIu9n9ed9fEJ6gw2mIajtSUV7dJNLRUoXmtQU6fUSbMMpmU10zbE\",\n    \"rootCaseId\": \"hY5kLI8x0hklzcP13z2XuvJbIZwNJV9lO6-SKxlGx1avzL\",\n    \"rootContainerId\": \"WhFD5t95Jug9L.4Wh_Lskze\",\n    \"executedBy\": \"7oD29eharNIp2JB5YthrfXsRW7bNyhYxfSgjLjydU90Q-8TZoUghhwE4MBdb2vX1ef-3SGh__lcumORdMp6.FJrU8VBTk88omVAT9JwdLsNHvac8uFW8Q3ACA.f4TjJXG1la2F\",\n    \"executedBySubstitute\": \"<string>\",\n    \"actorId\": \"TRTeU-hfaD9j7MxcyJpPuI-ewTmAcsaWcESpUPJbFKF8kSiS01ZAUcAOwTQYXwOV1uOSmDN1nB.irlryWiUh5i06DmBvwnBsv\",\n    \"assigned_id\": \"F-ek8fiIYFNeijzmJJ7LFh52JrCnfjru9bhgJMpQ3bUYTQhwMuvbLYjpfpSXqpx9IvgAUfNEb1ECa2yvn4yIO8Usc9B0cSe.sq1JZD1Eir2OGLhThm-o9AocZr7TkEV_efUaQ8jIVCIgny1wYrj4IQuooS5xX1Zv53WW5AlmxfsZJffp3lavhKZ0ooe6kC2ht3cC4_2uZHjiG4W8H\",\n    \"assigned_date\": \"2906-04-26 22:43:20\",\n    \"isTerminal\": \"<boolean>\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "61c4efc7-266d-4822-8451-fb4c0767314e",
                                            "name": "Bad request.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "task"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "3cb8f5ac-0615-4aa9-959a-54ee752feaa8",
                                            "name": "Authorization information is missing or invalid.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "task"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "31bc0d1d-5308-4fb8-8644-ffac02311e77",
                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "task"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "4b339a66-25fb-4b9c-a6d2-05d3b0803818",
                                            "name": "Unexpected error.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "task"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "93e32405-145f-4b0a-b47a-bbadd7dc172a",
                                            "name": "Finds the Task by ID",
                                            "request": {
                                                "name": "Finds the Task by ID",
                                                "description": {
                                                    "content": "Returns the single Task for the given ID\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "task",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ID of the Task to return",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "fd36d0fd-1086-489e-9df6-1d8fba02a38a",
                                                    "name": "Success",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "task",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Task to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"id\": \"In7nZJqWfPq0sbgcJnoOHYLjL_2W3Y2YJM8pIalEUxjfuuSyQx0.4qZUda46FarLaptlnNnblvTXILauqnLUK8cJbeSOlewgsXN\",\n  \"type\": \"<string>\",\n  \"name\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"description\": \"<string>\",\n  \"displayDescription\": \"<string>\",\n  \"state\": \"failed\",\n  \"reached_state_date\": \"2636-08-06 22:05:53\",\n  \"last_update_date\": \"4601-11-26 22:47:52\",\n  \"dueDate\": \"5750-04-03 15:02:09\",\n  \"priority\": \"<string>\",\n  \"processId\": \"4UKHlnAlXVuwDaw.u1fLQcvEkG5MILL1c7776Dft84tkscPbmlFeJMgR\",\n  \"parentCaseId\": \"Vv0r6YB.lIuCR43yeHPrm4LWJzjV_GhR55Xj5bFLXk8_untVkDnAlvyDAXg.Rq79HBnQs.6SGW4CWKiv5fTA-_ZuSPMyVwLXKXSL\",\n  \"parentTaskId\": \"KEI5HfcUM3OVe-Hu.8LHa2ctfBwmEaF25r27ChO8YgewgkrMKwTHCwJRORbiJ8XSrjy4_szaAJ.0_jRbZm7io8DZwj5p1qVw0UmYPdF-S8eSLFT7oHj54imcAGLF61oFGL8f\",\n  \"rootCaseId\": \"QixQjQJR3SoyXbFZVrd340aASkK-_ed1Te7jD5IlwtGvSfxz3f2dFepFa3sN5ZxcU5X.hx4UwT5fkKbkiV1lz-KTnPObiqJ9CQeYl9cWMdLJmBYwgwSxGqKw7_ko84wngkgixHTtXKMrEnSvPMyqBDYip0Z4ZyfF8GGhFY\",\n  \"rootContainerId\": \"PB7ho20x1VhX5vGAvIbpATkCBBHdz4cWXaB4L-sDWLMGsqhdpraj-dmN77S\",\n  \"executedBy\": \"BERpGub8PrQET08eCsjaNRmLNP90TcxFnW3rGlrO50VGwXG2PTvDmUZTQbtJCQfiwHX2s_Skq5A6bvKdQBAXwqLET7Co5Bg0hRGzGtxkxbNWYHuBXOvRhP8aOM7_JG3POIY1hLfuMmv8JBBnQH96mxjVoMz23KE9FfocjVx11Bs1izIgRYkoyzyRMCwf6-_Gq.yd4i4uN9iKzwRYatxpEXq6FKIJ2_YorqUfe4rmjmDoJ\",\n  \"executedBySubstitute\": \"<string>\",\n  \"actorId\": \"RrXDX6vqvXjK43PhjBzAbWKiEj9KgRgGjs28-_aDYSMYUCHzXLf8lULhachvl1nqkFCdQ.sUrESTAU8uiHj9snp_fHGFf1O0nV80TVhXiJiia2ldBZq6AHthsEChENIBa_kzu1Wu_QELXU51O0Yi2XE7TDvPnxLFE7Xchc13t840X8n7QeEBlqW-_6YZD8Wl53wxDYxzNWpBSMkqSVsBOgAryDXrDlNbhXzyfZAK7eP7vc0KVr\",\n  \"assigned_id\": \"QSxZk1uyqrhtkuTTV4sFmXDgLmkcUPnnHT89JZG82OHMGFufPDm-8EbaKcklIWabt_efHv6aDy1.U\",\n  \"assigned_date\": \"0933-01-31 20:10:17\",\n  \"isTerminal\": \"<boolean>\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "b1a6d1d2-7770-4ed8-b08e-4e5aaba7dc4d",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "task",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Task to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "fc66680b-c84f-4b38-999c-e20a5ef4691e",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "task",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Task to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "04395541-044e-457b-b7e9-3a370e8dfc43",
                                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "task",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Task to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "69bfdb11-925d-4b35-88ce-0b26fe68a203",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "task",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Task to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "094e2d12-ca41-4b32-8f21-754a9abdb074",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "task",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Task to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "202ea629-dd88-4ced-aefb-36ea0360c0a1",
                                            "name": "Update the Task by ID",
                                            "request": {
                                                "name": "Update the Task by ID",
                                                "description": {
                                                    "content": "Update the Task for the given ID\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "task",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ID of the Task to return",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "PUT",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"state\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"key_0\": false\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "2c377da0-5920-4b48-a39d-83645b491af5",
                                                    "name": "OK",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "task",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Task to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"state\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"key_0\": false\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "beb08c40-2957-4d36-a0c6-4556a72d2f99",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "task",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Task to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"state\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"key_0\": false\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "1dceffca-a337-4a9c-97a4-0a6d5c0699f1",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "task",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Task to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"state\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"key_0\": false\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "48494bd4-41b4-48a8-90d0-92c93be48637",
                                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "task",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Task to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"state\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"key_0\": false\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "434d72a2-fd85-46fc-a557-297a9a4ce0ff",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "task",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Task to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"state\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"key_0\": false\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "30681cec-d5e4-41e7-8f0e-d4a7cff12936",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "task",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Task to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"state\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"key_0\": false\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "userTask",
                            "description": "",
                            "item": [
                                {
                                    "id": "56a2b7e0-dadc-4096-8970-1da956c81556",
                                    "name": "Finds UserTasks",
                                    "request": {
                                        "name": "Finds UserTasks",
                                        "description": {
                                            "content": "Finds UserTasks with pagination params and filters\n\n- can order on `id`\n- can search on `displayName`\n- can filter on `displayName`\n",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "API",
                                                "bpm",
                                                "userTask"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) index of the page to display",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "p",
                                                    "value": "0"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) maximum number of elements to retrieve",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "c",
                                                    "value": "20"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "OrKOIemKmRkbOx4e66sJImbWGQpiG09GR%RSKuHimY6RKvneI%xj9qTCbyIwSPgLCQqK1uDO05bdI0SNgZ7Bg1QTkW9dK0O655BK6lZY5maKUPszsczKGRE6Atfb6jFcpUFoAY8IsdpSUGDoCRtTKNZe9o1E%dktcAypG%b99rEI1WHdTxeT0YZY%HPvV3lf09ggm62qj0BZuo21XXDfSiPI9eX3N07kptV4ccvj0yUftTdLz"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "x62n%OFSzf6dRdC8"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "b3725d3f-2518-42cb-b669-766de0a57dd5",
                                            "name": "Success",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "userTask"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "The total number of matching items",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "Content-Range",
                                                    "value": "<long>"
                                                }
                                            ],
                                            "body": "[\n  {\n    \"id\": \"qvXK134m95g-l-R.J2zC7IixoMR.Bre.3Im6W64-zjZpf1Ue96268059c9W7W_as7mqAYnVbyt2sAOyrU_blv_\",\n    \"type\": \"<string>\",\n    \"name\": \"<string>\",\n    \"displayName\": \"<string>\",\n    \"description\": \"<string>\",\n    \"displayDescription\": \"<string>\",\n    \"state\": \"cancelled\",\n    \"reached_state_date\": \"4369-11-03 01:02:16\",\n    \"last_update_date\": \"4907-03-03 17:14:38\",\n    \"dueDate\": \"9676-11-10 20:09:39\",\n    \"priority\": \"<string>\",\n    \"processId\": \"fiTbKe-ELVQ-XC6MYJQpg1.SgHJqJLEKxrGoum5Xui6eQIjj4zo5erjsjA8usGgdIGRmIaLLyrHcnVJ8d9QvchAlj6VxNA4VjmSb_vKuqNCW6f8k2IgBM1UV.V0RSEejc.CZK.rHjOHCXtn4-jrWhuCQWdBW9GV9bKchslrdCHK4VynY.9plAmSrUto1H_kUZuqx4szM5.AptK9hsjRI735lJeB1smNgIvRLLpD5ILcwB1N7n\",\n    \"parentCaseId\": \"7VYIM.RuO03npb6OYSX0kFY8GTw0AOvZ2ZnxrUd2AIyKVj8mIefd24yMTyhttsEcDloAQ4tzO9W0HI-5RCKwjSW4U8WbYHa9DBUMe5B75vwcUOJnUmCV1WFSx9vEoMDPI5t9a_7eTCAZS4ky3bQgKQ1DBl6E8vUsu.Hy3H6sWLW\",\n    \"parentTaskId\": \"pxl2e.3EntA.pTAFTe-__nAE1ejBHNjc2091.ww1HOFsh_tyaLtU-r22pEY-gEgxgAlOreRjnmsO_fpP9qyx.6UZyMkjjFvFQOJqnwtPynLzfi4PEsiJGHRYbOD6B\",\n    \"rootCaseId\": \"5J95.9I70tBwCnaCqghQulVHfMdUE.pkcmp3SRml0iPFJSdJ6O8wo4VUE3hV6-wPhRxLmuGOut4mvRpqYijnbohyUVYyAfuWh7DXUB9i4y3oAzHDMRhLpKEr8sxPBuxUQEu6xsNGEtZYxK.aMU4sxT4w0l0h2H7Ou1yw-\",\n    \"rootContainerId\": \"GzBZAMolhsR8W-lNwEUAD8nGjHE7zkfi2Oxlk__jGwqWRjXTZBiOdeR4Ocxr5t_Rk-565AbJW09VT4zWMI2T3U.1F_GNqu2RgfIWL9GkFYIgAZ_BbJd28-ajTgmfmiuZ-zXHl5jrcFU01DS6EHSlsmNj9nzIuEPO9Yx_s76ovC3xmKWD33yiM5i0EcQ3cdHjomyU9yrBjVLHXlbdCFkwAGsnp0DUcMblxtvG2tyHxKLSedoE\",\n    \"executedBy\": \"yCr.pxJXtKgYsYb4fEG.\",\n    \"executedBySubstitute\": \"<string>\",\n    \"actorId\": \"LOVeM37ei6YxM7Yuug_nx6Y6STe602RrYnR81oOQVzUk1qB0xbKsLbwq2.LYkbVXg3QtEXhQ0qE-W6IPQySfSNZfpLNLIGpJojnFEN04E_Cc0ChIapqq9MlP9PSSTf1XnTaV.knnj_Od\",\n    \"assigned_id\": \"bKQ6WM\",\n    \"assigned_date\": \"0894-10-31 22:29:45\",\n    \"isTerminal\": \"<boolean>\"\n  },\n  {\n    \"id\": \"zZ8mLSb7WYkKxbHNXqLY61xtt65HnN.jP3djQTR_nJbWGhh-5.0ikmLkJAhKa38.UhZjA.gA_DXv8y4j.rMznmPiNh4rI\",\n    \"type\": \"<string>\",\n    \"name\": \"<string>\",\n    \"displayName\": \"<string>\",\n    \"description\": \"<string>\",\n    \"displayDescription\": \"<string>\",\n    \"state\": \"completed\",\n    \"reached_state_date\": \"4893-12-06 12:32:27\",\n    \"last_update_date\": \"5334-07-01 02:01:10\",\n    \"dueDate\": \"5445-09-10 21:35:44\",\n    \"priority\": \"<string>\",\n    \"processId\": \"k-gpNUfnOIIVg1aOq2CC2BAT4DlUbuNEc9v4pd88R8JsPgh36rIktM6A7B8soXQ9gfd0qSW4qAV9BO5Oz4hch05Ur7D8FBjTR20HOJgUZkTgDmD.GzRCXNnMN\",\n    \"parentCaseId\": \"V9sJRhB8-zv18CziEoyNSR0Dyjuxci8DaTpxPwGULiO.5HIgqotcw3MfiuKJ\",\n    \"parentTaskId\": \"qrT-PBrg9hWZam3vn156Za89AC7mk6rgglUJ5WO05p7Fi7bkgwHLMFhMdRt57trLVr.K_VIg.QlciZsJ6YWCfwzvL5zGZt7ylk6w0jwy5UiF693oRowwfMrrERSruFa64y9aYQV\",\n    \"rootCaseId\": \"yjFog\",\n    \"rootContainerId\": \"hj9Dt5nfyxGx1GupjkfSd74wYzFPU-_6TOuoxI5kVmXDxPUTylHHlvWJg64_O68nXPj9ljPobfd4hB79TDO0FyJfbw\",\n    \"executedBy\": \"uReyNPQORh5ng7qiYe3D_pC0IoGAJxX.L3rkzuUk-vHsuaLy05QzB58.zogIxy7AU9-80YJZ_BvlI8tGHlGG8FrB0AwwHpiAs19iZXEwzSbia4ndNRH7dqnVhPFeOgXCJ.kad2fjzV0ZsDBDy0JvyVP_VRT1qKw0BSA.ijxxn3Lf26xYN.KUZhmpRjaoR3T2iGotK9xqP2vdmNG-3sHNq3j35Mb84hhZNpRQ_TFITcFUa\",\n    \"executedBySubstitute\": \"<string>\",\n    \"actorId\": \"rqPxFvx7uSlQFIHMolPzz6S0iAc7razKWRPVnFB6pqcd_smultHf47B303rwvB1Jw-A_RtaAGD6St83Ri5dvXXWo1cZxylnGy9W.2oSdnAFnKaPqQ0QCu5NnFwrvkxcW2AxMgFYOFV8vjSUqfOOdIfHo6izg8cbz.oR9MLzJdHerJkMB5B0YWxx2gsydL-BljGOqt2WFKwkt0WOrduIyHcQ_3q0l4Exlq-F9p\",\n    \"assigned_id\": \"40zUQQBIgOFZJFfXwRFrhAI\",\n    \"assigned_date\": \"6749-10-16 22:12:22\",\n    \"isTerminal\": \"<boolean>\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "05941dd8-78a4-4778-a509-ad52b8684ce3",
                                            "name": "Bad request.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "userTask"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "0d3009d2-6da9-4bbe-8e5b-83994ed96a66",
                                            "name": "Authorization information is missing or invalid.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "userTask"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "2600d0ba-a6b6-4c5f-86f0-c1126eea9edc",
                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "userTask"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "f4cd8f16-fbf3-4a17-9f0d-7ece82fb28ac",
                                            "name": "Unexpected error.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "userTask"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "b30bc267-f656-47b6-88fe-e177444e4d8f",
                                            "name": "Finds the UserTask by ID",
                                            "request": {
                                                "name": "Finds the UserTask by ID",
                                                "description": {
                                                    "content": "Returns the single UserTask for the given ID\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "userTask",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ID of the UserTask to return",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "53b8520a-bc93-43f2-9a89-e3560f1ca7cf",
                                                    "name": "Success",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "userTask",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the UserTask to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"id\": \"F_PQHtc07.0RVZlBd-0LIaYPl0PuAVCto.or0jAD23oOUoC1QyfWX6nHxjM7o-_hjKohL2_xinjMrqDl\",\n  \"type\": \"<string>\",\n  \"name\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"description\": \"<string>\",\n  \"displayDescription\": \"<string>\",\n  \"state\": \"initializing\",\n  \"reached_state_date\": \"5422-02-26 06:00:00\",\n  \"last_update_date\": \"5696-11-30 23:56:41\",\n  \"dueDate\": \"0969-07-30 23:04:49\",\n  \"priority\": \"<string>\",\n  \"processId\": \"blAfJovNFsV8JihRFo_FjlH_1a1ny7LUDy.t5vthC7-3D2TqjDL3fiPMxGUGmK3qy64J8KhdFXPEPDvKRtG1olkEk69i5auSds6Ed46d\",\n  \"parentCaseId\": \"tc5SCHMop7AxtyXwFKyHsKZDMW.ZBq.twerzQBInlX53VF4Y-lA5iz7X.r5Dm7Tgtsy.DhIeMnPuHFNcieEFPjLbuuO.f2yTDsiCJZ4nvzaYrCY4zjyF9I7z1stkFo.wlRppxlWNkf_u5SE._vQLCXgrRqnpOEhP7ggcsyooqfP75DkPBIHd693XC\",\n  \"parentTaskId\": \"IGi3iUMDELPEKnSgSEr5X7SJ7eMMvVhfp3_IN3Bs9vTyHLCltvSoVqde7Vn9ppIznJ5AgKB45q-eTfn.PIek_PU_Lff\",\n  \"rootCaseId\": \"d_UZaNDUsT_oq4rH7E7y9F-uSdfHpPZPRtqrmCCRCQ.x_JOUFolXHdS4-D4A8ghDhCNWhQSkrW3Nt1.R5FY_.TX_Fiu9OilIf.w23G0GvyV.aO3di4m1H1AfP_q3jgRs8ESictULJ_RNBlZydQ8Ni8Ctg5vUnPyxYxDyz2HeZBWR.BClIsOH1lok4BAt7JGNnGKwO.oM_b0ARIDL2PU01-BHkgBlra1tD-z7ZI22WszLr\",\n  \"rootContainerId\": \"X.zlmYeevN62so1fYFPRlCSX-7.ejlw8FvV2lJl5BzIqvWx01PfIsV110aWVC4W_W.0jwmwZ7n12L04BAgEURI2gSPGlvpdzDWF3m7zfzYjg4PD1Ze_C8PJ8meKfyrXjsjytTCxf691dJxE1qJD2HbPzjJY5ao9oSfFKAK8Fh8RVi56P-Og\",\n  \"executedBy\": \"A3Ppedlq0k_iACDgydRkZxSSK61EKcSesndLcR7rpQjbjvkmFQXFapciRlNL0IEa2Zvph_TW6iAK0mVBgnDRtGJiA5OltkdbZPRteFT_i25iSSBRzyPLpauzpUNQAs.zNqiR2nt9xUk0xmHkaroVoC03qb_5q1Rn2BfiLO3NOLylK3-4N\",\n  \"executedBySubstitute\": \"<string>\",\n  \"actorId\": \"nF8SB63O.vXuzPInr_2Q8anoqqtBhH4FFqan-4-XQxx2sPyMiyKGeD8XxNbT1fn1mskzREn-44SYQbTThv03KJK0u1N.1L-UD5.E95fK1xOVIoC76L8Mzc4n2bqR-e6PfVZB0p2Z2RUGUi40_aUX.3W4-sDhb4hAKArguopOMuS_4wdMEC\",\n  \"assigned_id\": \"ZYGnlMFvKRbcieFt6JElxhUssfEHIR8eIT98ujx19yjgNiZHNjy\",\n  \"assigned_date\": \"1800-01-31 00:23:38\",\n  \"isTerminal\": \"<boolean>\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "e7273f30-fc6e-4b27-a4fe-54c5e8d7c4a8",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "userTask",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the UserTask to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "c269a15e-09f4-487e-942f-501d823d0db6",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "userTask",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the UserTask to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "f43d50ce-dfb8-4c71-a6f8-6ba317f96daa",
                                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "userTask",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the UserTask to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "460154ee-fc98-4fd9-a2e9-79e1f0c26c15",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "userTask",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the UserTask to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "41c55c76-ca93-4979-8983-4fda14849ae0",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "userTask",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the UserTask to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "747dd909-09bd-4b2c-873a-8c7acf2e27f0",
                                            "name": "Update the UserTask by ID",
                                            "request": {
                                                "name": "Update the UserTask by ID",
                                                "description": {
                                                    "content": "Update the UserTask for the given ID.\n\nFields that can be updated are `assigned_id` and `state`. The only value that can be set for the state is `skipped`. You only need to specify the fields that are to be updated.\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "userTask",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ID of the UserTask to return",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "PUT",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"state\": \"<string>\",\n  \"assigned_id\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "0458cb40-a6be-4688-a6d1-df0c39acfd02",
                                                    "name": "OK",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "userTask",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the UserTask to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"state\": \"<string>\",\n  \"assigned_id\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "c375ea95-26a4-45d1-bbd2-af7ad34f3966",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "userTask",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the UserTask to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"state\": \"<string>\",\n  \"assigned_id\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "a8447cfb-ba96-4296-86d2-f7cfc46d44b9",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "userTask",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the UserTask to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"state\": \"<string>\",\n  \"assigned_id\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "bb91e6bc-6c2c-4ffa-b1a4-789f03add915",
                                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "userTask",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the UserTask to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"state\": \"<string>\",\n  \"assigned_id\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "ec59bdd4-8059-4e58-bf30-386a2f63d2bb",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "userTask",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the UserTask to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"state\": \"<string>\",\n  \"assigned_id\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "0915117b-dcb3-4bd5-8efa-bcb0731afd92",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "userTask",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the UserTask to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"state\": \"<string>\",\n  \"assigned_id\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "name": "contract",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "bdc46d1b-4d3f-4fa3-8346-981d67553f79",
                                                    "name": "Finds the Contract by UserTask ID",
                                                    "request": {
                                                        "name": "Finds the Contract by UserTask ID",
                                                        "description": {
                                                            "content": "Returns the Contract for the given UserTask ID\n",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "userTask",
                                                                ":id",
                                                                "contract"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the UserTask that has the Contract to return",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "74380a02-5731-4309-938c-b9f68d7d0c9e",
                                                            "name": "Success",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "userTask",
                                                                        ":id",
                                                                        "contract"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ID of the UserTask that has the Contract to return",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"constraints\": [\n    {\n      \"name\": \"<string>\",\n      \"expression\": \"<string>\",\n      \"explanation\": \"<string>\",\n      \"inputNames\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    },\n    {\n      \"name\": \"<string>\",\n      \"expression\": \"<string>\",\n      \"explanation\": \"<string>\",\n      \"inputNames\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    }\n  ],\n  \"inputs\": [\n    {\n      \"description\": \"<string>\",\n      \"name\": \"<string>\",\n      \"multiple\": \"<string>\",\n      \"type\": \"LONG\",\n      \"inputs\": [\n        {\n          \"value\": \"<Circular reference to #/components/schemas/ContractInput detected>\"\n        },\n        {\n          \"value\": \"<Circular reference to #/components/schemas/ContractInput detected>\"\n        }\n      ]\n    },\n    {\n      \"description\": \"<string>\",\n      \"name\": \"<string>\",\n      \"multiple\": \"<string>\",\n      \"type\": \"FILE\",\n      \"inputs\": [\n        {\n          \"value\": \"<Circular reference to #/components/schemas/ContractInput detected>\"\n        },\n        {\n          \"value\": \"<Circular reference to #/components/schemas/ContractInput detected>\"\n        }\n      ]\n    }\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "f74992a4-7948-4c6c-ac4a-15e3e6a88460",
                                                            "name": "Bad request.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "userTask",
                                                                        ":id",
                                                                        "contract"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ID of the UserTask that has the Contract to return",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Bad Request",
                                                            "code": 400,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "3511a04c-6e2f-4a1a-a59f-9b916ae48a92",
                                                            "name": "Authorization information is missing or invalid.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "userTask",
                                                                        ":id",
                                                                        "contract"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ID of the UserTask that has the Contract to return",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Unauthorized",
                                                            "code": 401,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "13ae0a63-e0c6-41f6-84d3-cef734f71ce6",
                                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "userTask",
                                                                        ":id",
                                                                        "contract"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ID of the UserTask that has the Contract to return",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Forbidden",
                                                            "code": 403,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "510d1973-8269-42a8-9057-b55ed65ffcc6",
                                                            "name": "The resource for the specified ID was not found.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "userTask",
                                                                        ":id",
                                                                        "contract"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ID of the UserTask that has the Contract to return",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Not Found",
                                                            "code": 404,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "dd30f803-b580-429a-b141-18691a60d30e",
                                                            "name": "Unexpected error.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "userTask",
                                                                        ":id",
                                                                        "contract"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ID of the UserTask that has the Contract to return",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Internal Server Error",
                                                            "code": 500,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "execution",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "c4911a64-ccfc-4dd2-9041-33cc25f8d9fb",
                                                    "name": "Execute the UserTask",
                                                    "request": {
                                                        "name": "Execute the UserTask",
                                                        "description": {
                                                            "content": "Execute the UserTask. In order to execute a task, the task contract values have to be provided.\n",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "userTask",
                                                                ":id",
                                                                "execution"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "if true, assign the task to the current user and execute the task",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "assign",
                                                                    "value": "<boolean>"
                                                                }
                                                            ],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the UserTask to execute",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"key_0\": 1644.5984697888339\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "59c7a272-7ab8-46f7-9fd8-7453dd86994a",
                                                            "name": "OK (no content).",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "userTask",
                                                                        ":id",
                                                                        "execution"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "if true, assign the task to the current user and execute the task",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "assign",
                                                                            "value": "<boolean>"
                                                                        }
                                                                    ],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ID of the UserTask to execute",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"key_0\": 1644.5984697888339\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "No Content",
                                                            "code": 204,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "1e745b90-dbf2-4850-9670-fbded3942eba",
                                                            "name": "Bad request.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "userTask",
                                                                        ":id",
                                                                        "execution"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "if true, assign the task to the current user and execute the task",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "assign",
                                                                            "value": "<boolean>"
                                                                        }
                                                                    ],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ID of the UserTask to execute",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"key_0\": 1644.5984697888339\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Bad Request",
                                                            "code": 400,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "d92b754a-d663-49a0-8de9-24cbedc9c727",
                                                            "name": "Authorization information is missing or invalid.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "userTask",
                                                                        ":id",
                                                                        "execution"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "if true, assign the task to the current user and execute the task",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "assign",
                                                                            "value": "<boolean>"
                                                                        }
                                                                    ],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ID of the UserTask to execute",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"key_0\": 1644.5984697888339\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Unauthorized",
                                                            "code": 401,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "37991607-2dad-4825-a506-4b51c2f6c24b",
                                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "userTask",
                                                                        ":id",
                                                                        "execution"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "if true, assign the task to the current user and execute the task",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "assign",
                                                                            "value": "<boolean>"
                                                                        }
                                                                    ],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ID of the UserTask to execute",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"key_0\": 1644.5984697888339\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Forbidden",
                                                            "code": 403,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "b624dabb-e024-46dc-831c-9e53d70acf10",
                                                            "name": "Unexpected error.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "userTask",
                                                                        ":id",
                                                                        "execution"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "if true, assign the task to the current user and execute the task",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "assign",
                                                                            "value": "<boolean>"
                                                                        }
                                                                    ],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ID of the UserTask to execute",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"key_0\": 1644.5984697888339\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Internal Server Error",
                                                            "code": 500,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "context",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "592eca7f-bc39-46ec-8752-19cc1b9f0eb8",
                                                    "name": "Finds the Context by UserTask ID",
                                                    "request": {
                                                        "name": "Finds the Context by UserTask ID",
                                                        "description": {
                                                            "content": "Returns the Context for the given UserTask ID\n",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "userTask",
                                                                ":id",
                                                                "context"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the UserTask that has the Context to return",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "b5a58af6-7e58-4b58-b7e0-a778301930cb",
                                                            "name": "Success",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "userTask",
                                                                        ":id",
                                                                        "context"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ID of the UserTask that has the Context to return",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"key_0\": 1644.5984697888339\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "23c78779-73d9-4793-a2b2-15aac7eabecd",
                                                            "name": "Bad request.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "userTask",
                                                                        ":id",
                                                                        "context"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ID of the UserTask that has the Context to return",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Bad Request",
                                                            "code": 400,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "54d23835-07a8-411a-884d-6c5dc338b0a1",
                                                            "name": "Authorization information is missing or invalid.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "userTask",
                                                                        ":id",
                                                                        "context"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ID of the UserTask that has the Context to return",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Unauthorized",
                                                            "code": 401,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "61b98b3d-830f-484d-ad77-ccb11a86c8ae",
                                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "userTask",
                                                                        ":id",
                                                                        "context"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ID of the UserTask that has the Context to return",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Forbidden",
                                                            "code": 403,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "ae8f08b3-7613-4649-a17d-5f05d93c4985",
                                                            "name": "The resource for the specified ID was not found.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "userTask",
                                                                        ":id",
                                                                        "context"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ID of the UserTask that has the Context to return",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Not Found",
                                                            "code": 404,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "48b071f9-ce37-4897-ae1d-3557015a61b9",
                                                            "name": "Unexpected error.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "userTask",
                                                                        ":id",
                                                                        "context"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ID of the UserTask that has the Context to return",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Internal Server Error",
                                                            "code": 500,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "archivedHumanTask",
                            "description": "",
                            "item": [
                                {
                                    "id": "be3896d5-10b6-42ed-bc34-ae4503b1c4ff",
                                    "name": "Finds ArchivedHumanTasks",
                                    "request": {
                                        "name": "Finds ArchivedHumanTasks",
                                        "description": {
                                            "content": "Finds ArchivedHumanTasks with pagination params and filters\n\nYou can filter on:\n\n* `assigned_id={user_id}`: retrieve only the human tasks assigned to the specified ID. For example, retrieve the human tasks assigned to user with id 2: `/API/bpm/archivedHumanTask?p=0&c=10&f=assigned_id%3d2`\n* `state=`: retrieve only the archived user tasks with the specified state. For example, retrieve the skipped tasks: `/API/bpm/archivedHumanTask?p=0&c=10&f=state=skipped`\n* `name=`: retrieve only the human tasks with the specified name. For example, retrieve the human tasks with the name \"Analyse ProcessInstance\": `/API/bpm/archivedHumanTask?p=0&c=10&f=name=Analyse ProcessInstance`\n* `displayName=`: retrieve only the archived user tasks with the specified displayName. For example, retrieve the human tasks with the displayName \"Analyse ProcessInstance\": `/API/bpm/archivedHumanTask?p=0&c=10&f=displayName=Analyse ProcessInstance`\n",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "API",
                                                "bpm",
                                                "archivedHumanTask"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) index of the page to display",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "p",
                                                    "value": "0"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) maximum number of elements to retrieve",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "c",
                                                    "value": "20"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "OrKOIemKmRkbOx4e66sJImbWGQpiG09GR%RSKuHimY6RKvneI%xj9qTCbyIwSPgLCQqK1uDO05bdI0SNgZ7Bg1QTkW9dK0O655BK6lZY5maKUPszsczKGRE6Atfb6jFcpUFoAY8IsdpSUGDoCRtTKNZe9o1E%dktcAypG%b99rEI1WHdTxeT0YZY%HPvV3lf09ggm62qj0BZuo21XXDfSiPI9eX3N07kptV4ccvj0yUftTdLz"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "x62n%OFSzf6dRdC8"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "3874c428-e321-478d-a56d-f476dea24547",
                                            "name": "Success",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "archivedHumanTask"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "The total number of matching items",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "Content-Range",
                                                    "value": "<long>"
                                                }
                                            ],
                                            "body": "[\n  {\n    \"id\": \"c568Rw1E3NKASLIqN5w74hzd.BK047rWp-4XxvXQm87kcCxnXKNmRTYkWcjWT0GPHGn\",\n    \"type\": \"<string>\",\n    \"name\": \"<string>\",\n    \"displayName\": \"<string>\",\n    \"description\": \"<string>\",\n    \"displayDescription\": \"<string>\",\n    \"state\": \"initializing\",\n    \"reached_state_date\": \"5183-03-31 02:16:42\",\n    \"last_update_date\": \"4142-09-30 05:21:52\",\n    \"dueDate\": \"2202-08-28 11:44:08\",\n    \"priority\": \"<string>\",\n    \"processId\": \"E.5twnmrTSSm-RLTd08qZ4WXZ2KneEbLnwiLrZ.k-FGwLYAKav9AquMr.ynYmIO3y4pVISqNvJm4uPjlLAYSPPWskg_KJuLF_Pwqtn_h\",\n    \"parentCaseId\": \"diuGA6JY3bEIKUQ3SAegYt0WAondCv0qLFowPikNmpLB3JqM6ES-FjMnJeYY2Gt6SAwN60DnWjDeqp8VM7mtVEwbrPjHKttasEvuQ0If2aW74rNctJ92FWO2YdIk-ZC-iisFHN2DcCkKu3CzyuEiN7g-X.zphX\",\n    \"parentTaskId\": \"zwFoB7C2S.YNQqACmgen6915aYu4ypRSCaFlVy_r639JUx\",\n    \"rootCaseId\": \"_jv.9vmwRQcrXwxxcFCKuomdmWjZB5xKnsJ1tF1LI6CQN9imE2SEIScoAwFZfaXVJ1ErSXJQ3vuAB9-w1BN9dtcdvowW8OjxvC1xBophU1GSLXHRsUvukFSmQZ\",\n    \"rootContainerId\": \"OULHYJru3KcZq8Ant3AXJWR0Mya2Ol9xp7dFVavC9.gAUdLyG83h-ork3m8UFivYjTYGp0aT-MjaU91fHVPiSGwi1uV3bI4yBpBMspbOeoiX3auhCtEEAWGv3Ocz8B8HATyQHdzR1pNln9i8YbvTeuB3-83D21\",\n    \"executedBy\": \"StjrKZThHaSyawbmTb4d96fH1Kxrog9VfM3G-MzEnH_p.sjwMPrj67FinaNvT4wReabqNYUzME5wDmc_iYM9xIt6fgn88f0n4-Ma3n-4OvFtz1NXf9vSMZpQF9HEHXMqEQeFTOYUamObqA5prdLY\",\n    \"executedBySubstitute\": \"<string>\",\n    \"actorId\": \"YGQFwL153I5pb1whu\",\n    \"assigned_id\": \"audthJn\",\n    \"assigned_date\": \"6102-10-07 04:56:18\",\n    \"isTerminal\": \"<boolean>\",\n    \"sourceObjectId\": \"UiQQ7WcMCX.tVEAsAx.9qP1lUfzxYP_dzRiyWe6_Hm1RFqTWwlsTOQY4QxkZSy4MeQXotCkmOxufeV1\",\n    \"archivedDate\": \"3309-04-01 23:44:22\"\n  },\n  {\n    \"id\": \"7hXp6WWGIP8hEFvvvRaJUV9HulYvOtL88bTdb_D12fqeH6y_WQL-c7AXhNi6kBbdupDM.gfGyaRf7gRWmdVcJFZhrBQ0rZkqKTUIjHHCjOC6iYAwXNJxuwuRlPoBKAIGR5yUeMLDxHAM1fNCcPJbYKuOFzcFf8tG9idXH6dMWTrjfbxB7xln.u4yqjnHQf4j2UaQcltX8nib_dC9-8VBIl1WPMoJrDklhKki4fT_.RAqyHfF3RA\",\n    \"type\": \"<string>\",\n    \"name\": \"<string>\",\n    \"displayName\": \"<string>\",\n    \"description\": \"<string>\",\n    \"displayDescription\": \"<string>\",\n    \"state\": \"ready\",\n    \"reached_state_date\": \"5465-12-21 20:10:44\",\n    \"last_update_date\": \"9663-03-07 23:49:05\",\n    \"dueDate\": \"5625-12-31 14:00:55\",\n    \"priority\": \"<string>\",\n    \"processId\": \"8V95TYrV7VFABHgCW3dBKXBhtwij3_9ilMKT_cUYLa2.XUGqQe7pYBA7BpejIQECPtrCR8z0yDr64XSoKoEeqDqiBhjfQ16.EI65JZYKeFi.FhiUogv1hfpLTACKhx0-my4UKUVQppyLQM5M7awBnk1D4n95KfL78ZlolfvwE\",\n    \"parentCaseId\": \"9608-a-1YLiCs1OvEyQTzdklUH0J_n_0adD_bjEoZvvEb.2_eaI4flH6r5.hQULHhKwL1_W2QpGF0TbvyWHh3-cfsN9_thcAV0wk8AgaZDDS17.4YfhOJ4jO0NBHLehllMu19FRnlMl5OaJ6W9Esyy4cHJe6U-4tG43jjDsB2vwLsZsMg-AoNYK-8eQLiIou_ImoL2FCp0wzTRqwdSwhaRhAR\",\n    \"parentTaskId\": \"j8.YYS31Qhp8Glo4KJ39B2F3EuvRQ516A1PTCe4KYw2RDAhh05NLPZbcVA2r818.lK7uPebbBIqPPcjiP059qNj8X9fz5IjHLWCiK66lHXHDWyBXmf.vDlxow_WcAotBAZy0MHmQV7yy4AUH81ctfUbKeBXqUTPNMGOC8o2VF02k6h5VcNBtANujjqLxBFrHGBJS.rZ1yVium77tLSv5AKWzXWBOWMvUHKzf9j2M7rnseRfX__Th\",\n    \"rootCaseId\": \"LLSFAz54AsS8khWRflE2lNt98_DgR078ZQxKbs9eA-g-3_7efEUjVIJoHf1jOM.mVFLL0uGuP39urlbc7xk9GePqJxWyGEb_Ft5O-SHlz3GrP-b08GDctV5iPoK0dQac3oXqlec9oRGUA2LDFAdpcUw82Ot1eTpw3gF11zS-UwKobSeXMHoMDgaxiFgaQqjZzbdC04Aww9\",\n    \"rootContainerId\": \"sksSOAd7qDb20acZEDMjcIhuExgfc-h3xAqgh-jezdBxMNx7Iv1gTQ7Htf3bWSXoLe35D9V-68LGf-sXCU3AM6Iwmm8M8dyI2T1tceWFWgHje69TZc9RVh2pkJIubFcaRdrADDWVwG_E9iR0AvqgiwL35zA9iqeDRnrCw18bhkdcpr0wPR\",\n    \"executedBy\": \"mKGS9.XwirgGsSATlQLLBQFHKN_PXApJD_LR93fg2YlWUMRokPsSFUCaDr8nDJJiuaiCE8.h9pvGwB\",\n    \"executedBySubstitute\": \"<string>\",\n    \"actorId\": \"xuHpmUN55r-lhJOwdOcVQ0e8ZoRNb7-ft03GNwU3uUD3_-0sxwHSkNdYbsCYTY5hkCo8Gpd2a\",\n    \"assigned_id\": \"rOcFDC0cheNNlDK1fshlLvmQd\",\n    \"assigned_date\": \"1832-01-30 23:07:45\",\n    \"isTerminal\": \"<boolean>\",\n    \"sourceObjectId\": \"jqcjkaE4v5T_.jI8p6aTDubIbwWyvMHxwtmZvoreShb_c4.b1guH71pAaNbtiWdx0MHVUnhCA86RB5XuEj8UmgZUDyhmHkStXfY7xM.qeKFlbJ.a_CtYDN4SlchF5vHtHktLuNWdQs6otMSP78wXKsR-VBydxzQ82uUoIK19wxo2iQUl7CxlL8rt\",\n    \"archivedDate\": \"5064-10-03 10:36:40\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "2b33d282-f37d-4e87-8ba7-c6c4e630d3ae",
                                            "name": "Bad request.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "archivedHumanTask"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "15f6f229-6b27-41f7-9d19-3418ecd40401",
                                            "name": "Authorization information is missing or invalid.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "archivedHumanTask"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "a2f45bb7-8f8e-49c7-8cc8-53472c84826c",
                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "archivedHumanTask"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "1edcad44-6d42-4b10-bac5-67226266706c",
                                            "name": "Unexpected error.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "archivedHumanTask"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "9cab9f11-ca02-4878-99fc-fa7efdc869af",
                                            "name": "Finds the ArchivedHumanTask by ID",
                                            "request": {
                                                "name": "Finds the ArchivedHumanTask by ID",
                                                "description": {
                                                    "content": "Returns the single ArchivedHumanTask for the given ID\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "archivedHumanTask",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ID of the ArchivedHumanTask to return",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "04bc04fe-de88-42be-af37-a61734cb50fe",
                                                    "name": "Success",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedHumanTask",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ArchivedHumanTask to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"id\": \"vIDqbw9ARe8d5FRW7WL1XmhfSuk.CilN6_HlZmQwDY6.-AkQfuo17UBmxATE.jhk6FGlvesu4mI7sIgk989oPRGF566gHTGN5NbmLazKPPLE2v34JXTtZ3D.qm-iRLYJ3sRmQJqX6x93NTELE-H8Wr_b_WSKb3dV74F4nShHcN22fjE7LW06UocqNxYRs9747N\",\n  \"type\": \"<string>\",\n  \"name\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"description\": \"<string>\",\n  \"displayDescription\": \"<string>\",\n  \"state\": \"ready\",\n  \"reached_state_date\": \"3287-05-31 14:45:42\",\n  \"last_update_date\": \"5539-11-15 20:08:29\",\n  \"dueDate\": \"6681-12-23 14:15:42\",\n  \"priority\": \"<string>\",\n  \"processId\": \"g_deBhgjRis0ReDJQHDMi3SByDyv_e0jJ4PkGy4GEbes8AZX-m6BAkfCeqaXn8wPZ5maOSwEAEhs3lSmYh2cApgJ48kPA2PowuFyEKGkUm0E5iOymINOjTTaXIH0_nxrfhmGr0PutbZRc0I0M8yz18eeYMnVHz8Baza6IOc0rkhtOW889-oBgn2v9Wdsq2jqh19I4EK1yOVerUsBM1lIGePhw1lJygqQPLN_Zye\",\n  \"parentCaseId\": \".GVxy-GdGU3wDngtJKVe00MGPqFBPFUBdvy_2xR1CJatmaMwUXwCK09xcYwTwxGtOkTnUGk4177AxLy6NwOBBRqY0AcW7z6P8YJTG40s0teG4nc0S-.1Q-sTMxBpXR5oW.ay99jBBxrx6a4kFzZTbwrfz-tIKqzEWj7W_z2Qla45tAwtUzOlAD2uSnWEujtebsyLZ9\",\n  \"parentTaskId\": \"BIlf80sFJrUOclmp5PC5u-9UZvIFkNV0m\",\n  \"rootCaseId\": \"Be2kRs9mUg4O4dXjacYa2VVXDi6TJDlviM2uCRea4-EskdDazk3V8yH0sykrxGFHesVppkPZo7Y2C487DhwJogR1EgYlSWsHtVUJeJ-7ZGxDa\",\n  \"rootContainerId\": \"L0yvFpP\",\n  \"executedBy\": \"BauHeB0CL511Q2P9jK1cz9-CJtCPvVAOkJvpSwcLHxK1jWpDSytemnTIeS\",\n  \"executedBySubstitute\": \"<string>\",\n  \"actorId\": \"igeYutzSMxvvm9feVvmAomfbcrO-TyrQ6K6BN8l6RUfdD3bk1FbHLVNyLyNtDj_zh2mnqGrJ1gUeqt7x5R\",\n  \"assigned_id\": \"s4TiDsP-BJjkfPnEUVRmLMjMby8asNxjnljj-7A2V0NUEG6MfRuFqsqH4uMHwdohOsqzdIbx.JXWKCaZWVRFoFpZonF1pLTe8a07.bTkLmbh0.9i87MmktqFoT-.Q92_Ef23RxZK0bibLC-KYvHJ9-4r60ibsv7I6Gzfz\",\n  \"assigned_date\": \"9380-11-16 05:17:08\",\n  \"isTerminal\": \"<boolean>\",\n  \"sourceObjectId\": \"zJZZptWp_xmQWWKmtHYjiJhwgPcMCah-ULCVLfNICzY-LZKm4Ygh37Fygs9KsNeroZbrA3itL4.E-rax5mCPKe2D6_mARMgCH4KolOPkaPBs9ykyP54VWnw7ToBtWHLF4KtmkDn0RUqJFBKEVlxxdD94WtrTy.mmJer1V4VWLzh7ERhavgWDb\",\n  \"archivedDate\": \"4241-02-03 20:52:45\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "9e5bc193-2c0f-471b-9402-219088220a4b",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedHumanTask",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ArchivedHumanTask to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "81f1bd1a-b2c2-4a91-9581-6f2b3d3bc07e",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedHumanTask",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ArchivedHumanTask to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "14708f61-dc62-4d5f-8854-ecb22441a787",
                                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedHumanTask",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ArchivedHumanTask to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "bc6f18d2-e0f7-48b0-ada7-49b192959e88",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedHumanTask",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ArchivedHumanTask to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "31845579-f5f1-480d-beb1-b1d4b7a25101",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedHumanTask",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ArchivedHumanTask to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "archivedManualTask",
                            "description": "",
                            "item": [
                                {
                                    "id": "5ada9461-5b84-46f3-b94c-955dc50acb9d",
                                    "name": "Finds ArchivedManualTasks",
                                    "request": {
                                        "name": "Finds ArchivedManualTasks",
                                        "description": {
                                            "content": "Finds ArchivedManualTasks with pagination params and filters\n\nYou can filter on:\n\n* `assigned_id={user_id}`: retrieve only the human tasks assigned to the specified ID. For example, retrieve the human tasks assigned to user with id 2: `/API/bpm/archivedHumanTask?p=0&c=10&f=assigned_id%3d2`\n* `state=`: retrieve only the archived user tasks with the specified state. For example, retrieve the skipped tasks: `/API/bpm/archivedHumanTask?p=0&c=10&f=state=skipped`\n* `name=`: retrieve only the human tasks with the specified name. For example, retrieve the human tasks with the name \"Analyse ProcessInstance\": `/API/bpm/archivedHumanTask?p=0&c=10&f=name=Analyse ProcessInstance`\n* `displayName=`: retrieve only the archived user tasks with the specified displayName. For example, retrieve the human tasks with the displayName \"Analyse ProcessInstance\": `/API/bpm/archivedHumanTask?p=0&c=10&f=displayName=Analyse ProcessInstance`\n",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "API",
                                                "bpm",
                                                "archivedManualTask"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) index of the page to display",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "p",
                                                    "value": "0"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) maximum number of elements to retrieve",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "c",
                                                    "value": "20"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "OrKOIemKmRkbOx4e66sJImbWGQpiG09GR%RSKuHimY6RKvneI%xj9qTCbyIwSPgLCQqK1uDO05bdI0SNgZ7Bg1QTkW9dK0O655BK6lZY5maKUPszsczKGRE6Atfb6jFcpUFoAY8IsdpSUGDoCRtTKNZe9o1E%dktcAypG%b99rEI1WHdTxeT0YZY%HPvV3lf09ggm62qj0BZuo21XXDfSiPI9eX3N07kptV4ccvj0yUftTdLz"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "x62n%OFSzf6dRdC8"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "74deaee0-a1a4-47f4-a2e5-4ddc5fb0f0ab",
                                            "name": "Success",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "archivedManualTask"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "The total number of matching items",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "Content-Range",
                                                    "value": "<long>"
                                                }
                                            ],
                                            "body": "[\n  {\n    \"id\": \"c568Rw1E3NKASLIqN5w74hzd.BK047rWp-4XxvXQm87kcCxnXKNmRTYkWcjWT0GPHGn\",\n    \"type\": \"<string>\",\n    \"name\": \"<string>\",\n    \"displayName\": \"<string>\",\n    \"description\": \"<string>\",\n    \"displayDescription\": \"<string>\",\n    \"state\": \"initializing\",\n    \"reached_state_date\": \"5183-03-31 02:16:42\",\n    \"last_update_date\": \"4142-09-30 05:21:52\",\n    \"dueDate\": \"2202-08-28 11:44:08\",\n    \"priority\": \"<string>\",\n    \"processId\": \"E.5twnmrTSSm-RLTd08qZ4WXZ2KneEbLnwiLrZ.k-FGwLYAKav9AquMr.ynYmIO3y4pVISqNvJm4uPjlLAYSPPWskg_KJuLF_Pwqtn_h\",\n    \"parentCaseId\": \"diuGA6JY3bEIKUQ3SAegYt0WAondCv0qLFowPikNmpLB3JqM6ES-FjMnJeYY2Gt6SAwN60DnWjDeqp8VM7mtVEwbrPjHKttasEvuQ0If2aW74rNctJ92FWO2YdIk-ZC-iisFHN2DcCkKu3CzyuEiN7g-X.zphX\",\n    \"parentTaskId\": \"zwFoB7C2S.YNQqACmgen6915aYu4ypRSCaFlVy_r639JUx\",\n    \"rootCaseId\": \"_jv.9vmwRQcrXwxxcFCKuomdmWjZB5xKnsJ1tF1LI6CQN9imE2SEIScoAwFZfaXVJ1ErSXJQ3vuAB9-w1BN9dtcdvowW8OjxvC1xBophU1GSLXHRsUvukFSmQZ\",\n    \"rootContainerId\": \"OULHYJru3KcZq8Ant3AXJWR0Mya2Ol9xp7dFVavC9.gAUdLyG83h-ork3m8UFivYjTYGp0aT-MjaU91fHVPiSGwi1uV3bI4yBpBMspbOeoiX3auhCtEEAWGv3Ocz8B8HATyQHdzR1pNln9i8YbvTeuB3-83D21\",\n    \"executedBy\": \"StjrKZThHaSyawbmTb4d96fH1Kxrog9VfM3G-MzEnH_p.sjwMPrj67FinaNvT4wReabqNYUzME5wDmc_iYM9xIt6fgn88f0n4-Ma3n-4OvFtz1NXf9vSMZpQF9HEHXMqEQeFTOYUamObqA5prdLY\",\n    \"executedBySubstitute\": \"<string>\",\n    \"actorId\": \"YGQFwL153I5pb1whu\",\n    \"assigned_id\": \"audthJn\",\n    \"assigned_date\": \"6102-10-07 04:56:18\",\n    \"isTerminal\": \"<boolean>\",\n    \"sourceObjectId\": \"UiQQ7WcMCX.tVEAsAx.9qP1lUfzxYP_dzRiyWe6_Hm1RFqTWwlsTOQY4QxkZSy4MeQXotCkmOxufeV1\",\n    \"archivedDate\": \"3309-04-01 23:44:22\"\n  },\n  {\n    \"id\": \"7hXp6WWGIP8hEFvvvRaJUV9HulYvOtL88bTdb_D12fqeH6y_WQL-c7AXhNi6kBbdupDM.gfGyaRf7gRWmdVcJFZhrBQ0rZkqKTUIjHHCjOC6iYAwXNJxuwuRlPoBKAIGR5yUeMLDxHAM1fNCcPJbYKuOFzcFf8tG9idXH6dMWTrjfbxB7xln.u4yqjnHQf4j2UaQcltX8nib_dC9-8VBIl1WPMoJrDklhKki4fT_.RAqyHfF3RA\",\n    \"type\": \"<string>\",\n    \"name\": \"<string>\",\n    \"displayName\": \"<string>\",\n    \"description\": \"<string>\",\n    \"displayDescription\": \"<string>\",\n    \"state\": \"ready\",\n    \"reached_state_date\": \"5465-12-21 20:10:44\",\n    \"last_update_date\": \"9663-03-07 23:49:05\",\n    \"dueDate\": \"5625-12-31 14:00:55\",\n    \"priority\": \"<string>\",\n    \"processId\": \"8V95TYrV7VFABHgCW3dBKXBhtwij3_9ilMKT_cUYLa2.XUGqQe7pYBA7BpejIQECPtrCR8z0yDr64XSoKoEeqDqiBhjfQ16.EI65JZYKeFi.FhiUogv1hfpLTACKhx0-my4UKUVQppyLQM5M7awBnk1D4n95KfL78ZlolfvwE\",\n    \"parentCaseId\": \"9608-a-1YLiCs1OvEyQTzdklUH0J_n_0adD_bjEoZvvEb.2_eaI4flH6r5.hQULHhKwL1_W2QpGF0TbvyWHh3-cfsN9_thcAV0wk8AgaZDDS17.4YfhOJ4jO0NBHLehllMu19FRnlMl5OaJ6W9Esyy4cHJe6U-4tG43jjDsB2vwLsZsMg-AoNYK-8eQLiIou_ImoL2FCp0wzTRqwdSwhaRhAR\",\n    \"parentTaskId\": \"j8.YYS31Qhp8Glo4KJ39B2F3EuvRQ516A1PTCe4KYw2RDAhh05NLPZbcVA2r818.lK7uPebbBIqPPcjiP059qNj8X9fz5IjHLWCiK66lHXHDWyBXmf.vDlxow_WcAotBAZy0MHmQV7yy4AUH81ctfUbKeBXqUTPNMGOC8o2VF02k6h5VcNBtANujjqLxBFrHGBJS.rZ1yVium77tLSv5AKWzXWBOWMvUHKzf9j2M7rnseRfX__Th\",\n    \"rootCaseId\": \"LLSFAz54AsS8khWRflE2lNt98_DgR078ZQxKbs9eA-g-3_7efEUjVIJoHf1jOM.mVFLL0uGuP39urlbc7xk9GePqJxWyGEb_Ft5O-SHlz3GrP-b08GDctV5iPoK0dQac3oXqlec9oRGUA2LDFAdpcUw82Ot1eTpw3gF11zS-UwKobSeXMHoMDgaxiFgaQqjZzbdC04Aww9\",\n    \"rootContainerId\": \"sksSOAd7qDb20acZEDMjcIhuExgfc-h3xAqgh-jezdBxMNx7Iv1gTQ7Htf3bWSXoLe35D9V-68LGf-sXCU3AM6Iwmm8M8dyI2T1tceWFWgHje69TZc9RVh2pkJIubFcaRdrADDWVwG_E9iR0AvqgiwL35zA9iqeDRnrCw18bhkdcpr0wPR\",\n    \"executedBy\": \"mKGS9.XwirgGsSATlQLLBQFHKN_PXApJD_LR93fg2YlWUMRokPsSFUCaDr8nDJJiuaiCE8.h9pvGwB\",\n    \"executedBySubstitute\": \"<string>\",\n    \"actorId\": \"xuHpmUN55r-lhJOwdOcVQ0e8ZoRNb7-ft03GNwU3uUD3_-0sxwHSkNdYbsCYTY5hkCo8Gpd2a\",\n    \"assigned_id\": \"rOcFDC0cheNNlDK1fshlLvmQd\",\n    \"assigned_date\": \"1832-01-30 23:07:45\",\n    \"isTerminal\": \"<boolean>\",\n    \"sourceObjectId\": \"jqcjkaE4v5T_.jI8p6aTDubIbwWyvMHxwtmZvoreShb_c4.b1guH71pAaNbtiWdx0MHVUnhCA86RB5XuEj8UmgZUDyhmHkStXfY7xM.qeKFlbJ.a_CtYDN4SlchF5vHtHktLuNWdQs6otMSP78wXKsR-VBydxzQ82uUoIK19wxo2iQUl7CxlL8rt\",\n    \"archivedDate\": \"5064-10-03 10:36:40\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "76a23582-a4b0-46e5-9969-b770f3be8fd1",
                                            "name": "Bad request.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "archivedManualTask"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "6d62ef3c-5587-4e16-8130-78bf267349b9",
                                            "name": "Authorization information is missing or invalid.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "archivedManualTask"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "c2e4feab-96aa-4a5d-8dba-50cf9c95e019",
                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "archivedManualTask"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "20e405f9-11d1-48b2-a9f1-c118c4b80393",
                                            "name": "Unexpected error.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "archivedManualTask"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "0484b395-b81d-46a7-a6bd-afe4aa8e7332",
                                            "name": "Finds the ArchivedManualTask by ID",
                                            "request": {
                                                "name": "Finds the ArchivedManualTask by ID",
                                                "description": {
                                                    "content": "Returns the single ArchivedManualTask for the given ID\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "archivedManualTask",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ID of the ArchivedManualTask to return",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "eaa69365-a572-4550-85fd-fb7b3f060335",
                                                    "name": "Success",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedManualTask",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ArchivedManualTask to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"id\": \"vIDqbw9ARe8d5FRW7WL1XmhfSuk.CilN6_HlZmQwDY6.-AkQfuo17UBmxATE.jhk6FGlvesu4mI7sIgk989oPRGF566gHTGN5NbmLazKPPLE2v34JXTtZ3D.qm-iRLYJ3sRmQJqX6x93NTELE-H8Wr_b_WSKb3dV74F4nShHcN22fjE7LW06UocqNxYRs9747N\",\n  \"type\": \"<string>\",\n  \"name\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"description\": \"<string>\",\n  \"displayDescription\": \"<string>\",\n  \"state\": \"ready\",\n  \"reached_state_date\": \"3287-05-31 14:45:42\",\n  \"last_update_date\": \"5539-11-15 20:08:29\",\n  \"dueDate\": \"6681-12-23 14:15:42\",\n  \"priority\": \"<string>\",\n  \"processId\": \"g_deBhgjRis0ReDJQHDMi3SByDyv_e0jJ4PkGy4GEbes8AZX-m6BAkfCeqaXn8wPZ5maOSwEAEhs3lSmYh2cApgJ48kPA2PowuFyEKGkUm0E5iOymINOjTTaXIH0_nxrfhmGr0PutbZRc0I0M8yz18eeYMnVHz8Baza6IOc0rkhtOW889-oBgn2v9Wdsq2jqh19I4EK1yOVerUsBM1lIGePhw1lJygqQPLN_Zye\",\n  \"parentCaseId\": \".GVxy-GdGU3wDngtJKVe00MGPqFBPFUBdvy_2xR1CJatmaMwUXwCK09xcYwTwxGtOkTnUGk4177AxLy6NwOBBRqY0AcW7z6P8YJTG40s0teG4nc0S-.1Q-sTMxBpXR5oW.ay99jBBxrx6a4kFzZTbwrfz-tIKqzEWj7W_z2Qla45tAwtUzOlAD2uSnWEujtebsyLZ9\",\n  \"parentTaskId\": \"BIlf80sFJrUOclmp5PC5u-9UZvIFkNV0m\",\n  \"rootCaseId\": \"Be2kRs9mUg4O4dXjacYa2VVXDi6TJDlviM2uCRea4-EskdDazk3V8yH0sykrxGFHesVppkPZo7Y2C487DhwJogR1EgYlSWsHtVUJeJ-7ZGxDa\",\n  \"rootContainerId\": \"L0yvFpP\",\n  \"executedBy\": \"BauHeB0CL511Q2P9jK1cz9-CJtCPvVAOkJvpSwcLHxK1jWpDSytemnTIeS\",\n  \"executedBySubstitute\": \"<string>\",\n  \"actorId\": \"igeYutzSMxvvm9feVvmAomfbcrO-TyrQ6K6BN8l6RUfdD3bk1FbHLVNyLyNtDj_zh2mnqGrJ1gUeqt7x5R\",\n  \"assigned_id\": \"s4TiDsP-BJjkfPnEUVRmLMjMby8asNxjnljj-7A2V0NUEG6MfRuFqsqH4uMHwdohOsqzdIbx.JXWKCaZWVRFoFpZonF1pLTe8a07.bTkLmbh0.9i87MmktqFoT-.Q92_Ef23RxZK0bibLC-KYvHJ9-4r60ibsv7I6Gzfz\",\n  \"assigned_date\": \"9380-11-16 05:17:08\",\n  \"isTerminal\": \"<boolean>\",\n  \"sourceObjectId\": \"zJZZptWp_xmQWWKmtHYjiJhwgPcMCah-ULCVLfNICzY-LZKm4Ygh37Fygs9KsNeroZbrA3itL4.E-rax5mCPKe2D6_mARMgCH4KolOPkaPBs9ykyP54VWnw7ToBtWHLF4KtmkDn0RUqJFBKEVlxxdD94WtrTy.mmJer1V4VWLzh7ERhavgWDb\",\n  \"archivedDate\": \"4241-02-03 20:52:45\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "b761ea1e-49e8-4f21-b163-b6df29fbe8b4",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedManualTask",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ArchivedManualTask to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "7d719ce7-a2fa-4fcc-8bb9-3c1d20ebec4f",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedManualTask",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ArchivedManualTask to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "c3016285-db08-4679-bf74-6e82b0ce1c86",
                                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedManualTask",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ArchivedManualTask to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "834ada97-e5a3-4207-9ef7-03f484e1d86d",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedManualTask",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ArchivedManualTask to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "fb535c38-2c58-4be0-8500-f189dace674b",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedManualTask",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ArchivedManualTask to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "archivedUserTask",
                            "description": "",
                            "item": [
                                {
                                    "id": "276cd919-f141-46e6-9d44-6c296d402b21",
                                    "name": "Finds ArchivedUserTasks",
                                    "request": {
                                        "name": "Finds ArchivedUserTasks",
                                        "description": {
                                            "content": "Finds ArchivedUserTasks with pagination params and filters.\nAn ArchivedUserTask is an executable task that has been performed by a user or skipped and is archived.\n\nYou can filter on:\n\n* `assigned_id={user_id}`: retrieve only the user tasks assigned to the specified ID. For example, retrieve the user tasks assigned to user with id 2: `/API/bpm/archivedUserTask?p=0&c=10&f=assigned_id%3d2`\n* `state=`: retrieve only the archived user tasks with the specified state. For example, retrieve the skipped tasks: `/API/bpm/archivedUserTask?p=0&c=10&f=state=skipped`\n* `name=`: retrieve only the user tasks with the specified name. For example, retrieve the user tasks with the name \"Analyse ProcessInstance\": `/API/bpm/archivedUserTask?p=0&c=10&f=name=Analyse ProcessInstance`\n* `displayName=`: retrieve only the archived user tasks with the specified displayName. For example, retrieve the user tasks with the displayName \"Analyse ProcessInstance\": `/API/bpm/archivedUserTask?p=0&c=10&f=displayName=Analyse ProcessInstance`\n",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "API",
                                                "bpm",
                                                "archivedUserTask"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) index of the page to display",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "p",
                                                    "value": "0"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) maximum number of elements to retrieve",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "c",
                                                    "value": "20"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "OrKOIemKmRkbOx4e66sJImbWGQpiG09GR%RSKuHimY6RKvneI%xj9qTCbyIwSPgLCQqK1uDO05bdI0SNgZ7Bg1QTkW9dK0O655BK6lZY5maKUPszsczKGRE6Atfb6jFcpUFoAY8IsdpSUGDoCRtTKNZe9o1E%dktcAypG%b99rEI1WHdTxeT0YZY%HPvV3lf09ggm62qj0BZuo21XXDfSiPI9eX3N07kptV4ccvj0yUftTdLz"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "x62n%OFSzf6dRdC8"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "4193c08c-86ff-4a76-9ee9-1cfcb0a97c85",
                                            "name": "Success",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "archivedUserTask"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "The total number of matching items",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "Content-Range",
                                                    "value": "<long>"
                                                }
                                            ],
                                            "body": "[\n  {\n    \"id\": \"c568Rw1E3NKASLIqN5w74hzd.BK047rWp-4XxvXQm87kcCxnXKNmRTYkWcjWT0GPHGn\",\n    \"type\": \"<string>\",\n    \"name\": \"<string>\",\n    \"displayName\": \"<string>\",\n    \"description\": \"<string>\",\n    \"displayDescription\": \"<string>\",\n    \"state\": \"initializing\",\n    \"reached_state_date\": \"5183-03-31 02:16:42\",\n    \"last_update_date\": \"4142-09-30 05:21:52\",\n    \"dueDate\": \"2202-08-28 11:44:08\",\n    \"priority\": \"<string>\",\n    \"processId\": \"E.5twnmrTSSm-RLTd08qZ4WXZ2KneEbLnwiLrZ.k-FGwLYAKav9AquMr.ynYmIO3y4pVISqNvJm4uPjlLAYSPPWskg_KJuLF_Pwqtn_h\",\n    \"parentCaseId\": \"diuGA6JY3bEIKUQ3SAegYt0WAondCv0qLFowPikNmpLB3JqM6ES-FjMnJeYY2Gt6SAwN60DnWjDeqp8VM7mtVEwbrPjHKttasEvuQ0If2aW74rNctJ92FWO2YdIk-ZC-iisFHN2DcCkKu3CzyuEiN7g-X.zphX\",\n    \"parentTaskId\": \"zwFoB7C2S.YNQqACmgen6915aYu4ypRSCaFlVy_r639JUx\",\n    \"rootCaseId\": \"_jv.9vmwRQcrXwxxcFCKuomdmWjZB5xKnsJ1tF1LI6CQN9imE2SEIScoAwFZfaXVJ1ErSXJQ3vuAB9-w1BN9dtcdvowW8OjxvC1xBophU1GSLXHRsUvukFSmQZ\",\n    \"rootContainerId\": \"OULHYJru3KcZq8Ant3AXJWR0Mya2Ol9xp7dFVavC9.gAUdLyG83h-ork3m8UFivYjTYGp0aT-MjaU91fHVPiSGwi1uV3bI4yBpBMspbOeoiX3auhCtEEAWGv3Ocz8B8HATyQHdzR1pNln9i8YbvTeuB3-83D21\",\n    \"executedBy\": \"StjrKZThHaSyawbmTb4d96fH1Kxrog9VfM3G-MzEnH_p.sjwMPrj67FinaNvT4wReabqNYUzME5wDmc_iYM9xIt6fgn88f0n4-Ma3n-4OvFtz1NXf9vSMZpQF9HEHXMqEQeFTOYUamObqA5prdLY\",\n    \"executedBySubstitute\": \"<string>\",\n    \"actorId\": \"YGQFwL153I5pb1whu\",\n    \"assigned_id\": \"audthJn\",\n    \"assigned_date\": \"6102-10-07 04:56:18\",\n    \"isTerminal\": \"<boolean>\",\n    \"sourceObjectId\": \"UiQQ7WcMCX.tVEAsAx.9qP1lUfzxYP_dzRiyWe6_Hm1RFqTWwlsTOQY4QxkZSy4MeQXotCkmOxufeV1\",\n    \"archivedDate\": \"3309-04-01 23:44:22\"\n  },\n  {\n    \"id\": \"7hXp6WWGIP8hEFvvvRaJUV9HulYvOtL88bTdb_D12fqeH6y_WQL-c7AXhNi6kBbdupDM.gfGyaRf7gRWmdVcJFZhrBQ0rZkqKTUIjHHCjOC6iYAwXNJxuwuRlPoBKAIGR5yUeMLDxHAM1fNCcPJbYKuOFzcFf8tG9idXH6dMWTrjfbxB7xln.u4yqjnHQf4j2UaQcltX8nib_dC9-8VBIl1WPMoJrDklhKki4fT_.RAqyHfF3RA\",\n    \"type\": \"<string>\",\n    \"name\": \"<string>\",\n    \"displayName\": \"<string>\",\n    \"description\": \"<string>\",\n    \"displayDescription\": \"<string>\",\n    \"state\": \"ready\",\n    \"reached_state_date\": \"5465-12-21 20:10:44\",\n    \"last_update_date\": \"9663-03-07 23:49:05\",\n    \"dueDate\": \"5625-12-31 14:00:55\",\n    \"priority\": \"<string>\",\n    \"processId\": \"8V95TYrV7VFABHgCW3dBKXBhtwij3_9ilMKT_cUYLa2.XUGqQe7pYBA7BpejIQECPtrCR8z0yDr64XSoKoEeqDqiBhjfQ16.EI65JZYKeFi.FhiUogv1hfpLTACKhx0-my4UKUVQppyLQM5M7awBnk1D4n95KfL78ZlolfvwE\",\n    \"parentCaseId\": \"9608-a-1YLiCs1OvEyQTzdklUH0J_n_0adD_bjEoZvvEb.2_eaI4flH6r5.hQULHhKwL1_W2QpGF0TbvyWHh3-cfsN9_thcAV0wk8AgaZDDS17.4YfhOJ4jO0NBHLehllMu19FRnlMl5OaJ6W9Esyy4cHJe6U-4tG43jjDsB2vwLsZsMg-AoNYK-8eQLiIou_ImoL2FCp0wzTRqwdSwhaRhAR\",\n    \"parentTaskId\": \"j8.YYS31Qhp8Glo4KJ39B2F3EuvRQ516A1PTCe4KYw2RDAhh05NLPZbcVA2r818.lK7uPebbBIqPPcjiP059qNj8X9fz5IjHLWCiK66lHXHDWyBXmf.vDlxow_WcAotBAZy0MHmQV7yy4AUH81ctfUbKeBXqUTPNMGOC8o2VF02k6h5VcNBtANujjqLxBFrHGBJS.rZ1yVium77tLSv5AKWzXWBOWMvUHKzf9j2M7rnseRfX__Th\",\n    \"rootCaseId\": \"LLSFAz54AsS8khWRflE2lNt98_DgR078ZQxKbs9eA-g-3_7efEUjVIJoHf1jOM.mVFLL0uGuP39urlbc7xk9GePqJxWyGEb_Ft5O-SHlz3GrP-b08GDctV5iPoK0dQac3oXqlec9oRGUA2LDFAdpcUw82Ot1eTpw3gF11zS-UwKobSeXMHoMDgaxiFgaQqjZzbdC04Aww9\",\n    \"rootContainerId\": \"sksSOAd7qDb20acZEDMjcIhuExgfc-h3xAqgh-jezdBxMNx7Iv1gTQ7Htf3bWSXoLe35D9V-68LGf-sXCU3AM6Iwmm8M8dyI2T1tceWFWgHje69TZc9RVh2pkJIubFcaRdrADDWVwG_E9iR0AvqgiwL35zA9iqeDRnrCw18bhkdcpr0wPR\",\n    \"executedBy\": \"mKGS9.XwirgGsSATlQLLBQFHKN_PXApJD_LR93fg2YlWUMRokPsSFUCaDr8nDJJiuaiCE8.h9pvGwB\",\n    \"executedBySubstitute\": \"<string>\",\n    \"actorId\": \"xuHpmUN55r-lhJOwdOcVQ0e8ZoRNb7-ft03GNwU3uUD3_-0sxwHSkNdYbsCYTY5hkCo8Gpd2a\",\n    \"assigned_id\": \"rOcFDC0cheNNlDK1fshlLvmQd\",\n    \"assigned_date\": \"1832-01-30 23:07:45\",\n    \"isTerminal\": \"<boolean>\",\n    \"sourceObjectId\": \"jqcjkaE4v5T_.jI8p6aTDubIbwWyvMHxwtmZvoreShb_c4.b1guH71pAaNbtiWdx0MHVUnhCA86RB5XuEj8UmgZUDyhmHkStXfY7xM.qeKFlbJ.a_CtYDN4SlchF5vHtHktLuNWdQs6otMSP78wXKsR-VBydxzQ82uUoIK19wxo2iQUl7CxlL8rt\",\n    \"archivedDate\": \"5064-10-03 10:36:40\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "077532c4-3dbd-49c2-a5ee-2c240d8b9946",
                                            "name": "Bad request.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "archivedUserTask"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "4845f0f6-4c67-42eb-8359-0bec21b4504f",
                                            "name": "Authorization information is missing or invalid.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "archivedUserTask"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "bbd3a6ee-6b12-4b70-8ae2-6d546bd27bc2",
                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "archivedUserTask"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "5ff9e04b-aafb-4c0d-9b68-55cdc907836d",
                                            "name": "Unexpected error.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "archivedUserTask"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "9d415f5e-8bc8-4afe-835d-8e5743064ac2",
                                            "name": "Finds the ArchivedUserTask by ID",
                                            "request": {
                                                "name": "Finds the ArchivedUserTask by ID",
                                                "description": {
                                                    "content": "Returns the single ArchivedUserTask for the given ID\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "archivedUserTask",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ID of the ArchivedUserTask to return",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "870578b1-6515-4c27-aa5f-6c75ae28d3af",
                                                    "name": "Success",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedUserTask",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ArchivedUserTask to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"id\": \"vIDqbw9ARe8d5FRW7WL1XmhfSuk.CilN6_HlZmQwDY6.-AkQfuo17UBmxATE.jhk6FGlvesu4mI7sIgk989oPRGF566gHTGN5NbmLazKPPLE2v34JXTtZ3D.qm-iRLYJ3sRmQJqX6x93NTELE-H8Wr_b_WSKb3dV74F4nShHcN22fjE7LW06UocqNxYRs9747N\",\n  \"type\": \"<string>\",\n  \"name\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"description\": \"<string>\",\n  \"displayDescription\": \"<string>\",\n  \"state\": \"ready\",\n  \"reached_state_date\": \"3287-05-31 14:45:42\",\n  \"last_update_date\": \"5539-11-15 20:08:29\",\n  \"dueDate\": \"6681-12-23 14:15:42\",\n  \"priority\": \"<string>\",\n  \"processId\": \"g_deBhgjRis0ReDJQHDMi3SByDyv_e0jJ4PkGy4GEbes8AZX-m6BAkfCeqaXn8wPZ5maOSwEAEhs3lSmYh2cApgJ48kPA2PowuFyEKGkUm0E5iOymINOjTTaXIH0_nxrfhmGr0PutbZRc0I0M8yz18eeYMnVHz8Baza6IOc0rkhtOW889-oBgn2v9Wdsq2jqh19I4EK1yOVerUsBM1lIGePhw1lJygqQPLN_Zye\",\n  \"parentCaseId\": \".GVxy-GdGU3wDngtJKVe00MGPqFBPFUBdvy_2xR1CJatmaMwUXwCK09xcYwTwxGtOkTnUGk4177AxLy6NwOBBRqY0AcW7z6P8YJTG40s0teG4nc0S-.1Q-sTMxBpXR5oW.ay99jBBxrx6a4kFzZTbwrfz-tIKqzEWj7W_z2Qla45tAwtUzOlAD2uSnWEujtebsyLZ9\",\n  \"parentTaskId\": \"BIlf80sFJrUOclmp5PC5u-9UZvIFkNV0m\",\n  \"rootCaseId\": \"Be2kRs9mUg4O4dXjacYa2VVXDi6TJDlviM2uCRea4-EskdDazk3V8yH0sykrxGFHesVppkPZo7Y2C487DhwJogR1EgYlSWsHtVUJeJ-7ZGxDa\",\n  \"rootContainerId\": \"L0yvFpP\",\n  \"executedBy\": \"BauHeB0CL511Q2P9jK1cz9-CJtCPvVAOkJvpSwcLHxK1jWpDSytemnTIeS\",\n  \"executedBySubstitute\": \"<string>\",\n  \"actorId\": \"igeYutzSMxvvm9feVvmAomfbcrO-TyrQ6K6BN8l6RUfdD3bk1FbHLVNyLyNtDj_zh2mnqGrJ1gUeqt7x5R\",\n  \"assigned_id\": \"s4TiDsP-BJjkfPnEUVRmLMjMby8asNxjnljj-7A2V0NUEG6MfRuFqsqH4uMHwdohOsqzdIbx.JXWKCaZWVRFoFpZonF1pLTe8a07.bTkLmbh0.9i87MmktqFoT-.Q92_Ef23RxZK0bibLC-KYvHJ9-4r60ibsv7I6Gzfz\",\n  \"assigned_date\": \"9380-11-16 05:17:08\",\n  \"isTerminal\": \"<boolean>\",\n  \"sourceObjectId\": \"zJZZptWp_xmQWWKmtHYjiJhwgPcMCah-ULCVLfNICzY-LZKm4Ygh37Fygs9KsNeroZbrA3itL4.E-rax5mCPKe2D6_mARMgCH4KolOPkaPBs9ykyP54VWnw7ToBtWHLF4KtmkDn0RUqJFBKEVlxxdD94WtrTy.mmJer1V4VWLzh7ERhavgWDb\",\n  \"archivedDate\": \"4241-02-03 20:52:45\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "c0b9d1be-41fc-4a8b-882a-7f0e1af5e296",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedUserTask",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ArchivedUserTask to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "e931ab34-a27f-437d-972c-337b2b29c373",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedUserTask",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ArchivedUserTask to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "292d0177-2b74-4fdc-bcee-697dc54c8bb3",
                                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedUserTask",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ArchivedUserTask to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "798f100a-766b-4384-ab04-5f95558bb50c",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedUserTask",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ArchivedUserTask to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "25387a6a-9e64-4e4b-bdbc-54b4e62ca395",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedUserTask",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ArchivedUserTask to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "archivedTask",
                            "description": "",
                            "item": [
                                {
                                    "id": "3ac82972-4409-484a-8cf3-246fba2d267f",
                                    "name": "Finds ArchivedTasks",
                                    "request": {
                                        "name": "Finds ArchivedTasks",
                                        "description": {
                                            "content": "Finds ArchivedTasks with pagination params and filters\n\n- Can order on `caseId`, `name`, `displayName`, `processId`, `state`, `type`, `archivedDate`, `reached_state_date`, `assigned_id`\n- Can filter on `caseId`, `name`, `displayName`, `processId`, `state`, `type`, `archivedDate`, `reached_state_date`, `assigned_id`, `isTerminal`\n",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "API",
                                                "bpm",
                                                "archivedTask"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) index of the page to display",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "p",
                                                    "value": "0"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) maximum number of elements to retrieve",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "c",
                                                    "value": "20"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "OrKOIemKmRkbOx4e66sJImbWGQpiG09GR%RSKuHimY6RKvneI%xj9qTCbyIwSPgLCQqK1uDO05bdI0SNgZ7Bg1QTkW9dK0O655BK6lZY5maKUPszsczKGRE6Atfb6jFcpUFoAY8IsdpSUGDoCRtTKNZe9o1E%dktcAypG%b99rEI1WHdTxeT0YZY%HPvV3lf09ggm62qj0BZuo21XXDfSiPI9eX3N07kptV4ccvj0yUftTdLz"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "x62n%OFSzf6dRdC8"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "75801ba9-ee5d-45b5-824f-6b3e326ca7e7",
                                            "name": "Success",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "archivedTask"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "The total number of matching items",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "Content-Range",
                                                    "value": "<long>"
                                                }
                                            ],
                                            "body": "[\n  {\n    \"id\": \"c568Rw1E3NKASLIqN5w74hzd.BK047rWp-4XxvXQm87kcCxnXKNmRTYkWcjWT0GPHGn\",\n    \"type\": \"<string>\",\n    \"name\": \"<string>\",\n    \"displayName\": \"<string>\",\n    \"description\": \"<string>\",\n    \"displayDescription\": \"<string>\",\n    \"state\": \"initializing\",\n    \"reached_state_date\": \"5183-03-31 02:16:42\",\n    \"last_update_date\": \"4142-09-30 05:21:52\",\n    \"dueDate\": \"2202-08-28 11:44:08\",\n    \"priority\": \"<string>\",\n    \"processId\": \"E.5twnmrTSSm-RLTd08qZ4WXZ2KneEbLnwiLrZ.k-FGwLYAKav9AquMr.ynYmIO3y4pVISqNvJm4uPjlLAYSPPWskg_KJuLF_Pwqtn_h\",\n    \"parentCaseId\": \"diuGA6JY3bEIKUQ3SAegYt0WAondCv0qLFowPikNmpLB3JqM6ES-FjMnJeYY2Gt6SAwN60DnWjDeqp8VM7mtVEwbrPjHKttasEvuQ0If2aW74rNctJ92FWO2YdIk-ZC-iisFHN2DcCkKu3CzyuEiN7g-X.zphX\",\n    \"parentTaskId\": \"zwFoB7C2S.YNQqACmgen6915aYu4ypRSCaFlVy_r639JUx\",\n    \"rootCaseId\": \"_jv.9vmwRQcrXwxxcFCKuomdmWjZB5xKnsJ1tF1LI6CQN9imE2SEIScoAwFZfaXVJ1ErSXJQ3vuAB9-w1BN9dtcdvowW8OjxvC1xBophU1GSLXHRsUvukFSmQZ\",\n    \"rootContainerId\": \"OULHYJru3KcZq8Ant3AXJWR0Mya2Ol9xp7dFVavC9.gAUdLyG83h-ork3m8UFivYjTYGp0aT-MjaU91fHVPiSGwi1uV3bI4yBpBMspbOeoiX3auhCtEEAWGv3Ocz8B8HATyQHdzR1pNln9i8YbvTeuB3-83D21\",\n    \"executedBy\": \"StjrKZThHaSyawbmTb4d96fH1Kxrog9VfM3G-MzEnH_p.sjwMPrj67FinaNvT4wReabqNYUzME5wDmc_iYM9xIt6fgn88f0n4-Ma3n-4OvFtz1NXf9vSMZpQF9HEHXMqEQeFTOYUamObqA5prdLY\",\n    \"executedBySubstitute\": \"<string>\",\n    \"actorId\": \"YGQFwL153I5pb1whu\",\n    \"assigned_id\": \"audthJn\",\n    \"assigned_date\": \"6102-10-07 04:56:18\",\n    \"isTerminal\": \"<boolean>\",\n    \"sourceObjectId\": \"UiQQ7WcMCX.tVEAsAx.9qP1lUfzxYP_dzRiyWe6_Hm1RFqTWwlsTOQY4QxkZSy4MeQXotCkmOxufeV1\",\n    \"archivedDate\": \"3309-04-01 23:44:22\"\n  },\n  {\n    \"id\": \"7hXp6WWGIP8hEFvvvRaJUV9HulYvOtL88bTdb_D12fqeH6y_WQL-c7AXhNi6kBbdupDM.gfGyaRf7gRWmdVcJFZhrBQ0rZkqKTUIjHHCjOC6iYAwXNJxuwuRlPoBKAIGR5yUeMLDxHAM1fNCcPJbYKuOFzcFf8tG9idXH6dMWTrjfbxB7xln.u4yqjnHQf4j2UaQcltX8nib_dC9-8VBIl1WPMoJrDklhKki4fT_.RAqyHfF3RA\",\n    \"type\": \"<string>\",\n    \"name\": \"<string>\",\n    \"displayName\": \"<string>\",\n    \"description\": \"<string>\",\n    \"displayDescription\": \"<string>\",\n    \"state\": \"ready\",\n    \"reached_state_date\": \"5465-12-21 20:10:44\",\n    \"last_update_date\": \"9663-03-07 23:49:05\",\n    \"dueDate\": \"5625-12-31 14:00:55\",\n    \"priority\": \"<string>\",\n    \"processId\": \"8V95TYrV7VFABHgCW3dBKXBhtwij3_9ilMKT_cUYLa2.XUGqQe7pYBA7BpejIQECPtrCR8z0yDr64XSoKoEeqDqiBhjfQ16.EI65JZYKeFi.FhiUogv1hfpLTACKhx0-my4UKUVQppyLQM5M7awBnk1D4n95KfL78ZlolfvwE\",\n    \"parentCaseId\": \"9608-a-1YLiCs1OvEyQTzdklUH0J_n_0adD_bjEoZvvEb.2_eaI4flH6r5.hQULHhKwL1_W2QpGF0TbvyWHh3-cfsN9_thcAV0wk8AgaZDDS17.4YfhOJ4jO0NBHLehllMu19FRnlMl5OaJ6W9Esyy4cHJe6U-4tG43jjDsB2vwLsZsMg-AoNYK-8eQLiIou_ImoL2FCp0wzTRqwdSwhaRhAR\",\n    \"parentTaskId\": \"j8.YYS31Qhp8Glo4KJ39B2F3EuvRQ516A1PTCe4KYw2RDAhh05NLPZbcVA2r818.lK7uPebbBIqPPcjiP059qNj8X9fz5IjHLWCiK66lHXHDWyBXmf.vDlxow_WcAotBAZy0MHmQV7yy4AUH81ctfUbKeBXqUTPNMGOC8o2VF02k6h5VcNBtANujjqLxBFrHGBJS.rZ1yVium77tLSv5AKWzXWBOWMvUHKzf9j2M7rnseRfX__Th\",\n    \"rootCaseId\": \"LLSFAz54AsS8khWRflE2lNt98_DgR078ZQxKbs9eA-g-3_7efEUjVIJoHf1jOM.mVFLL0uGuP39urlbc7xk9GePqJxWyGEb_Ft5O-SHlz3GrP-b08GDctV5iPoK0dQac3oXqlec9oRGUA2LDFAdpcUw82Ot1eTpw3gF11zS-UwKobSeXMHoMDgaxiFgaQqjZzbdC04Aww9\",\n    \"rootContainerId\": \"sksSOAd7qDb20acZEDMjcIhuExgfc-h3xAqgh-jezdBxMNx7Iv1gTQ7Htf3bWSXoLe35D9V-68LGf-sXCU3AM6Iwmm8M8dyI2T1tceWFWgHje69TZc9RVh2pkJIubFcaRdrADDWVwG_E9iR0AvqgiwL35zA9iqeDRnrCw18bhkdcpr0wPR\",\n    \"executedBy\": \"mKGS9.XwirgGsSATlQLLBQFHKN_PXApJD_LR93fg2YlWUMRokPsSFUCaDr8nDJJiuaiCE8.h9pvGwB\",\n    \"executedBySubstitute\": \"<string>\",\n    \"actorId\": \"xuHpmUN55r-lhJOwdOcVQ0e8ZoRNb7-ft03GNwU3uUD3_-0sxwHSkNdYbsCYTY5hkCo8Gpd2a\",\n    \"assigned_id\": \"rOcFDC0cheNNlDK1fshlLvmQd\",\n    \"assigned_date\": \"1832-01-30 23:07:45\",\n    \"isTerminal\": \"<boolean>\",\n    \"sourceObjectId\": \"jqcjkaE4v5T_.jI8p6aTDubIbwWyvMHxwtmZvoreShb_c4.b1guH71pAaNbtiWdx0MHVUnhCA86RB5XuEj8UmgZUDyhmHkStXfY7xM.qeKFlbJ.a_CtYDN4SlchF5vHtHktLuNWdQs6otMSP78wXKsR-VBydxzQ82uUoIK19wxo2iQUl7CxlL8rt\",\n    \"archivedDate\": \"5064-10-03 10:36:40\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "e1442dc8-3444-4bb9-9fd1-e6739458861b",
                                            "name": "Bad request.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "archivedTask"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "29c284e7-b4bb-49ae-9fac-5e12c1bfa7ac",
                                            "name": "Authorization information is missing or invalid.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "archivedTask"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "edc2bdd0-f3c9-494e-bf86-be0ec894667d",
                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "archivedTask"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "af331e49-8948-467e-bfad-b7f87355af4e",
                                            "name": "Unexpected error.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "archivedTask"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "6b022ff7-29bc-45d2-9031-b4a1605e5bba",
                                            "name": "Finds the ArchivedTask by ID",
                                            "request": {
                                                "name": "Finds the ArchivedTask by ID",
                                                "description": {
                                                    "content": "Returns the single ArchivedTask for the given ID\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "archivedTask",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ID of the ArchivedTask to return",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "26b29d6d-93b5-4624-8f5e-db0f77af33de",
                                                    "name": "Success",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedTask",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ArchivedTask to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"id\": \"vIDqbw9ARe8d5FRW7WL1XmhfSuk.CilN6_HlZmQwDY6.-AkQfuo17UBmxATE.jhk6FGlvesu4mI7sIgk989oPRGF566gHTGN5NbmLazKPPLE2v34JXTtZ3D.qm-iRLYJ3sRmQJqX6x93NTELE-H8Wr_b_WSKb3dV74F4nShHcN22fjE7LW06UocqNxYRs9747N\",\n  \"type\": \"<string>\",\n  \"name\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"description\": \"<string>\",\n  \"displayDescription\": \"<string>\",\n  \"state\": \"ready\",\n  \"reached_state_date\": \"3287-05-31 14:45:42\",\n  \"last_update_date\": \"5539-11-15 20:08:29\",\n  \"dueDate\": \"6681-12-23 14:15:42\",\n  \"priority\": \"<string>\",\n  \"processId\": \"g_deBhgjRis0ReDJQHDMi3SByDyv_e0jJ4PkGy4GEbes8AZX-m6BAkfCeqaXn8wPZ5maOSwEAEhs3lSmYh2cApgJ48kPA2PowuFyEKGkUm0E5iOymINOjTTaXIH0_nxrfhmGr0PutbZRc0I0M8yz18eeYMnVHz8Baza6IOc0rkhtOW889-oBgn2v9Wdsq2jqh19I4EK1yOVerUsBM1lIGePhw1lJygqQPLN_Zye\",\n  \"parentCaseId\": \".GVxy-GdGU3wDngtJKVe00MGPqFBPFUBdvy_2xR1CJatmaMwUXwCK09xcYwTwxGtOkTnUGk4177AxLy6NwOBBRqY0AcW7z6P8YJTG40s0teG4nc0S-.1Q-sTMxBpXR5oW.ay99jBBxrx6a4kFzZTbwrfz-tIKqzEWj7W_z2Qla45tAwtUzOlAD2uSnWEujtebsyLZ9\",\n  \"parentTaskId\": \"BIlf80sFJrUOclmp5PC5u-9UZvIFkNV0m\",\n  \"rootCaseId\": \"Be2kRs9mUg4O4dXjacYa2VVXDi6TJDlviM2uCRea4-EskdDazk3V8yH0sykrxGFHesVppkPZo7Y2C487DhwJogR1EgYlSWsHtVUJeJ-7ZGxDa\",\n  \"rootContainerId\": \"L0yvFpP\",\n  \"executedBy\": \"BauHeB0CL511Q2P9jK1cz9-CJtCPvVAOkJvpSwcLHxK1jWpDSytemnTIeS\",\n  \"executedBySubstitute\": \"<string>\",\n  \"actorId\": \"igeYutzSMxvvm9feVvmAomfbcrO-TyrQ6K6BN8l6RUfdD3bk1FbHLVNyLyNtDj_zh2mnqGrJ1gUeqt7x5R\",\n  \"assigned_id\": \"s4TiDsP-BJjkfPnEUVRmLMjMby8asNxjnljj-7A2V0NUEG6MfRuFqsqH4uMHwdohOsqzdIbx.JXWKCaZWVRFoFpZonF1pLTe8a07.bTkLmbh0.9i87MmktqFoT-.Q92_Ef23RxZK0bibLC-KYvHJ9-4r60ibsv7I6Gzfz\",\n  \"assigned_date\": \"9380-11-16 05:17:08\",\n  \"isTerminal\": \"<boolean>\",\n  \"sourceObjectId\": \"zJZZptWp_xmQWWKmtHYjiJhwgPcMCah-ULCVLfNICzY-LZKm4Ygh37Fygs9KsNeroZbrA3itL4.E-rax5mCPKe2D6_mARMgCH4KolOPkaPBs9ykyP54VWnw7ToBtWHLF4KtmkDn0RUqJFBKEVlxxdD94WtrTy.mmJer1V4VWLzh7ERhavgWDb\",\n  \"archivedDate\": \"4241-02-03 20:52:45\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "b09a7919-be4a-4834-b769-aef94b048a5f",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedTask",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ArchivedTask to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "1de6883a-0c2a-42bd-a4b5-6435237cf91b",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedTask",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ArchivedTask to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "cf2e62dd-e2ce-4e49-9fb5-0f513850a99e",
                                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedTask",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ArchivedTask to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "75207c36-1e2e-4461-af3a-f495ef2a1b12",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedTask",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ArchivedTask to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "b09922ee-97b2-421d-baa8-c5f69f1cf092",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedTask",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ArchivedTask to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "activityVariable",
                            "description": "",
                            "item": [
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "name": "{variableName}",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "03a86fb0-e015-4e12-9fb9-5679f65e99b8",
                                                    "name": "Finds the ActivityVariable by ID",
                                                    "request": {
                                                        "name": "Finds the ActivityVariable by ID",
                                                        "description": {
                                                            "content": "Returns the single ActivityVariable for the given ID\n",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "activityVariable",
                                                                ":id",
                                                                ":variableName"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) The identifier of the activity from which to retrieve the variable",
                                                                        "type": "text/plain"
                                                                    }
                                                                },
                                                                {
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "variableName",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) The name of the variable to retrieve",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "bf79783c-f1f4-47bf-abdb-5108f18235ca",
                                                            "name": "Success",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "activityVariable",
                                                                        ":id",
                                                                        ":variableName"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) The identifier of the activity from which to retrieve the variable",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "id"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) The name of the variable to retrieve",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "variableName"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"id\": \"kHYSQhiokTkdotLdaLwWnI2BtPn485KAXs.zLqgCH0IppIqwddVhHZEvEBiEHJjAy2N1mJF3eP3ztsucP_f-O86WMu7dT1kZ\",\n  \"id_string\": \"gfH_AiFw1EYjebGz4f0s1WUHMWawPjjCFLYmwsq1C5.utoP9ykxKYAB83J-_AO_Y2DV3Wa-o88D.xFvOx7yAjqdm_2X2.5cWYMZ7zRMVTgcQfHBx8rxFtzG_IXSddh1Pl0jk.RUjYaNwUDJxRcGNrtLh6iAGBVbRuiu.IHt0iCUxoQdrwdi7_sR-MfFZHV\",\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"transientData\": \"<string>\",\n  \"className\": \"<string>\",\n  \"containerId\": \"<string>\",\n  \"containerId_string\": \"<string>\",\n  \"containerType\": \"ACTIVITY_INSTANCE\",\n  \"value\": \"<string>\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "a9ba0001-df2e-4166-b21d-dfd9ec9385a8",
                                                            "name": "Bad request.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "activityVariable",
                                                                        ":id",
                                                                        ":variableName"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) The identifier of the activity from which to retrieve the variable",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "id"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) The name of the variable to retrieve",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "variableName"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Bad Request",
                                                            "code": 400,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "f582ecd7-d278-4c9b-b47f-ae64ae1cd4f5",
                                                            "name": "Authorization information is missing or invalid.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "activityVariable",
                                                                        ":id",
                                                                        ":variableName"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) The identifier of the activity from which to retrieve the variable",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "id"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) The name of the variable to retrieve",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "variableName"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Unauthorized",
                                                            "code": 401,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "1d8a466f-e55b-4896-b2aa-79ecce6772a3",
                                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "activityVariable",
                                                                        ":id",
                                                                        ":variableName"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) The identifier of the activity from which to retrieve the variable",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "id"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) The name of the variable to retrieve",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "variableName"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Forbidden",
                                                            "code": 403,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "29994838-c536-42dc-b29e-c5c54fd95440",
                                                            "name": "The resource for the specified ID was not found.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "activityVariable",
                                                                        ":id",
                                                                        ":variableName"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) The identifier of the activity from which to retrieve the variable",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "id"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) The name of the variable to retrieve",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "variableName"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Not Found",
                                                            "code": 404,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "82396766-fb34-43f9-8ad3-25470d007aeb",
                                                            "name": "Unexpected error.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "activityVariable",
                                                                        ":id",
                                                                        ":variableName"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) The identifier of the activity from which to retrieve the variable",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "id"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) The name of the variable to retrieve",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "variableName"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Internal Server Error",
                                                            "code": 500,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "archivedActivityVariable",
                            "description": "",
                            "item": [
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "name": "{variableName}",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "b6fe7a0d-59bc-44ad-8d23-77c2962ceaf4",
                                                    "name": "Finds the ArchivedActivityVariable by case ID and name",
                                                    "request": {
                                                        "name": "Finds the ArchivedActivityVariable by case ID and name",
                                                        "description": {
                                                            "content": "Since 2022.1\n\nReturns the single ArchivedActivityVariable for the given activity ID and variable name\n",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedActivityVariable",
                                                                ":id",
                                                                ":variableName"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) The identifier of the activity from which to retrieve the variable",
                                                                        "type": "text/plain"
                                                                    }
                                                                },
                                                                {
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "variableName",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) The name of the variable to retrieve",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "43ffa8ea-904c-4961-b955-9b49002b1f63",
                                                            "name": "Success",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "archivedActivityVariable",
                                                                        ":id",
                                                                        ":variableName"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) The identifier of the activity from which to retrieve the variable",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "id"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) The name of the variable to retrieve",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "variableName"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"type\": \"<string>\",\n  \"containerId\": \"<string>\",\n  \"containerType\": \"<string>\",\n  \"value\": \"<string>\",\n  \"archivedDate\": \"<string>\",\n  \"sourcedObjectId\": \"<string>\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "4a591fb2-4d86-4311-baa6-8d2e7a0d1cde",
                                                            "name": "Bad request.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "archivedActivityVariable",
                                                                        ":id",
                                                                        ":variableName"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) The identifier of the activity from which to retrieve the variable",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "id"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) The name of the variable to retrieve",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "variableName"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Bad Request",
                                                            "code": 400,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "27585a1b-3e69-4f00-bd5a-c9c8ef8fa46a",
                                                            "name": "Authorization information is missing or invalid.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "archivedActivityVariable",
                                                                        ":id",
                                                                        ":variableName"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) The identifier of the activity from which to retrieve the variable",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "id"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) The name of the variable to retrieve",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "variableName"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Unauthorized",
                                                            "code": 401,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "6d455764-1ce4-4c98-be91-6497f5233b75",
                                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "archivedActivityVariable",
                                                                        ":id",
                                                                        ":variableName"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) The identifier of the activity from which to retrieve the variable",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "id"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) The name of the variable to retrieve",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "variableName"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Forbidden",
                                                            "code": 403,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "14c74b98-1175-42ce-95cd-392ab255b518",
                                                            "name": "The resource for the specified ID was not found.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "archivedActivityVariable",
                                                                        ":id",
                                                                        ":variableName"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) The identifier of the activity from which to retrieve the variable",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "id"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) The name of the variable to retrieve",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "variableName"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Not Found",
                                                            "code": 404,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "7b759581-0f74-43a3-986e-a96d42ccfb67",
                                                            "name": "Unexpected error.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "archivedActivityVariable",
                                                                        ":id",
                                                                        ":variableName"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) The identifier of the activity from which to retrieve the variable",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "id"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) The name of the variable to retrieve",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "variableName"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Internal Server Error",
                                                            "code": 500,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "caseVariable",
                            "description": "",
                            "item": [
                                {
                                    "id": "e5943879-2a37-4ed1-88c4-c56d36352a49",
                                    "name": "Finds ProcessInstance Variables",
                                    "request": {
                                        "name": "Finds ProcessInstance Variables",
                                        "description": {
                                            "content": "Finds ProcessInstance Variables with pagination params and filters\n",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "API",
                                                "bpm",
                                                "caseVariable"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) index of the page to display",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "p",
                                                    "value": "0"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) maximum number of elements to retrieve",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "c",
                                                    "value": "20"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "OrKOIemKmRkbOx4e66sJImbWGQpiG09GR%RSKuHimY6RKvneI%xj9qTCbyIwSPgLCQqK1uDO05bdI0SNgZ7Bg1QTkW9dK0O655BK6lZY5maKUPszsczKGRE6Atfb6jFcpUFoAY8IsdpSUGDoCRtTKNZe9o1E%dktcAypG%b99rEI1WHdTxeT0YZY%HPvV3lf09ggm62qj0BZuo21XXDfSiPI9eX3N07kptV4ccvj0yUftTdLz"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "x62n%OFSzf6dRdC8"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "e4135f34-7dc0-4a5a-9dd1-8fd802b4ead2",
                                            "name": "Success",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "caseVariable"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "The total number of matching items",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "Content-Range",
                                                    "value": "<long>"
                                                }
                                            ],
                                            "body": "[\n  {\n    \"description\": \"<string>\",\n    \"name\": \"<string>\",\n    \"value\": \"<string>\",\n    \"case_id\": \"<string>\",\n    \"type\": \"<string>\"\n  },\n  {\n    \"description\": \"<string>\",\n    \"name\": \"<string>\",\n    \"value\": \"<string>\",\n    \"case_id\": \"<string>\",\n    \"type\": \"<string>\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "f9c321f6-2c36-49f7-b250-f70868d9fa2d",
                                            "name": "Bad request.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "caseVariable"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "da724dc5-2848-4568-9638-aa280804fe15",
                                            "name": "Authorization information is missing or invalid.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "caseVariable"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "b6a9464f-ac46-4797-b4ca-38b6b802eef1",
                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "caseVariable"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "95acd123-ea18-4833-9e4d-e96d756c12eb",
                                            "name": "Unexpected error.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "caseVariable"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "name": "{variableName}",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "107b341a-0cf0-413d-aa5d-f21b1ea2066d",
                                                    "name": "Finds the Variable by ProcessInstance ID",
                                                    "request": {
                                                        "name": "Finds the Variable by ProcessInstance ID",
                                                        "description": {
                                                            "content": "Returns the single Variable for the given ProcessInstance ID\n",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "caseVariable",
                                                                ":id",
                                                                ":variableName"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) The identifier of the process instance from which to retrieve the variable",
                                                                        "type": "text/plain"
                                                                    }
                                                                },
                                                                {
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "variableName",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) The name of the variable to retrieve",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "88f084c7-e89d-47cd-b921-84638470617d",
                                                            "name": "Success",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "caseVariable",
                                                                        ":id",
                                                                        ":variableName"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) The identifier of the process instance from which to retrieve the variable",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "id"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) The name of the variable to retrieve",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "variableName"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"description\": \"<string>\",\n  \"name\": \"<string>\",\n  \"value\": \"<string>\",\n  \"case_id\": \"<string>\",\n  \"type\": \"<string>\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "6bdb4dc2-1706-41dd-bf68-abed6aa72744",
                                                            "name": "Bad request.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "caseVariable",
                                                                        ":id",
                                                                        ":variableName"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) The identifier of the process instance from which to retrieve the variable",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "id"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) The name of the variable to retrieve",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "variableName"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Bad Request",
                                                            "code": 400,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "3e4ccf3e-9639-46b6-9188-3537787d0732",
                                                            "name": "Authorization information is missing or invalid.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "caseVariable",
                                                                        ":id",
                                                                        ":variableName"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) The identifier of the process instance from which to retrieve the variable",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "id"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) The name of the variable to retrieve",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "variableName"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Unauthorized",
                                                            "code": 401,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "2b77f276-6049-4f79-b956-9d09bf56465f",
                                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "caseVariable",
                                                                        ":id",
                                                                        ":variableName"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) The identifier of the process instance from which to retrieve the variable",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "id"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) The name of the variable to retrieve",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "variableName"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Forbidden",
                                                            "code": 403,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "015fbc62-f68a-4a03-89a6-8335c7b35f31",
                                                            "name": "The resource for the specified ID was not found.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "caseVariable",
                                                                        ":id",
                                                                        ":variableName"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) The identifier of the process instance from which to retrieve the variable",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "id"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) The name of the variable to retrieve",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "variableName"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Not Found",
                                                            "code": 404,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "ad35ddb7-b390-4b36-9dd5-ad47b6c6a0db",
                                                            "name": "Unexpected error.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "caseVariable",
                                                                        ":id",
                                                                        ":variableName"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) The identifier of the process instance from which to retrieve the variable",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "id"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) The name of the variable to retrieve",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "variableName"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Internal Server Error",
                                                            "code": 500,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                },
                                                {
                                                    "id": "dcf751a6-5a8d-4e44-a342-070eca35c52f",
                                                    "name": "Update a Variable by ProcessInstance ID",
                                                    "request": {
                                                        "name": "Update a Variable by ProcessInstance ID",
                                                        "description": {
                                                            "content": "Update the variable for the given ProcessInstance ID.\n\n**Warning** : only following types are supported for javaTypeclassname: `java.lang.String`, `java.lang.Integer`, `java.lang.Double`, `java.lang.Long`, `java.lang.Boolean`, `java.util.Date`\n",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "caseVariable",
                                                                ":id",
                                                                ":variableName"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) The identifier of the process instance from which to retrieve the variable",
                                                                        "type": "text/plain"
                                                                    }
                                                                },
                                                                {
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "variableName",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) The name of the variable to retrieve",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"type\": \"<string>\",\n  \"value\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "f1723cc0-2299-4bb1-9943-ae09def2afb2",
                                                            "name": "OK",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "caseVariable",
                                                                        ":id",
                                                                        ":variableName"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) The identifier of the process instance from which to retrieve the variable",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "id"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) The name of the variable to retrieve",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "variableName"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "PUT",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"type\": \"<string>\",\n  \"value\": \"<string>\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "b72c5cfb-cc38-43bb-8611-6a60851072e3",
                                                            "name": "Bad request.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "caseVariable",
                                                                        ":id",
                                                                        ":variableName"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) The identifier of the process instance from which to retrieve the variable",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "id"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) The name of the variable to retrieve",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "variableName"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "PUT",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"type\": \"<string>\",\n  \"value\": \"<string>\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Bad Request",
                                                            "code": 400,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "46e6831c-f570-4e23-8f99-599dc553706d",
                                                            "name": "Authorization information is missing or invalid.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "caseVariable",
                                                                        ":id",
                                                                        ":variableName"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) The identifier of the process instance from which to retrieve the variable",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "id"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) The name of the variable to retrieve",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "variableName"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "PUT",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"type\": \"<string>\",\n  \"value\": \"<string>\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Unauthorized",
                                                            "code": 401,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "6fdd5e33-fb4f-41a9-95c3-2c173eb6fedf",
                                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "caseVariable",
                                                                        ":id",
                                                                        ":variableName"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) The identifier of the process instance from which to retrieve the variable",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "id"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) The name of the variable to retrieve",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "variableName"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "PUT",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"type\": \"<string>\",\n  \"value\": \"<string>\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Forbidden",
                                                            "code": 403,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "5fed25cd-db3f-4858-9a95-287e4a8de682",
                                                            "name": "The resource for the specified ID was not found.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "caseVariable",
                                                                        ":id",
                                                                        ":variableName"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) The identifier of the process instance from which to retrieve the variable",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "id"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) The name of the variable to retrieve",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "variableName"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "PUT",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"type\": \"<string>\",\n  \"value\": \"<string>\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Not Found",
                                                            "code": 404,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "928cd0de-b966-4aa6-b89b-d1c21d672925",
                                                            "name": "Unexpected error.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "caseVariable",
                                                                        ":id",
                                                                        ":variableName"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) The identifier of the process instance from which to retrieve the variable",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "id"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) The name of the variable to retrieve",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "variableName"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "PUT",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"type\": \"<string>\",\n  \"value\": \"<string>\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Internal Server Error",
                                                            "code": 500,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "archivedCaseVariable",
                            "description": "",
                            "item": [
                                {
                                    "id": "35a26409-a8a2-4c95-8e6b-9896eb822a5c",
                                    "name": "Finds ArchivedProcessInstance Variables",
                                    "request": {
                                        "name": "Finds ArchivedProcessInstance Variables",
                                        "description": {
                                            "content": "Since 2022.1\n\nFinds ArchivedProcessInstance Variables with pagination params and filters\n",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "API",
                                                "bpm",
                                                "archivedCaseVariable"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) index of the page to display",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "p",
                                                    "value": "0"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) maximum number of elements to retrieve",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "c",
                                                    "value": "20"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) Filter for the case id before it was archived (eg: case_id=10001 )",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "ypprQ%5drDt2QCPQpbL7UB"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "75ff62f7-8585-4966-a1de-efd8c45d02ec",
                                            "name": "Success",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "archivedCaseVariable"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) Filter for the case id before it was archived (eg: case_id=10001 )",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "ypprQ%5drDt2QCPQpbL7UB"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "The total number of matching items",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "Content-Range",
                                                    "value": "<long>"
                                                }
                                            ],
                                            "body": "[\n  {\n    \"name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"type\": \"<string>\",\n    \"case_id\": \"<string>\",\n    \"value\": \"<string>\",\n    \"archivedDate\": \"<string>\",\n    \"sourcedObjectId\": \"<string>\"\n  },\n  {\n    \"name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"type\": \"<string>\",\n    \"case_id\": \"<string>\",\n    \"value\": \"<string>\",\n    \"archivedDate\": \"<string>\",\n    \"sourcedObjectId\": \"<string>\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "d0a58697-4a66-4508-9a54-130a3a2cb7fc",
                                            "name": "Bad request.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "archivedCaseVariable"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) Filter for the case id before it was archived (eg: case_id=10001 )",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "ypprQ%5drDt2QCPQpbL7UB"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "563417a5-7b34-4c91-b5e2-9124e14af2d9",
                                            "name": "Authorization information is missing or invalid.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "archivedCaseVariable"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) Filter for the case id before it was archived (eg: case_id=10001 )",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "ypprQ%5drDt2QCPQpbL7UB"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "c24b596f-5d42-4b32-a739-e2ee46ccd3dd",
                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "archivedCaseVariable"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) Filter for the case id before it was archived (eg: case_id=10001 )",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "ypprQ%5drDt2QCPQpbL7UB"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "4c4f7e23-2465-4448-8802-2cdc2700d9e3",
                                            "name": "Unexpected error.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "archivedCaseVariable"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) Filter for the case id before it was archived (eg: case_id=10001 )",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "ypprQ%5drDt2QCPQpbL7UB"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "name": "{variableName}",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "668a95a8-9d6d-4e6f-b380-646531c5fd55",
                                                    "name": "Finds an archived Variable by ProcessInstance ID and variable name",
                                                    "request": {
                                                        "name": "Finds an archived Variable by ProcessInstance ID and variable name",
                                                        "description": {
                                                            "content": "Since 2022.1\n\nReturns the single ArchivedProcessInstanceVariable for the given ProcessInstance ID and variable name\n",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedCaseVariable",
                                                                ":id",
                                                                ":variableName"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) The identifier of the process instance from which to retrieve the archived variable",
                                                                        "type": "text/plain"
                                                                    }
                                                                },
                                                                {
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "variableName",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) The name of the archived variable to retrieve",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "4b4caeae-3798-4052-bcff-868f989d48cf",
                                                            "name": "Success",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "archivedCaseVariable",
                                                                        ":id",
                                                                        ":variableName"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) The identifier of the process instance from which to retrieve the archived variable",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "id"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) The name of the archived variable to retrieve",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "variableName"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"type\": \"<string>\",\n  \"case_id\": \"<string>\",\n  \"value\": \"<string>\",\n  \"archivedDate\": \"<string>\",\n  \"sourcedObjectId\": \"<string>\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "7783739b-cd7d-4dc8-82d6-4e9cc62865a7",
                                                            "name": "Bad request.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "archivedCaseVariable",
                                                                        ":id",
                                                                        ":variableName"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) The identifier of the process instance from which to retrieve the archived variable",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "id"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) The name of the archived variable to retrieve",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "variableName"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Bad Request",
                                                            "code": 400,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "af36aa00-24a7-4cd8-b322-063346a96d14",
                                                            "name": "Authorization information is missing or invalid.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "archivedCaseVariable",
                                                                        ":id",
                                                                        ":variableName"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) The identifier of the process instance from which to retrieve the archived variable",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "id"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) The name of the archived variable to retrieve",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "variableName"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Unauthorized",
                                                            "code": 401,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "96d00481-a524-42db-bc7c-421d35368816",
                                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "archivedCaseVariable",
                                                                        ":id",
                                                                        ":variableName"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) The identifier of the process instance from which to retrieve the archived variable",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "id"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) The name of the archived variable to retrieve",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "variableName"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Forbidden",
                                                            "code": 403,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "c826bedd-4907-4a92-aae6-49c56e533776",
                                                            "name": "The resource for the specified ID was not found.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "archivedCaseVariable",
                                                                        ":id",
                                                                        ":variableName"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) The identifier of the process instance from which to retrieve the archived variable",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "id"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) The name of the archived variable to retrieve",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "variableName"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Not Found",
                                                            "code": 404,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "0348babc-5ff7-48b1-8ca4-ab990f47beb1",
                                                            "name": "Unexpected error.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "archivedCaseVariable",
                                                                        ":id",
                                                                        ":variableName"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) The identifier of the process instance from which to retrieve the archived variable",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "id"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) The name of the archived variable to retrieve",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "variableName"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Internal Server Error",
                                                            "code": 500,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "caseDocument",
                            "description": "",
                            "item": [
                                {
                                    "id": "9673d5f9-a2ff-4c51-84da-ffeea681acb1",
                                    "name": "Finds ProcessInstanceDocuments",
                                    "request": {
                                        "name": "Finds ProcessInstanceDocuments",
                                        "description": {
                                            "content": "Finds ProcessInstanceDocuments with pagination params and filters\n\nIt is possible to filter on three parameters: `submittedBy`, `name` and `description`.\n\n * `submittedBy=\"id\"`: search for documents that were submitted by the user with the specified identifier.\n * `name=\"string\"`: search for documents with names that contain _string_.\n   Depending on the setting for [word-based search](https://documentation.bonitasoft.com/bonita/latest/api/using-list-and-search-methods#word_based_search), the search returns documents with _string_ at the start of the name or the start of a word in the name.\n * `description=\"string\"`: search for documents with descriptions that contain _string_.\n   Depending on the setting for [word-based search](https://documentation.bonitasoft.com/bonita/latest/api/using-list-and-search-methods#word_based_search), the search returns documents with _string_ at the start of the description or the start of a word in the description.\n",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "API",
                                                "bpm",
                                                "caseDocument"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) index of the page to display",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "p",
                                                    "value": "0"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) maximum number of elements to retrieve",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "c",
                                                    "value": "20"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "OrKOIemKmRkbOx4e66sJImbWGQpiG09GR%RSKuHimY6RKvneI%xj9qTCbyIwSPgLCQqK1uDO05bdI0SNgZ7Bg1QTkW9dK0O655BK6lZY5maKUPszsczKGRE6Atfb6jFcpUFoAY8IsdpSUGDoCRtTKNZe9o1E%dktcAypG%b99rEI1WHdTxeT0YZY%HPvV3lf09ggm62qj0BZuo21XXDfSiPI9eX3N07kptV4ccvj0yUftTdLz"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "x62n%OFSzf6dRdC8"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "3ce9f97b-65ad-4fdd-ac10-1ab128b5b310",
                                            "name": "Success",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "caseDocument"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "The total number of matching items",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "Content-Range",
                                                    "value": "<long>"
                                                }
                                            ],
                                            "body": "[\n  {\n    \"id\": \"<string>\",\n    \"creationDate\": \"<string>\",\n    \"author\": \"<string>\",\n    \"index\": \"<string>\",\n    \"contentMimetype\": \"<string>\",\n    \"caseId\": \"<string>\",\n    \"contentStorageId\": \"<string>\",\n    \"isInternal\": \"<boolean>\",\n    \"description\": \"<string>\",\n    \"name\": \"<string>\",\n    \"fileName\": \"<string>\",\n    \"submittedBy\": \"<string>\",\n    \"url\": \"<string>\",\n    \"version\": \"<string>\"\n  },\n  {\n    \"id\": \"<string>\",\n    \"creationDate\": \"<string>\",\n    \"author\": \"<string>\",\n    \"index\": \"<string>\",\n    \"contentMimetype\": \"<string>\",\n    \"caseId\": \"<string>\",\n    \"contentStorageId\": \"<string>\",\n    \"isInternal\": \"<boolean>\",\n    \"description\": \"<string>\",\n    \"name\": \"<string>\",\n    \"fileName\": \"<string>\",\n    \"submittedBy\": \"<string>\",\n    \"url\": \"<string>\",\n    \"version\": \"<string>\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "c6e5b9b0-c5c1-4980-89a8-8019ed847661",
                                            "name": "Bad request.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "caseDocument"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "5695058a-e3af-4db3-a5d3-15f0c6c5b9d8",
                                            "name": "Authorization information is missing or invalid.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "caseDocument"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "916f6b77-7dc4-41bb-89fa-85767dfddf78",
                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "caseDocument"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "73e71c8f-48fe-42ff-ad55-2f5ad0b24dfb",
                                            "name": "Unexpected error.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "caseDocument"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "adee88a0-20c6-4142-94c1-a2d3996e29fe",
                                    "name": "Create the ProcessInstanceDocument",
                                    "request": {
                                        "name": "Create the ProcessInstanceDocument",
                                        "description": {
                                            "content": "Create the ProcessInstanceDocument.\n\nUse a POST method to add a document to a process instances. You can upload a document from the local file system or by URL.\nSpecify the process instance id and the document name in the payload. The document description is optional: if you do not specify a description, the description in the response is empty.\nThe response contains a version, which is managed automatically. You cannot currently retrieve a specific version of a document, only the most recent version.\nTo retrieve earlier versions of a ProcessInstanceDocument, use the archivedProcessInstanceDocument resource.\n",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "API",
                                                "bpm",
                                                "caseDocument"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"caseId\": \"<string>\",\n  \"file\": \"<string>\",\n  \"url\": \"<string>\",\n  \"name\": \"<string>\",\n  \"fileName\": \"<string>\",\n  \"description\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        },
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "abb7b9ee-3ff0-4df2-9851-f7136033f5fa",
                                            "name": "Success",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "caseDocument"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"caseId\": \"<string>\",\n  \"file\": \"<string>\",\n  \"url\": \"<string>\",\n  \"name\": \"<string>\",\n  \"fileName\": \"<string>\",\n  \"description\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"id\": \"<string>\",\n  \"creationDate\": \"<string>\",\n  \"author\": \"<string>\",\n  \"index\": \"<string>\",\n  \"contentMimetype\": \"<string>\",\n  \"caseId\": \"<string>\",\n  \"contentStorageId\": \"<string>\",\n  \"isInternal\": \"<boolean>\",\n  \"description\": \"<string>\",\n  \"name\": \"<string>\",\n  \"fileName\": \"<string>\",\n  \"submittedBy\": \"<string>\",\n  \"url\": \"<string>\",\n  \"version\": \"<string>\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "9c398bd2-b331-41cc-824b-03b31799fdc4",
                                            "name": "Bad request.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "caseDocument"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"caseId\": \"<string>\",\n  \"file\": \"<string>\",\n  \"url\": \"<string>\",\n  \"name\": \"<string>\",\n  \"fileName\": \"<string>\",\n  \"description\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "b67611b2-2853-46ec-b5f1-80289c9da736",
                                            "name": "Authorization information is missing or invalid.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "caseDocument"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"caseId\": \"<string>\",\n  \"file\": \"<string>\",\n  \"url\": \"<string>\",\n  \"name\": \"<string>\",\n  \"fileName\": \"<string>\",\n  \"description\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "6a987875-67f6-43dc-9bd0-8c61c146c019",
                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "caseDocument"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"caseId\": \"<string>\",\n  \"file\": \"<string>\",\n  \"url\": \"<string>\",\n  \"name\": \"<string>\",\n  \"fileName\": \"<string>\",\n  \"description\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "e8b75653-6b35-4417-a81a-031c6834d711",
                                            "name": "Unexpected error.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "caseDocument"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"caseId\": \"<string>\",\n  \"file\": \"<string>\",\n  \"url\": \"<string>\",\n  \"name\": \"<string>\",\n  \"fileName\": \"<string>\",\n  \"description\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "25430669-b3c3-4f7c-9355-a5900ac9ec58",
                                            "name": "Finds the ProcessInstanceDocument by ID",
                                            "request": {
                                                "name": "Finds the ProcessInstanceDocument by ID",
                                                "description": {
                                                    "content": "Returns the single ProcessInstanceDocument for the given ID.\nUse a GET method to get a document from a process instances. First you get the document information, then you download the content. To get the document information, specify the document id in the URL. The document id is created when you upload a document to a process instances. There is no payload.\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "caseDocument",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ID of the ProcessInstanceDocument to return",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "11c6f1e9-8455-45f0-90e8-a31efe029596",
                                                    "name": "\"Success \".\nThe response includes the \"url\" to use to download the content. Call the documentDownload servlet with this URL: /portal/documentDownload?fileName=doc.jpg&contentStorageId=4. Note: Since Bonita 7.10, document url fileName is now URL encoded. This will avoid errors when a document to be downloaded contains special characters in its name.\nIn the previous versions, a workaround was necessary client-side using the javascript native function \"encodeURI\" to generate document download url. You can now remove this workaround.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "caseDocument",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ProcessInstanceDocument to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"id\": \"<string>\",\n  \"creationDate\": \"<string>\",\n  \"author\": \"<string>\",\n  \"index\": \"<string>\",\n  \"contentMimetype\": \"<string>\",\n  \"caseId\": \"<string>\",\n  \"contentStorageId\": \"<string>\",\n  \"isInternal\": \"<boolean>\",\n  \"description\": \"<string>\",\n  \"name\": \"<string>\",\n  \"fileName\": \"<string>\",\n  \"submittedBy\": \"<string>\",\n  \"url\": \"<string>\",\n  \"version\": \"<string>\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "3ba5a046-b267-422d-add0-42654987316c",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "caseDocument",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ProcessInstanceDocument to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "c8658469-da88-4106-80d4-fd6a79ec04da",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "caseDocument",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ProcessInstanceDocument to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "327692e8-fd34-4366-906f-5fe4d5392a62",
                                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "caseDocument",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ProcessInstanceDocument to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "2866871d-b88b-4001-a7cc-f7e1cccdb911",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "caseDocument",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ProcessInstanceDocument to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "a6b269c9-be54-43c1-a4d6-1e0005bf8f38",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "caseDocument",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ProcessInstanceDocument to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "acdcd3fe-a003-4930-b3ce-afee10ad8998",
                                            "name": "Update the ProcessInstanceDocument by ID",
                                            "request": {
                                                "name": "Update the ProcessInstanceDocument by ID",
                                                "description": {
                                                    "content": "Update the ProcessInstanceDocument for the given ID\n\nYou update a document in a process instance by uploading a new version of the document using a PUT method. You can upload a document version from the local file system or by URL. The document name will be used in all the process instances of the process, but the combination of process instance id and document name is unique.\nIn the URL, you specify to supply the document id. This is included in the response when you first add a document to a process instances.\nThe response to PUT methods is the same as for POST methods.\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "caseDocument",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ID of the ProcessInstanceDocument to return",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "PUT",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"file\": \"<string>\",\n  \"url\": \"<string>\",\n  \"name\": \"<string>\",\n  \"fileName\": \"<string>\",\n  \"description\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "3e871912-e89a-43b5-8c11-b4460f04d23b",
                                                    "name": "OK",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "caseDocument",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ProcessInstanceDocument to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"file\": \"<string>\",\n  \"url\": \"<string>\",\n  \"name\": \"<string>\",\n  \"fileName\": \"<string>\",\n  \"description\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "171ffa41-2337-4172-9aec-36601889d85a",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "caseDocument",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ProcessInstanceDocument to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"file\": \"<string>\",\n  \"url\": \"<string>\",\n  \"name\": \"<string>\",\n  \"fileName\": \"<string>\",\n  \"description\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "e413aca3-138b-4873-b2b2-b8d01fbd9740",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "caseDocument",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ProcessInstanceDocument to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"file\": \"<string>\",\n  \"url\": \"<string>\",\n  \"name\": \"<string>\",\n  \"fileName\": \"<string>\",\n  \"description\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "3b32ee85-caea-4b54-ae67-e81ba0c99c8a",
                                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "caseDocument",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ProcessInstanceDocument to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"file\": \"<string>\",\n  \"url\": \"<string>\",\n  \"name\": \"<string>\",\n  \"fileName\": \"<string>\",\n  \"description\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "64f0b76f-c62e-4198-bfe4-4ad89bbfeca1",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "caseDocument",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ProcessInstanceDocument to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"file\": \"<string>\",\n  \"url\": \"<string>\",\n  \"name\": \"<string>\",\n  \"fileName\": \"<string>\",\n  \"description\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "ed50cef7-82d5-4371-817d-39c42298fdb7",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "caseDocument",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ProcessInstanceDocument to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"file\": \"<string>\",\n  \"url\": \"<string>\",\n  \"name\": \"<string>\",\n  \"fileName\": \"<string>\",\n  \"description\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "ca92f181-2b7c-4995-965d-62e6892994e6",
                                            "name": "Delete the ProcessInstanceDocument by ID",
                                            "request": {
                                                "name": "Delete the ProcessInstanceDocument by ID",
                                                "description": {
                                                    "content": "Delete the single ProcessInstanceDocument for the given ID\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "caseDocument",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ID of the ProcessInstanceDocument to delete",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "DELETE",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "5d00d5db-6ed5-4406-ab24-a513c291e2f7",
                                                    "name": "OK",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "caseDocument",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ProcessInstanceDocument to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "7d41af57-2572-4e90-87ae-e214c974c4d0",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "caseDocument",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ProcessInstanceDocument to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "c4e0279f-1fdb-4be6-804d-404aefefb4ce",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "caseDocument",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ProcessInstanceDocument to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "f79c72ca-01d7-484a-ae5b-dcb9c504a68f",
                                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "caseDocument",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ProcessInstanceDocument to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "16328a3a-b65d-424c-8164-4e3878e52d98",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "caseDocument",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ProcessInstanceDocument to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "0e654a17-927e-41fe-9016-f0a03cfc5e54",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "caseDocument",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ProcessInstanceDocument to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "archivedCaseDocument",
                            "description": "",
                            "item": [
                                {
                                    "id": "39058649-e317-40da-932b-ca13c0931d7d",
                                    "name": "Finds ArchivedProcessInstanceDocuments",
                                    "request": {
                                        "name": "Finds ArchivedProcessInstanceDocuments",
                                        "description": {
                                            "content": "Finds ArchivedProcessInstanceDocuments with pagination params and filters\n\nYou can filter on :\n\n* `sourceObjectId=\"id\"`: search for documents by specifying the original document id.\n  This is useful if you know the id of a ProcessInstanceDocument and you wish to retrieve all its previous versions..\n* `caseId=\"id\"`: search for documents with the specified open process instance id.\n* `archivedCaseId=\"id\"`: search for documents with the specified archived process instance id.\n* `submittedBy=\"id\"`: search for documents that were submitted by the user with the specified identifier.\n* `name=\"string\"`: search for documents with names that contain _string_.\n  Depending on the setting for [word-based search](https://documentation.bonitasoft.com/bonita/latest/api/using-list-and-search-methods#word_based_search), the search returns documents with _string_ at the start of the name or the start of a word in the name.\n* `description=\"string\"`: search for documents with descriptions that contain _string_.\n  Depending on the setting for [word-based search](https://documentation.bonitasoft.com/bonita/latest/api/using-list-and-search-methods#word_based_search), the search returns documents with _string_ at the start of the description or the start of a word in the description.\n",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "API",
                                                "bpm",
                                                "archivedCaseDocument"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) index of the page to display",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "p",
                                                    "value": "0"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) maximum number of elements to retrieve",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "c",
                                                    "value": "20"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "OrKOIemKmRkbOx4e66sJImbWGQpiG09GR%RSKuHimY6RKvneI%xj9qTCbyIwSPgLCQqK1uDO05bdI0SNgZ7Bg1QTkW9dK0O655BK6lZY5maKUPszsczKGRE6Atfb6jFcpUFoAY8IsdpSUGDoCRtTKNZe9o1E%dktcAypG%b99rEI1WHdTxeT0YZY%HPvV3lf09ggm62qj0BZuo21XXDfSiPI9eX3N07kptV4ccvj0yUftTdLz"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "x62n%OFSzf6dRdC8"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "8f1bb0a0-f8be-403c-b688-c9b07403ae94",
                                            "name": "Success",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "archivedCaseDocument"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "The total number of matching items",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "Content-Range",
                                                    "value": "<long>"
                                                }
                                            ],
                                            "body": "[\n  {\n    \"id\": \"<string>\",\n    \"creationDate\": \"<string>\",\n    \"author\": \"<string>\",\n    \"index\": \"<string>\",\n    \"contentMimetype\": \"<string>\",\n    \"caseId\": \"<string>\",\n    \"contentStorageId\": \"<string>\",\n    \"isInternal\": \"<boolean>\",\n    \"description\": \"<string>\",\n    \"name\": \"<string>\",\n    \"fileName\": \"<string>\",\n    \"submittedBy\": \"<string>\",\n    \"url\": \"<string>\",\n    \"version\": \"<string>\",\n    \"sourceObjectId\": \"<string>\",\n    \"archivedDate\": \"3991-07-30 12:45:01\"\n  },\n  {\n    \"id\": \"<string>\",\n    \"creationDate\": \"<string>\",\n    \"author\": \"<string>\",\n    \"index\": \"<string>\",\n    \"contentMimetype\": \"<string>\",\n    \"caseId\": \"<string>\",\n    \"contentStorageId\": \"<string>\",\n    \"isInternal\": \"<boolean>\",\n    \"description\": \"<string>\",\n    \"name\": \"<string>\",\n    \"fileName\": \"<string>\",\n    \"submittedBy\": \"<string>\",\n    \"url\": \"<string>\",\n    \"version\": \"<string>\",\n    \"sourceObjectId\": \"<string>\",\n    \"archivedDate\": \"9217-12-08 22:18:53\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "78cf7c36-832d-4568-8a82-23e0800932a4",
                                            "name": "Bad request.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "archivedCaseDocument"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "99962548-89ce-4272-90ce-496f4ca09361",
                                            "name": "Authorization information is missing or invalid.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "archivedCaseDocument"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "bfbebdba-d424-49e5-9a81-954571de43a0",
                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "archivedCaseDocument"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "996d5382-e850-486f-8a5b-76d5ad440f38",
                                            "name": "Unexpected error.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "archivedCaseDocument"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "38426f8b-eb5b-4dd4-a88a-a8201385a085",
                                            "name": "Delete the ArchivedProcessInstanceDocument by ID",
                                            "request": {
                                                "name": "Delete the ArchivedProcessInstanceDocument by ID",
                                                "description": {
                                                    "content": "Delete the single ArchivedProcessInstanceDocument for the given ID\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "archivedCaseDocument",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ID of the ArchivedProcessInstanceDocument to delete",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "DELETE",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "c86b3b29-d0bf-4b6e-a184-06d8264959a6",
                                                    "name": "OK",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedCaseDocument",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ArchivedProcessInstanceDocument to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "45171430-dff7-4163-947e-b82bc5238bee",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedCaseDocument",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ArchivedProcessInstanceDocument to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "c5d06031-f679-456e-9f9f-9acb39d3ddbb",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedCaseDocument",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ArchivedProcessInstanceDocument to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "e11b8338-e698-4841-834c-77b93b8180b9",
                                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedCaseDocument",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ArchivedProcessInstanceDocument to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "f33aca2f-574a-4c84-9c4f-e06e75a3890d",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedCaseDocument",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ArchivedProcessInstanceDocument to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "ac38d931-1d74-4234-8606-b044003e9ff0",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedCaseDocument",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ArchivedProcessInstanceDocument to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "actor",
                            "description": "",
                            "item": [
                                {
                                    "id": "01096f23-1033-4592-8ad9-5ceb9fb0f101",
                                    "name": "Finds Actors",
                                    "request": {
                                        "name": "Finds Actors",
                                        "description": {
                                            "content": "Finds Actors with pagination params and filters\n",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "API",
                                                "bpm",
                                                "actor"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) index of the page to display",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "p",
                                                    "value": "0"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) maximum number of elements to retrieve",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "c",
                                                    "value": "20"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "OrKOIemKmRkbOx4e66sJImbWGQpiG09GR%RSKuHimY6RKvneI%xj9qTCbyIwSPgLCQqK1uDO05bdI0SNgZ7Bg1QTkW9dK0O655BK6lZY5maKUPszsczKGRE6Atfb6jFcpUFoAY8IsdpSUGDoCRtTKNZe9o1E%dktcAypG%b99rEI1WHdTxeT0YZY%HPvV3lf09ggm62qj0BZuo21XXDfSiPI9eX3N07kptV4ccvj0yUftTdLz"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "x62n%OFSzf6dRdC8"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "21b62d8f-6cf4-4017-b0d7-5b958da3574a",
                                            "name": "Success",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "actor"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "The total number of matching items",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "Content-Range",
                                                    "value": "<long>"
                                                }
                                            ],
                                            "body": "[\n  {\n    \"id\": \"<long>\",\n    \"process_id\": \"<long>\",\n    \"description\": \"<string>\",\n    \"name\": \"<string>\",\n    \"displayName\": \"<string>\"\n  },\n  {\n    \"id\": \"<long>\",\n    \"process_id\": \"<long>\",\n    \"description\": \"<string>\",\n    \"name\": \"<string>\",\n    \"displayName\": \"<string>\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "368135fa-7d0f-4db4-adf5-c751099c3216",
                                            "name": "Bad request.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "actor"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "6aee283c-04cb-43a1-9bf9-40946cda881a",
                                            "name": "Authorization information is missing or invalid.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "actor"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "f8b20e9b-4e9f-40e7-92b2-cde7a3d22419",
                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "actor"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "9173441f-6bd4-49c4-a4b0-cbb10e3d2e9c",
                                            "name": "Unexpected error.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "actor"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "c48040b4-2612-43b6-b365-a26b46f5774c",
                                            "name": "Finds the Actor by ID",
                                            "request": {
                                                "name": "Finds the Actor by ID",
                                                "description": {
                                                    "content": "Returns the single Actor for the given ID\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "actor",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ID of the Actor to return",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "61aae59e-12c3-4a2c-b46c-dfdd8f322514",
                                                    "name": "Success",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "actor",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Actor to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"id\": \"<long>\",\n  \"process_id\": \"<long>\",\n  \"description\": \"<string>\",\n  \"name\": \"<string>\",\n  \"displayName\": \"<string>\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "53a50cd1-0a60-43ee-a7d6-aef10633c1a4",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "actor",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Actor to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "3eace1e6-90c0-4972-86a1-d61e12fafe89",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "actor",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Actor to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "0c671b46-fc71-41e9-b123-058ea3f3a89e",
                                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "actor",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Actor to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "dcb938f2-f030-4b8f-abc9-a730125f3891",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "actor",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Actor to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "3ada8e82-e792-474b-9d73-9b6e3723cc01",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "actor",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Actor to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "bfa50289-5a51-479e-87fe-bad9cd636ab3",
                                            "name": "Update the Actor by ID",
                                            "request": {
                                                "name": "Update the Actor by ID",
                                                "description": {
                                                    "content": "Update the Actor for the given ID\n\nWarning: as of 9.0.0, updating an Actor using this API is deprecated.\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "actor",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ID of the Actor to return",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "PUT",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"displayName\": \"<string>\",\n  \"description\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "f1c78468-66b6-4fd5-9ff2-17ee45b31e43",
                                                    "name": "OK",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "actor",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Actor to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"displayName\": \"<string>\",\n  \"description\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "07b9fff5-3e38-4099-a320-eb466b5acb78",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "actor",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Actor to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"displayName\": \"<string>\",\n  \"description\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "4973dcca-4be5-49be-b97c-41be9940fe71",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "actor",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Actor to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"displayName\": \"<string>\",\n  \"description\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "8fcc1389-cd08-4b4c-95f8-a3694fb74f68",
                                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "actor",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Actor to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"displayName\": \"<string>\",\n  \"description\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "17e99cc1-462b-45fc-a547-d915b233a922",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "actor",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Actor to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"displayName\": \"<string>\",\n  \"description\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "939edc63-f2a0-4b27-a777-6b71f96d41ba",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "actor",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Actor to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"displayName\": \"<string>\",\n  \"description\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "actorMember",
                            "description": "",
                            "item": [
                                {
                                    "id": "a7b4dff2-6715-4a7b-b19d-ce73a6e5ac70",
                                    "name": "Finds ActorMembers",
                                    "request": {
                                        "name": "Finds ActorMembers",
                                        "description": {
                                            "content": "Finds ActorMembers with pagination params and filters\n\nThere is a **mandatory** filter on:\n\n* `actor_id` For example, retrieve the actorMembers related to the specified actor_id. http://localhost:8080/bonita/API/bpm/actorMember?p=0&c=10&f=actor_id%3d1\n\nYou can also filter also on:\n\n* `member_type` (user|role|group|roleAndGroup) retrieve only the actorMembers of type user. `/API/bpm/actorMember?p=0&c=10&f=actor_id%3d1&f=member_type%3duser`\n* `user_id`: retrieve only the actorMembers related to the specified user_id. `/API/bpm/actorMember?p=0&c=10&f=actor_id%3d1&f=user_id%3d101`\n* `role_id`: retrieve only the actorMembers related to the specified role_id. `/API/bpm/actorMember?p=0&c=10&f=actor_id%3d1&f=role_id%3d101`\n* `group_id`: retrieve only the actorMembers related to the specified group_id. `/API/bpm/actorMember?p=0&c=10&f=actor_id%3d1&f=group_id%3d101`\n",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "API",
                                                "bpm",
                                                "actorMember"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) index of the page to display",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "p",
                                                    "value": "0"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) maximum number of elements to retrieve",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "c",
                                                    "value": "20"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "OrKOIemKmRkbOx4e66sJImbWGQpiG09GR%RSKuHimY6RKvneI%xj9qTCbyIwSPgLCQqK1uDO05bdI0SNgZ7Bg1QTkW9dK0O655BK6lZY5maKUPszsczKGRE6Atfb6jFcpUFoAY8IsdpSUGDoCRtTKNZe9o1E%dktcAypG%b99rEI1WHdTxeT0YZY%HPvV3lf09ggm62qj0BZuo21XXDfSiPI9eX3N07kptV4ccvj0yUftTdLz"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "x62n%OFSzf6dRdC8"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "4816facf-6fcd-4f61-ae78-4125f6a9d96d",
                                            "name": "Success",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "actorMember"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "The total number of matching items",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "Content-Range",
                                                    "value": "<long>"
                                                }
                                            ],
                                            "body": "[\n  {\n    \"id\": \"vaSIhQPvJMj5aM5hqXmF5sWoynosqZ-9X85-1RD6cGeLbbs6-NgNCk-WEJLlmmgIl3Gctr1o7I_lGhxUqn2VTGAenW2aCPs5JRbOIKvovsfvyqmFqMcHXZAeyH75RaLs4-XkY1nf5rARFEBDKNbQML3uK4F_RRCbVCUgyNKGNZWZlSQt1ixl9KzRywlP6tR3DCwjh2i9Nti3xBAFZ57x5JY69CWfKv\",\n    \"actor_id\": \"sUE8UWEVLpc-z3qyxbkMvH0AjM8KBK.Mw6iJ\",\n    \"role_id\": \"HcXptyc_B-9yZ89lKdk9-1HNWU5K_J3zZ5fr8zmvosNaJ-vVW6xtn.LTJtILtsu8kFtnr4lxUTlPnGfE2WjN4ON4hLi_D-FFx01SLCoQZTZOSER4ZozHNHER_u5vhkPj6CumEEwM1pLzm.eiNdAw5jGWSvMXt6OA8XW1oD-9C9-EzvVHX5tfAETL\",\n    \"group_id\": \"3HfZrbj49qv2qJQ73YAV6sAV_RBAhDbQ8ii6pzZT3fRvQOSfB.955shMT7IL9xBllvx1gKq4iaphYlJl\",\n    \"user_id\": \"yI4k_ta-fkkk1J2zxVNPIJkinfX1pXVaPP9dYZE8fibjYQasrE5CMtofUF4dKYX_YtsedW2G-E_G39jZJELxoJIq28cA-l_Zhz7FXFnt6yfimHXed0dHp_u.FVHdOMP52cfijXG85rIKGQcm8D._N0qNujnL2fkFEBxAomO_hZITyvIr8IKEs6i6ibDA8JfRrljc270Liy81-yI9DzXiRQ5jlfEw_0EqMXOKmu1b6F3HfL\"\n  },\n  {\n    \"id\": \"e91Imj6vTD2aHCKb6AyJlIDHIpmaFL64bwGU6Nlrm3NHOVsEBJU8PAKM1JgR7RgvNL-HPCuJeW87NlSkX_8SLTLlPzdHGpcV3f6X2SG0IOFYvUvIulk22RrIn_0J4NqDDf1Xsj67KS8LlJd8nlQgLsQKQO_-4shJNBLUUk.uvn6wnqw_hHErYK0KAIikLBEmXjsy93HBJ.Dheup2VRU.7QmUD5hdaaJXiG7IFWXQwJZMxjhU8euRX\",\n    \"actor_id\": \"q5jVkz2rFCQ-33WXT0FRnEacZ.KaD23S9ovx5nItZOfT.Gi-zoS-0MGPBCMDbSvkm-xX0jK8T-HpSVa8Y5TwSIqxFEzcXetINOUnnxm07ZsHiioH-fccKbX8hHUfdCfKZxOYMvo3IDcY7pzqA9YQsp_3JlVdJ1H2Q.8\",\n    \"role_id\": \"r-dWHO_UXrvoyo1SoZ1x7kbScWqg7acWRNzSy_Rc2Af6qIx-ctgqvOS3fRxfXHaaPfvJF_B_ByT4zM_OE7-jcKDjwvMRPwjvOUceUAq65fDjEcuF\",\n    \"group_id\": \"Gn6G8G374IGouHlllk2tTXnDpWliIdHzJqGA8U09uar.NtgWX4AcN_klaImcaVsOU-eBgl3BbmGVU9gJmYet-swGeKYGu310BetA5yT3tZaQ8XytNvhclw8AaRnDU1S36TJEQrbVyfhp_1_h4tNsYEbFVSwSlWGmBJh3QEx9t\",\n    \"user_id\": \"FckFKdF00560_Nv1SZhrIfXDPw9Dmf_gAWB1T69T3W4Kf4lW0j0F7xSXOIUC61sM7SrjSFw-.mDd8.P_UW9Jc9_yOGeNbALn_uJsNJvX8IGj2TRLNAoql29YU2zLMS5mXS_uHWzK1CoSSHOwA5mujNMTmP1aVuFZbTiPK3Fm1.ErwrmSuGvW-gJ9Bcy9X8wuUWGT2ERM2HCAGE0W5\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "6de5052b-8be1-4057-a685-d3b4be0960b7",
                                            "name": "Bad request.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "actorMember"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "c936203c-2a34-4973-b6a9-6c4872422d0c",
                                            "name": "Authorization information is missing or invalid.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "actorMember"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "bf893cfa-ca5c-4fdb-be75-18c846d3f5e6",
                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "actorMember"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "da648f74-3daa-4a16-8b0b-854050109ebd",
                                            "name": "Unexpected error.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "actorMember"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "cfc48680-e6a9-4a05-9f31-49c4bada9eb8",
                                            "name": "Finds the ActorMember by ID",
                                            "request": {
                                                "name": "Finds the ActorMember by ID",
                                                "description": {
                                                    "content": "Returns the single ActorMember for the given ID\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "actorMember",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ID of the ActorMember to return",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "fe362489-f59d-47d7-ab4c-656a5d476a50",
                                                    "name": "Success",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "actorMember",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ActorMember to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"id\": \"LFKhPchD6eYa4w4XkomrehnjD7.gmjWeXQ3FRkdJNdsFcap5tNfB0DnuGBiwcvllsOq5HmyyfTE_HBZ.D01gRj16qyW0MGeva-.eUB3li6h_k3v09SBUyrQUH58Q8hcSeP6AwVp-y.RSMyl6inN81qnkr9pczXqOc_fSf\",\n  \"actor_id\": \"W-aBYVH7ir_9S\",\n  \"role_id\": \"5g8MzZ0uUcCa6S2bfuOIYkPm9eKl.DlupD-J_0a9-6dSicYS.-LwJIlr26YwPYzmjqNC47vf_gjaqlJ9onBeroeyFZHUVZp-F5UpxTM-NYylf2KBneWN2LbvipHIOCahKJ_zml1eSGTwHM_DAJ0x1K-Mp_7TfCrTTS35MSfHvM5Fu0xIzGePHstL6QFvyEt7gBaicbgTUqM-4jCixbVfnTcTA2NMkXIGRJPrdi0YJGF\",\n  \"group_id\": \"VJni7j2Yq-SF.cIeQhXuSZWizhPQrV9-7J3byumEq6HpXl_7.CCaZRsD9sQOEh-eb3O3WW-KisHQNGLGTIYNIMgTu__7yaZMnfxmpX2xLf6lgk9AwgJ1wLEbiGoR-gf\",\n  \"user_id\": \"bmaT.bwwgJNs7lgd-dhX0V6l9ZJBBQfPaPn8PY8\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "eb2fab30-27bb-485d-a07b-896a7be9e26b",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "actorMember",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ActorMember to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "0a8f0146-e3cc-4067-9b1d-a5f73a18f97f",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "actorMember",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ActorMember to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "cf09ad76-4192-478d-ba0a-0e7e0529ed51",
                                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "actorMember",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ActorMember to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "1309a9fa-8efe-4318-8582-3bf8324aadad",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "actorMember",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ActorMember to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "9139d87d-688d-48be-9bbf-ddc1e4e7dc3a",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "actorMember",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ActorMember to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "27d2cb9b-c283-4c9d-9f55-b8f2020b102c",
                                            "name": "Delete the ActorMember by ID",
                                            "request": {
                                                "name": "Delete the ActorMember by ID",
                                                "description": {
                                                    "content": "Delete the single ActorMember for the given ID\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "actorMember",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ID of the ActorMember to delete",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "DELETE",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "e5bd7d7f-4301-4c64-a87c-e50ef8d2ae09",
                                                    "name": "OK",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "actorMember",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ActorMember to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "45bf5ea0-4e1b-4113-9961-2a7e7aaa51a4",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "actorMember",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ActorMember to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "0d9e6e0d-3dc5-44f7-ab42-6e60c5a091e7",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "actorMember",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ActorMember to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "6bccdf86-96f2-4a27-9ad3-8fd87deffe78",
                                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "actorMember",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ActorMember to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "1949dcd0-9d42-4adc-80a5-5e35c65d9b08",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "actorMember",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ActorMember to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "f39ec725-a6a7-440c-98ed-a723c8162d6c",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "actorMember",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ActorMember to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "case",
                            "description": "",
                            "item": [
                                {
                                    "id": "b6718bc3-e69a-4036-b69d-54b1f936c5fe",
                                    "name": "Finds ProcessInstances",
                                    "request": {
                                        "name": "Finds ProcessInstances",
                                        "description": {
                                            "content": "Finds ProcessInstances with pagination params and filters\n\nYou can filter on:\n\n* `processDefinitionId`: The process definition ID\n* `rootCaseId`: the root process instance ID (since version 10.3 - 2025.1)\n* `name`: the process name\n* `started_by`: the ID of the user who started the process\n* `team_manager_id`: allow to retrieve the process instances in which all users with this manager ID ar involved)\n* `supervisor_id`: allow the retrived the process instances of all processes the user with this ID is supervisor of) beware you cannot use team_manager_id and supervisor_id at the same time\n* `searchIndex1Value`, `searchIndex2Value`, `searchIndex3Value`, `searchIndex4Value`, `searchIndex5Value`: the value of the corresponding search index (since version 10.3 - 2025.1)\n",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "API",
                                                "bpm",
                                                "case"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) index of the page to display",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "p",
                                                    "value": "0"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) maximum number of elements to retrieve",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "c",
                                                    "value": "20"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "OrKOIemKmRkbOx4e66sJImbWGQpiG09GR%RSKuHimY6RKvneI%xj9qTCbyIwSPgLCQqK1uDO05bdI0SNgZ7Bg1QTkW9dK0O655BK6lZY5maKUPszsczKGRE6Atfb6jFcpUFoAY8IsdpSUGDoCRtTKNZe9o1E%dktcAypG%b99rEI1WHdTxeT0YZY%HPvV3lf09ggm62qj0BZuo21XXDfSiPI9eX3N07kptV4ccvj0yUftTdLz"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "x62n%OFSzf6dRdC8"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "10db04de-2280-4760-8bf4-3fcd6aa83cf7",
                                            "name": "Success",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "case"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "The total number of matching items",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "Content-Range",
                                                    "value": "<long>"
                                                }
                                            ],
                                            "body": "[\n  {\n    \"id\": \"<string>\",\n    \"end_date\": \"<string>\",\n    \"failedFlowNodes\": \"<string>\",\n    \"startedBySubstitute\": \"<string>\",\n    \"start\": \"<string>\",\n    \"activeFlowNodes\": \"<string>\",\n    \"state\": \"error\",\n    \"rootCaseId\": \"<string>\",\n    \"started_by\": \"<string>\",\n    \"processDefinitionId\": \"<string>\",\n    \"last_update_date\": \"<string>\",\n    \"searchIndex1Label\": \"<string>\",\n    \"searchIndex2Label\": \"<string>\",\n    \"searchIndex3Label\": \"<string>\",\n    \"searchIndex4Label\": \"<string>\",\n    \"searchIndex5Label\": \"<string>\",\n    \"searchIndex1Value\": \"<string>\",\n    \"searchIndex2Value\": \"<string>\",\n    \"searchIndex3Value\": \"<string>\",\n    \"searchIndex4Value\": \"<string>\",\n    \"searchIndex5Value\": \"<string>\",\n    \"callerId\": \"<string>\"\n  },\n  {\n    \"id\": \"<string>\",\n    \"end_date\": \"<string>\",\n    \"failedFlowNodes\": \"<string>\",\n    \"startedBySubstitute\": \"<string>\",\n    \"start\": \"<string>\",\n    \"activeFlowNodes\": \"<string>\",\n    \"state\": \"initializing\",\n    \"rootCaseId\": \"<string>\",\n    \"started_by\": \"<string>\",\n    \"processDefinitionId\": \"<string>\",\n    \"last_update_date\": \"<string>\",\n    \"searchIndex1Label\": \"<string>\",\n    \"searchIndex2Label\": \"<string>\",\n    \"searchIndex3Label\": \"<string>\",\n    \"searchIndex4Label\": \"<string>\",\n    \"searchIndex5Label\": \"<string>\",\n    \"searchIndex1Value\": \"<string>\",\n    \"searchIndex2Value\": \"<string>\",\n    \"searchIndex3Value\": \"<string>\",\n    \"searchIndex4Value\": \"<string>\",\n    \"searchIndex5Value\": \"<string>\",\n    \"callerId\": \"<string>\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "ee7cdd99-5330-4ced-ae46-f766f6bd6f08",
                                            "name": "Bad request.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "case"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "785a8fe3-f9cc-4f8a-9c17-3a99b7158a65",
                                            "name": "Authorization information is missing or invalid.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "case"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "fa1c793d-37df-4409-a16e-6413e4ff6b09",
                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "case"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "c7240332-375b-4778-b419-a18920de278b",
                                            "name": "Unexpected error.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "case"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "b5326308-bac0-487c-8b11-751f5d24236e",
                                    "name": "Create the ProcessInstance",
                                    "request": {
                                        "name": "Create the ProcessInstance",
                                        "description": {
                                            "content": "![edition](https://img.shields.io/badge/edition-entreprise-blue) ![edition](https://img.shields.io/badge/edition-community-brightgreen)\n\nCreate the ProcessInstance\nThis way of creating a process instance using this method will only work for processes in which no contract is defined. To instantiate a process with a contract, check the process instantiation resource documentation.\n",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "API",
                                                "bpm",
                                                "case"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"processDefinitionId\": \"<string>\",\n  \"variables\": [\n    {\n      \"name\": \"<string>\"\n    },\n    {\n      \"name\": \"<string>\"\n    }\n  ]\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        },
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "dec9538f-94c3-430a-8921-f64786f5b095",
                                            "name": "Success",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "case"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"processDefinitionId\": \"<string>\",\n  \"variables\": [\n    {\n      \"name\": \"<string>\"\n    },\n    {\n      \"name\": \"<string>\"\n    }\n  ]\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"id\": \"<string>\",\n  \"end_date\": \"<string>\",\n  \"failedFlowNodes\": \"<string>\",\n  \"startedBySubstitute\": \"<string>\",\n  \"start\": \"<string>\",\n  \"activeFlowNodes\": \"<string>\",\n  \"state\": \"aborting\",\n  \"rootCaseId\": \"<string>\",\n  \"started_by\": \"<string>\",\n  \"processDefinitionId\": \"<string>\",\n  \"last_update_date\": \"<string>\",\n  \"searchIndex1Label\": \"<string>\",\n  \"searchIndex2Label\": \"<string>\",\n  \"searchIndex3Label\": \"<string>\",\n  \"searchIndex4Label\": \"<string>\",\n  \"searchIndex5Label\": \"<string>\",\n  \"searchIndex1Value\": \"<string>\",\n  \"searchIndex2Value\": \"<string>\",\n  \"searchIndex3Value\": \"<string>\",\n  \"searchIndex4Value\": \"<string>\",\n  \"searchIndex5Value\": \"<string>\",\n  \"callerId\": \"<string>\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "9ba4ab9f-01b2-491b-9320-ab62d1a4358d",
                                            "name": "Bad request.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "case"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"processDefinitionId\": \"<string>\",\n  \"variables\": [\n    {\n      \"name\": \"<string>\"\n    },\n    {\n      \"name\": \"<string>\"\n    }\n  ]\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "b012b457-6178-490f-a086-bb6942d5fd36",
                                            "name": "Authorization information is missing or invalid.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "case"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"processDefinitionId\": \"<string>\",\n  \"variables\": [\n    {\n      \"name\": \"<string>\"\n    },\n    {\n      \"name\": \"<string>\"\n    }\n  ]\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "c99d0c38-e5fd-46ed-901b-63cc10c4debe",
                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "case"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"processDefinitionId\": \"<string>\",\n  \"variables\": [\n    {\n      \"name\": \"<string>\"\n    },\n    {\n      \"name\": \"<string>\"\n    }\n  ]\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "b49586f9-7392-443b-aafb-a50342ea9cd1",
                                            "name": "Case creation limit reached (Community 2024.3+ only)",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "case"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"processDefinitionId\": \"<string>\",\n  \"variables\": [\n    {\n      \"name\": \"<string>\"\n    },\n    {\n      \"name\": \"<string>\"\n    }\n  ]\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Too Many Requests",
                                            "code": 429,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Date when case counter will be refilled",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "Retry-After",
                                                    "value": "<dateTime>"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "2a4b8f94-15a3-4c9d-8f9e-a70ae33f3c8e",
                                            "name": "Unexpected error.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "case"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"processDefinitionId\": \"<string>\",\n  \"variables\": [\n    {\n      \"name\": \"<string>\"\n    },\n    {\n      \"name\": \"<string>\"\n    }\n  ]\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "f67618ce-1067-47cd-b6c9-6e517c086159",
                                    "name": "Delete the ProcessInstance by batch",
                                    "request": {
                                        "name": "Delete the ProcessInstance by batch",
                                        "description": {
                                            "content": "![edition](https://img.shields.io/badge/edition-entreprise-blue) ![edition](https://img.shields.io/badge/edition-community-brightgreen)\n\nDelete a list of ProcessInstances for the given IDs\n",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "API",
                                                "bpm",
                                                "case"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "DELETE",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "[\n  \"<string>\",\n  \"<string>\"\n]",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        },
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "134b2eda-746d-47ae-b95c-9119b776b63c",
                                            "name": "OK",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "case"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "DELETE",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "[\n  \"<string>\",\n  \"<string>\"\n]",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        },
                                        {
                                            "id": "7fe274fd-173b-42a9-8402-3a5d40e8e404",
                                            "name": "Bad request.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "case"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "DELETE",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "[\n  \"<string>\",\n  \"<string>\"\n]",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "3668ed6b-a5f0-4335-8f6f-9ab7be2b164d",
                                            "name": "Authorization information is missing or invalid.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "case"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "DELETE",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "[\n  \"<string>\",\n  \"<string>\"\n]",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "e5acf57e-017a-4ef1-ab73-875e3bbbe7cd",
                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "case"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "DELETE",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "[\n  \"<string>\",\n  \"<string>\"\n]",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "e6001102-2d1d-48b1-be44-439fd0b76b01",
                                            "name": "The resource for the specified ID was not found.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "case"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "DELETE",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "[\n  \"<string>\",\n  \"<string>\"\n]",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Not Found",
                                            "code": 404,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "edf86b00-b349-4e36-ac75-9c16c76b1bf4",
                                            "name": "Unexpected error.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "case"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "DELETE",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "[\n  \"<string>\",\n  \"<string>\"\n]",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "c8599632-22fa-41c1-a6fb-b343a22c5527",
                                            "name": "Finds the ProcessInstance by ID",
                                            "request": {
                                                "name": "Finds the ProcessInstance by ID",
                                                "description": {
                                                    "content": "Returns the single ProcessInstance for the given ID\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "case",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Count of related resources (This can only be one of activeFlowNodes,failedFlowNodes)",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "n",
                                                            "value": "failedFlowNodes"
                                                        }
                                                    ],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ID of the ProcessInstance to return",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "921457e4-c59e-4f87-bcbf-916330e8c471",
                                                    "name": "Success",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "case",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "Count of related resources (This can only be one of activeFlowNodes,failedFlowNodes)",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "n",
                                                                    "value": "failedFlowNodes"
                                                                }
                                                            ],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ProcessInstance to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"id\": \"<string>\",\n  \"end_date\": \"<string>\",\n  \"failedFlowNodes\": \"<string>\",\n  \"startedBySubstitute\": \"<string>\",\n  \"start\": \"<string>\",\n  \"activeFlowNodes\": \"<string>\",\n  \"state\": \"aborting\",\n  \"rootCaseId\": \"<string>\",\n  \"started_by\": \"<string>\",\n  \"processDefinitionId\": \"<string>\",\n  \"last_update_date\": \"<string>\",\n  \"searchIndex1Label\": \"<string>\",\n  \"searchIndex2Label\": \"<string>\",\n  \"searchIndex3Label\": \"<string>\",\n  \"searchIndex4Label\": \"<string>\",\n  \"searchIndex5Label\": \"<string>\",\n  \"searchIndex1Value\": \"<string>\",\n  \"searchIndex2Value\": \"<string>\",\n  \"searchIndex3Value\": \"<string>\",\n  \"searchIndex4Value\": \"<string>\",\n  \"searchIndex5Value\": \"<string>\",\n  \"callerId\": \"<string>\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "14b7b5b0-474a-4821-b71e-977ea73fa1b1",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "case",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "Count of related resources (This can only be one of activeFlowNodes,failedFlowNodes)",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "n",
                                                                    "value": "failedFlowNodes"
                                                                }
                                                            ],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ProcessInstance to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "eb2ec00d-afb4-49b1-90a2-d1627b07a215",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "case",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "Count of related resources (This can only be one of activeFlowNodes,failedFlowNodes)",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "n",
                                                                    "value": "failedFlowNodes"
                                                                }
                                                            ],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ProcessInstance to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "02c5685a-c58c-4d53-993c-886f0285ff96",
                                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "case",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "Count of related resources (This can only be one of activeFlowNodes,failedFlowNodes)",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "n",
                                                                    "value": "failedFlowNodes"
                                                                }
                                                            ],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ProcessInstance to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "184f3476-67ab-4724-b4b6-8d372670c1f5",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "case",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "Count of related resources (This can only be one of activeFlowNodes,failedFlowNodes)",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "n",
                                                                    "value": "failedFlowNodes"
                                                                }
                                                            ],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ProcessInstance to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "0e8676ca-cfe1-4313-8f02-a42ed4048663",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "case",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "Count of related resources (This can only be one of activeFlowNodes,failedFlowNodes)",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "n",
                                                                    "value": "failedFlowNodes"
                                                                }
                                                            ],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ProcessInstance to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "690fbc9f-7835-4693-b5cb-dee4e9378490",
                                            "name": "Update the ProcessInstance by ID",
                                            "request": {
                                                "name": "Update the ProcessInstance by ID",
                                                "description": {
                                                    "content": "Only the state of a ProcessInstance (with the given ID) can be updated in order to cancel it (since version 10.3 - 2025.1).\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "case",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ID of the ProcessInstance to update",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "PUT",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"state\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "2d8e7994-9086-495b-97e3-96bdce9ac529",
                                                    "name": "OK",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "case",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ProcessInstance to update",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"state\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "27666564-d271-4f09-a51f-bfddd410c11c",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "case",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ProcessInstance to update",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"state\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "a9bede2b-9c06-44fd-8191-6a7cd3df3851",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "case",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ProcessInstance to update",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"state\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "eef57f9c-e31a-4fd4-b516-022ac2e1682f",
                                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "case",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ProcessInstance to update",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"state\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "c36d383e-65ab-4084-aa72-de517f7987a8",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "case",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ProcessInstance to update",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"state\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "6fc61914-da10-48d3-aba7-757d39b36285",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "case",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ProcessInstance to update",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"state\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "ca916c58-4770-404b-8ab3-ec85cd50c5c8",
                                            "name": "Delete the ProcessInstance by ID",
                                            "request": {
                                                "name": "Delete the ProcessInstance by ID",
                                                "description": {
                                                    "content": "Delete the single ProcessInstance for the given ID\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "case",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ID of the ProcessInstance to delete",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "DELETE",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "e3666e24-a793-4d3c-887f-8fcb48d873bb",
                                                    "name": "OK",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "case",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ProcessInstance to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "576ced25-e006-45e5-a5e4-1fa3ee8e7972",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "case",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ProcessInstance to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "f9b8b7f4-b384-4889-b675-4ea21d754dc0",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "case",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ProcessInstance to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "292aa093-03de-4f20-86b3-2dd780606773",
                                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "case",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ProcessInstance to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "93a7d967-4b50-4704-9520-d590c8d27fd1",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "case",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ProcessInstance to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "79165658-ebb7-4e1e-982b-fbb61d1dcb88",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "case",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ProcessInstance to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "name": "context",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "b99782ca-7d51-4027-b74d-6f66de421316",
                                                    "name": "Finds the Context by ProcessInstance ID",
                                                    "request": {
                                                        "name": "Finds the Context by ProcessInstance ID",
                                                        "description": {
                                                            "content": "Returns the Context for the given ProcessInstance ID\n",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "case",
                                                                ":id",
                                                                "context"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ProcessInstance that has the Context to return",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "c1a60d02-f887-4cad-a9ed-504b0ca0d093",
                                                            "name": "Success",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "case",
                                                                        ":id",
                                                                        "context"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ID of the ProcessInstance that has the Context to return",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"key_0\": 1644.5984697888339\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "e5762509-533f-4157-bde8-5dbb3cccf73f",
                                                            "name": "Bad request.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "case",
                                                                        ":id",
                                                                        "context"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ID of the ProcessInstance that has the Context to return",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Bad Request",
                                                            "code": 400,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "0cb18b7d-8096-4f11-a2f8-1db35e9f5d71",
                                                            "name": "Authorization information is missing or invalid.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "case",
                                                                        ":id",
                                                                        "context"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ID of the ProcessInstance that has the Context to return",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Unauthorized",
                                                            "code": 401,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "bb483638-8358-4004-b48e-a9936344d76a",
                                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "case",
                                                                        ":id",
                                                                        "context"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ID of the ProcessInstance that has the Context to return",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Forbidden",
                                                            "code": 403,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "638d0650-9f02-4a74-ad4d-9c78e2c5a606",
                                                            "name": "The resource for the specified ID was not found.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "case",
                                                                        ":id",
                                                                        "context"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ID of the ProcessInstance that has the Context to return",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Not Found",
                                                            "code": 404,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "6c79dbfe-318b-4b8e-8707-244946c2f953",
                                                            "name": "Unexpected error.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "case",
                                                                        ":id",
                                                                        "context"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ID of the ProcessInstance that has the Context to return",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Internal Server Error",
                                                            "code": 500,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "archivedCase",
                            "description": "",
                            "item": [
                                {
                                    "id": "18c48307-1dcc-4ed5-8f4c-2278e08a9049",
                                    "name": "Finds ArchivedProcessInstances",
                                    "request": {
                                        "name": "Finds ArchivedProcessInstances",
                                        "description": {
                                            "content": "Finds archived ProcessInstances (or ProcessInstance) with pagination params and filters\n\nYou can order on `id`, `processDefinitionId`, `startedBy`, `startedBySubstitute`, `startDate`, `endDate`, `lastUpdate`, `archivedDate`, `sourceObjectId`\n\nYou can filter on :\n\n* `sourceObjectId`: The original process instance ID before the process instance was archived\n* `processDefinitionId`: The process definition ID\n* `rootCaseId`: the root process instance ID (since version 10.3 - 2025.1)\n* `name`: the process name\n* `started_by`: the ID of the user who started the process\n* `team_manager_id`: allow to retrieve the process instances in which all users with this manager ID ar involved)\n* `supervisor_id`: allow the retrived the process instances of all processes the user with this ID is supervisor of) beware you cannot use team_manager_id and supervisor_id at the same time\n* `searchIndex1Value`, `searchIndex2Value`, `searchIndex3Value`, `searchIndex4Value`, `searchIndex5Value`: the value of the corresponding search index (since version 10.3 - 2025.1)\n",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "API",
                                                "bpm",
                                                "archivedCase"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) index of the page to display",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "p",
                                                    "value": "0"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) maximum number of elements to retrieve",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "c",
                                                    "value": "20"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "OrKOIemKmRkbOx4e66sJImbWGQpiG09GR%RSKuHimY6RKvneI%xj9qTCbyIwSPgLCQqK1uDO05bdI0SNgZ7Bg1QTkW9dK0O655BK6lZY5maKUPszsczKGRE6Atfb6jFcpUFoAY8IsdpSUGDoCRtTKNZe9o1E%dktcAypG%b99rEI1WHdTxeT0YZY%HPvV3lf09ggm62qj0BZuo21XXDfSiPI9eX3N07kptV4ccvj0yUftTdLz"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "x62n%OFSzf6dRdC8"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "066433bd-25fc-4e8a-b684-d0b46cd07b4d",
                                            "name": "Success",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "archivedCase"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "The total number of matching items",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "Content-Range",
                                                    "value": "<long>"
                                                }
                                            ],
                                            "body": "[\n  {\n    \"id\": \"<string>\",\n    \"end_date\": \"<string>\",\n    \"failedFlowNodes\": \"<string>\",\n    \"startedBySubstitute\": \"<string>\",\n    \"start\": \"<string>\",\n    \"activeFlowNodes\": \"<string>\",\n    \"state\": \"cancelled\",\n    \"rootCaseId\": \"<string>\",\n    \"started_by\": \"<string>\",\n    \"processDefinitionId\": \"<string>\",\n    \"last_update_date\": \"<string>\",\n    \"searchIndex1Label\": \"<string>\",\n    \"searchIndex2Label\": \"<string>\",\n    \"searchIndex3Label\": \"<string>\",\n    \"searchIndex4Label\": \"<string>\",\n    \"searchIndex5Label\": \"<string>\",\n    \"searchIndex1Value\": \"<string>\",\n    \"searchIndex2Value\": \"<string>\",\n    \"searchIndex3Value\": \"<string>\",\n    \"searchIndex4Value\": \"<string>\",\n    \"searchIndex5Value\": \"<string>\",\n    \"callerId\": \"<string>\",\n    \"sourceObjectId\": \"<string>\",\n    \"archivedDate\": \"<string>\"\n  },\n  {\n    \"id\": \"<string>\",\n    \"end_date\": \"<string>\",\n    \"failedFlowNodes\": \"<string>\",\n    \"startedBySubstitute\": \"<string>\",\n    \"start\": \"<string>\",\n    \"activeFlowNodes\": \"<string>\",\n    \"state\": \"cancelled\",\n    \"rootCaseId\": \"<string>\",\n    \"started_by\": \"<string>\",\n    \"processDefinitionId\": \"<string>\",\n    \"last_update_date\": \"<string>\",\n    \"searchIndex1Label\": \"<string>\",\n    \"searchIndex2Label\": \"<string>\",\n    \"searchIndex3Label\": \"<string>\",\n    \"searchIndex4Label\": \"<string>\",\n    \"searchIndex5Label\": \"<string>\",\n    \"searchIndex1Value\": \"<string>\",\n    \"searchIndex2Value\": \"<string>\",\n    \"searchIndex3Value\": \"<string>\",\n    \"searchIndex4Value\": \"<string>\",\n    \"searchIndex5Value\": \"<string>\",\n    \"callerId\": \"<string>\",\n    \"sourceObjectId\": \"<string>\",\n    \"archivedDate\": \"<string>\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "e900b5e0-f8af-4b4d-ae7e-5cf550190ae6",
                                            "name": "Bad request.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "archivedCase"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "a4b46c27-16b4-4e35-8574-b32ce8027203",
                                            "name": "Authorization information is missing or invalid.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "archivedCase"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "4803240e-5b60-4a6d-9acb-4718380a2f31",
                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "archivedCase"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "0f884c9c-44bd-43e1-960a-0271de3a7d67",
                                            "name": "Unexpected error.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "archivedCase"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "b1068a37-93ba-48e1-958d-452546339e48",
                                            "name": "Finds the ArchivedProcessInstance by ID",
                                            "request": {
                                                "name": "Finds the ArchivedProcessInstance by ID",
                                                "description": {
                                                    "content": "Returns the single ArchivedProcessInstance for the given ID\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "archivedCase",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ID of the ArchivedProcessInstance to return",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "d1b90f3c-2923-4188-951c-5e3456720129",
                                                    "name": "Success",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedCase",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ArchivedProcessInstance to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"id\": \"<string>\",\n  \"end_date\": \"<string>\",\n  \"failedFlowNodes\": \"<string>\",\n  \"startedBySubstitute\": \"<string>\",\n  \"start\": \"<string>\",\n  \"activeFlowNodes\": \"<string>\",\n  \"state\": \"started\",\n  \"rootCaseId\": \"<string>\",\n  \"started_by\": \"<string>\",\n  \"processDefinitionId\": \"<string>\",\n  \"last_update_date\": \"<string>\",\n  \"searchIndex1Label\": \"<string>\",\n  \"searchIndex2Label\": \"<string>\",\n  \"searchIndex3Label\": \"<string>\",\n  \"searchIndex4Label\": \"<string>\",\n  \"searchIndex5Label\": \"<string>\",\n  \"searchIndex1Value\": \"<string>\",\n  \"searchIndex2Value\": \"<string>\",\n  \"searchIndex3Value\": \"<string>\",\n  \"searchIndex4Value\": \"<string>\",\n  \"searchIndex5Value\": \"<string>\",\n  \"callerId\": \"<string>\",\n  \"sourceObjectId\": \"<string>\",\n  \"archivedDate\": \"<string>\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "15ef04d9-81d4-441f-a295-130d305a9f35",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedCase",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ArchivedProcessInstance to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "6faad9e2-e351-451e-b5b1-4f9845cd6686",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedCase",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ArchivedProcessInstance to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "7facd306-ac37-43e8-8179-51b3c8a982a9",
                                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedCase",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ArchivedProcessInstance to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "9ea897a4-e87e-48bb-9385-10d5382fee9f",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedCase",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ArchivedProcessInstance to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "73afcf2f-3010-40a9-bc98-88498a1522c3",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedCase",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ArchivedProcessInstance to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "f2a340bf-9e06-4601-afdb-4d22baa22478",
                                            "name": "Delete the ArchivedProcessInstance by ID",
                                            "request": {
                                                "name": "Delete the ArchivedProcessInstance by ID",
                                                "description": {
                                                    "content": "Delete the single ArchivedProcessInstance for the given ID\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "archivedCase",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ID of the ArchivedProcessInstance to delete",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "DELETE",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "35863d69-81fb-4ce9-80bd-ffc44251c820",
                                                    "name": "OK",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedCase",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ArchivedProcessInstance to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "15cca919-11d6-4e6d-a05a-5f949d8373d7",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedCase",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ArchivedProcessInstance to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "044a5283-851c-44ed-b7a7-da37689ee638",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedCase",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ArchivedProcessInstance to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "122f0c11-c1c6-4c4e-9ad3-02d7173cdbef",
                                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedCase",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ArchivedProcessInstance to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "9dabbf9d-4eed-4e6d-9df0-643720332661",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedCase",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ArchivedProcessInstance to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "e47a84d9-fb53-4daf-a409-438876ba0af9",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedCase",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ArchivedProcessInstance to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "name": "context",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "5f188ffb-75f3-48d9-a154-93fd054adde0",
                                                    "name": "Finds the Context by ArchivedProcessInstance ID",
                                                    "request": {
                                                        "name": "Finds the Context by ArchivedProcessInstance ID",
                                                        "description": {
                                                            "content": "Returns the Context for the given ArchivedProcessInstance ID\n",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedCase",
                                                                ":id",
                                                                "context"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ArchivedProcessInstance that has the Context to return",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "1ba8a9c6-cd4d-4e86-b2b9-279b4607daf5",
                                                            "name": "Success",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "archivedCase",
                                                                        ":id",
                                                                        "context"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ID of the ArchivedProcessInstance that has the Context to return",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"key_0\": 1644.5984697888339\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "0f00abbe-2e33-43e5-a611-80a9217a9545",
                                                            "name": "Bad request.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "archivedCase",
                                                                        ":id",
                                                                        "context"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ID of the ArchivedProcessInstance that has the Context to return",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Bad Request",
                                                            "code": 400,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "2ad44293-3757-49e8-8553-ce716fcf14bc",
                                                            "name": "Authorization information is missing or invalid.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "archivedCase",
                                                                        ":id",
                                                                        "context"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ID of the ArchivedProcessInstance that has the Context to return",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Unauthorized",
                                                            "code": 401,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "ebcd8409-2ad0-4649-ae68-818e8c514dc2",
                                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "archivedCase",
                                                                        ":id",
                                                                        "context"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ID of the ArchivedProcessInstance that has the Context to return",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Forbidden",
                                                            "code": 403,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "cc4f7b86-265b-4631-b793-db373de1a83d",
                                                            "name": "The resource for the specified ID was not found.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "archivedCase",
                                                                        ":id",
                                                                        "context"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ID of the ArchivedProcessInstance that has the Context to return",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Not Found",
                                                            "code": 404,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "4cd37b8c-ac19-49b0-b9fe-7a5d42196f23",
                                                            "name": "Unexpected error.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "archivedCase",
                                                                        ":id",
                                                                        "context"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ID of the ArchivedProcessInstance that has the Context to return",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Internal Server Error",
                                                            "code": 500,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "caseInfo",
                            "description": "",
                            "item": [
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "60fb1754-bad2-4b3d-b911-1dbd22d370d1",
                                            "name": "Finds the ProcessInstanceInfo by ID",
                                            "request": {
                                                "name": "Finds the ProcessInstanceInfo by ID",
                                                "description": {
                                                    "content": "![edition](https://img.shields.io/badge/edition-entreprise-blue) since 2022.2\n\nReturns the single ProcessInstanceInfo for the given ID\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "caseInfo",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ID of the ProcessInstanceInfo to return",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "663d69b8-f43f-411f-bcc7-6b503082b3ca",
                                                    "name": "Success",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "caseInfo",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ProcessInstanceInfo to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"id\": \"<string>\",\n  \"flowNodeStatesCounters\": {\n    \"key_0\": {\n      \"completed\": \"<long>\",\n      \"skipped\": \"<long>\",\n      \"cancelled\": \"<long>\",\n      \"aborted\": \"<long>\",\n      \"ready\": \"<long>\",\n      \"failed\": \"<long>\",\n      \"executing\": \"<long>\",\n      \"waiting\": \"<long>\",\n      \"initializing\": \"<long>\",\n      \"completing\": \"<long>\"\n    },\n    \"key_1\": {\n      \"completed\": \"<long>\",\n      \"skipped\": \"<long>\",\n      \"cancelled\": \"<long>\",\n      \"aborted\": \"<long>\",\n      \"ready\": \"<long>\",\n      \"failed\": \"<long>\",\n      \"executing\": \"<long>\",\n      \"waiting\": \"<long>\",\n      \"initializing\": \"<long>\",\n      \"completing\": \"<long>\"\n    },\n    \"key_2\": {\n      \"completed\": \"<long>\",\n      \"skipped\": \"<long>\",\n      \"cancelled\": \"<long>\",\n      \"aborted\": \"<long>\",\n      \"ready\": \"<long>\",\n      \"failed\": \"<long>\",\n      \"executing\": \"<long>\",\n      \"waiting\": \"<long>\",\n      \"initializing\": \"<long>\",\n      \"completing\": \"<long>\"\n    },\n    \"key_3\": {\n      \"completed\": \"<long>\",\n      \"skipped\": \"<long>\",\n      \"cancelled\": \"<long>\",\n      \"aborted\": \"<long>\",\n      \"ready\": \"<long>\",\n      \"failed\": \"<long>\",\n      \"executing\": \"<long>\",\n      \"waiting\": \"<long>\",\n      \"initializing\": \"<long>\",\n      \"completing\": \"<long>\"\n    }\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "e468b602-2c11-44d5-82c1-01f289857ff5",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "caseInfo",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ProcessInstanceInfo to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "49552450-995b-4bbc-b66f-8fa67c368ab1",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "caseInfo",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ProcessInstanceInfo to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "82eae79b-0b84-4202-9938-36a0cd9d44cd",
                                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "caseInfo",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ProcessInstanceInfo to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "575eed62-bf4e-4317-876a-5ccea6a355b5",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "caseInfo",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ProcessInstanceInfo to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "f601fa35-d812-4234-8c16-96a5bf34faa6",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "caseInfo",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ProcessInstanceInfo to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "comment",
                            "description": "",
                            "item": [
                                {
                                    "id": "937b825d-5774-4351-94cd-9678eeb06cf0",
                                    "name": "Finds ProcessInstanceComments",
                                    "request": {
                                        "name": "Finds ProcessInstanceComments",
                                        "description": {
                                            "content": "Finds ProcessInstanceComments with pagination params and filters\n\n- can order on `postDate`\n- can filter on `supervisor_id`,`user_id`,`processInstanceId` - You cannot use supervisor_id and user_id filter at the same time\n",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "API",
                                                "bpm",
                                                "comment"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) index of the page to display",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "p",
                                                    "value": "0"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) maximum number of elements to retrieve",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "c",
                                                    "value": "20"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "OrKOIemKmRkbOx4e66sJImbWGQpiG09GR%RSKuHimY6RKvneI%xj9qTCbyIwSPgLCQqK1uDO05bdI0SNgZ7Bg1QTkW9dK0O655BK6lZY5maKUPszsczKGRE6Atfb6jFcpUFoAY8IsdpSUGDoCRtTKNZe9o1E%dktcAypG%b99rEI1WHdTxeT0YZY%HPvV3lf09ggm62qj0BZuo21XXDfSiPI9eX3N07kptV4ccvj0yUftTdLz"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "x62n%OFSzf6dRdC8"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "40be6352-d259-4b39-aab8-9b18d652734a",
                                            "name": "Success",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "comment"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "The total number of matching items",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "Content-Range",
                                                    "value": "<long>"
                                                }
                                            ],
                                            "body": "[\n  {\n    \"id\": \"<string>\",\n    \"content\": \"<string>\",\n    \"processInstanceId\": \"<string>\",\n    \"postDate\": \"<string>\",\n    \"userId\": \"<string>\"\n  },\n  {\n    \"id\": \"<string>\",\n    \"content\": \"<string>\",\n    \"processInstanceId\": \"<string>\",\n    \"postDate\": \"<string>\",\n    \"userId\": \"<string>\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "1a681e0e-ebba-4411-bf0c-4d73c7e31647",
                                            "name": "Bad request.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "comment"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "555d2ed7-26f2-4aa0-b709-b69260207c1e",
                                            "name": "Authorization information is missing or invalid.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "comment"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "e40b3e7c-2041-4bd6-99f3-53d88ba5a4ab",
                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "comment"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "270fe9b7-667d-4650-be4f-c00e4cb803f0",
                                            "name": "Unexpected error.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "comment"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "5bd0ed47-94b7-4ce0-9a38-c8427e89f862",
                                    "name": "Create the ProcessInstanceComment",
                                    "request": {
                                        "name": "Create the ProcessInstanceComment",
                                        "description": {
                                            "content": "Create the ProcessInstanceComment\n",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "API",
                                                "bpm",
                                                "comment"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"processInstanceId\": \"<string>\",\n  \"content\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        },
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "50964268-09bd-4d86-83de-acf6271bdc48",
                                            "name": "Success",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "comment"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"processInstanceId\": \"<string>\",\n  \"content\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"id\": \"<string>\",\n  \"content\": \"<string>\",\n  \"processInstanceId\": \"<string>\",\n  \"postDate\": \"<string>\",\n  \"userId\": \"<string>\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "e2b4a555-cf29-488c-9812-f30afc005435",
                                            "name": "Bad request.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "comment"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"processInstanceId\": \"<string>\",\n  \"content\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "f020d726-23a4-4831-af07-040a1313c38a",
                                            "name": "Authorization information is missing or invalid.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "comment"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"processInstanceId\": \"<string>\",\n  \"content\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "40707f91-0e85-4a52-899b-83a8e5670a29",
                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "comment"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"processInstanceId\": \"<string>\",\n  \"content\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "4a1b7675-d3db-4c8e-9dbb-10603b8618a3",
                                            "name": "Unexpected error.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "comment"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"processInstanceId\": \"<string>\",\n  \"content\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        },
                        {
                            "name": "archivedComment",
                            "description": "",
                            "item": [
                                {
                                    "id": "96b8346b-500d-49c5-9267-880868629f08",
                                    "name": "Finds ArchivedProcessInstanceComments",
                                    "request": {
                                        "name": "Finds ArchivedProcessInstanceComments",
                                        "description": {
                                            "content": "Finds ArchivedProcessInstanceComments with pagination params and filters\n\n- can order on `id`\n- can search on `displayName`\n- can filter on `displayName`\n",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "API",
                                                "bpm",
                                                "archivedComment"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) index of the page to display",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "p",
                                                    "value": "0"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) maximum number of elements to retrieve",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "c",
                                                    "value": "20"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "OrKOIemKmRkbOx4e66sJImbWGQpiG09GR%RSKuHimY6RKvneI%xj9qTCbyIwSPgLCQqK1uDO05bdI0SNgZ7Bg1QTkW9dK0O655BK6lZY5maKUPszsczKGRE6Atfb6jFcpUFoAY8IsdpSUGDoCRtTKNZe9o1E%dktcAypG%b99rEI1WHdTxeT0YZY%HPvV3lf09ggm62qj0BZuo21XXDfSiPI9eX3N07kptV4ccvj0yUftTdLz"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "x62n%OFSzf6dRdC8"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "b54ae562-f0a2-44e5-9c61-541a0f2ca938",
                                            "name": "Success",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "archivedComment"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "The total number of matching items",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "Content-Range",
                                                    "value": "<long>"
                                                }
                                            ],
                                            "body": "[\n  {\n    \"id\": \"<string>\",\n    \"content\": \"<string>\",\n    \"processInstanceId\": \"<string>\",\n    \"postDate\": \"<string>\",\n    \"userId\": \"<string>\",\n    \"archivedDate\": \"<string>\"\n  },\n  {\n    \"id\": \"<string>\",\n    \"content\": \"<string>\",\n    \"processInstanceId\": \"<string>\",\n    \"postDate\": \"<string>\",\n    \"userId\": \"<string>\",\n    \"archivedDate\": \"<string>\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "876e9622-c208-45a6-8e94-7ba80213c6e3",
                                            "name": "Bad request.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "archivedComment"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "f30673d5-081f-49ad-8278-4608057937f4",
                                            "name": "Authorization information is missing or invalid.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "archivedComment"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "883d74ef-c47c-40e9-aacc-c878e0abc40f",
                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "archivedComment"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "247c2444-327f-4726-b345-062742dff5c2",
                                            "name": "Unexpected error.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "archivedComment"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        },
                        {
                            "name": "process",
                            "description": "",
                            "item": [
                                {
                                    "id": "210e8db0-8d24-4dec-990b-6ec9e83075db",
                                    "name": "Finds Processes",
                                    "request": {
                                        "name": "Finds Processes",
                                        "description": {
                                            "content": "Finds Processes with pagination params and filters\n\n- can order (default is ASC) on `name`, `version`, `deploymentDate`, `deployedBy`, `activationState`, `configurationState`, `processId`, `displayName`, `lastUpdateDate`, `categoryId`, `label`\n- can search on `name`, `displayName` or `version`\n- can filter on `name`, `version`, `deploymentDate`, `deployedBy`, `activationState` with the value DISABLED or ENABLED, `configurationState` with the value UNRESOLVED, or RESOLVED, `processId`, `displayName`, `lastUpdateDate`, `categoryId`, `label`, `supervisor_id`\n",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "API",
                                                "bpm",
                                                "process"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) index of the page to display",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "p",
                                                    "value": "0"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) maximum number of elements to retrieve",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "c",
                                                    "value": "20"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "OrKOIemKmRkbOx4e66sJImbWGQpiG09GR%RSKuHimY6RKvneI%xj9qTCbyIwSPgLCQqK1uDO05bdI0SNgZ7Bg1QTkW9dK0O655BK6lZY5maKUPszsczKGRE6Atfb6jFcpUFoAY8IsdpSUGDoCRtTKNZe9o1E%dktcAypG%b99rEI1WHdTxeT0YZY%HPvV3lf09ggm62qj0BZuo21XXDfSiPI9eX3N07kptV4ccvj0yUftTdLz"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "x62n%OFSzf6dRdC8"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "7cd28110-7ed8-4980-8e3b-9cebd044bbf5",
                                            "name": "Success",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "process"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "The total number of matching items",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "Content-Range",
                                                    "value": "<long>"
                                                }
                                            ],
                                            "body": "[\n  {\n    \"id\": \"<string>\",\n    \"icon\": \"<string>\",\n    \"displayDescription\": \"<string>\",\n    \"deploymentDate\": \"<string>\",\n    \"description\": \"<string>\",\n    \"activationState\": \"DISABLED\",\n    \"name\": \"<string>\",\n    \"deployedBy\": \"<string>\",\n    \"displayName\": \"<string>\",\n    \"actorinitiatorid\": \"<string>\",\n    \"last_update_date\": \"<string>\",\n    \"configurationState\": \"RESOLVED\",\n    \"version\": \"<string>\"\n  },\n  {\n    \"id\": \"<string>\",\n    \"icon\": \"<string>\",\n    \"displayDescription\": \"<string>\",\n    \"deploymentDate\": \"<string>\",\n    \"description\": \"<string>\",\n    \"activationState\": \"ENABLED\",\n    \"name\": \"<string>\",\n    \"deployedBy\": \"<string>\",\n    \"displayName\": \"<string>\",\n    \"actorinitiatorid\": \"<string>\",\n    \"last_update_date\": \"<string>\",\n    \"configurationState\": \"RESOLVED\",\n    \"version\": \"<string>\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "58fc2ca9-443d-447e-b536-e6a2b690794f",
                                            "name": "Bad request.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "process"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "3b210640-db91-426a-9d20-15d4ed941d63",
                                            "name": "Authorization information is missing or invalid.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "process"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "dd1a7a33-7543-4802-8bdf-042d15a4f75a",
                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "process"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "ca4cd4a9-776a-4ff9-92cb-b55c261c542d",
                                            "name": "Unexpected error.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "process"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "17153a82-a44e-4d86-afb6-745da27a4d6d",
                                    "name": "Create the Process",
                                    "request": {
                                        "name": "Create the Process",
                                        "description": {
                                            "content": "Create the Process.\nA process resource is created using the content of a .bar file that has previously been uploaded, using the [processUpload servlet](#operation/uploadProcess), to get the process archive path.\n\nWarning: as of 9.0.0, creating a process using this API is deprecated.\n",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "API",
                                                "bpm",
                                                "process"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"fileupload\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        },
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "b38928d0-4fd7-4699-9f25-7168d355b710",
                                            "name": "Success",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "process"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"fileupload\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"id\": \"<string>\",\n  \"icon\": \"<string>\",\n  \"displayDescription\": \"<string>\",\n  \"deploymentDate\": \"<string>\",\n  \"description\": \"<string>\",\n  \"activationState\": \"ENABLED\",\n  \"name\": \"<string>\",\n  \"deployedBy\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"actorinitiatorid\": \"<string>\",\n  \"last_update_date\": \"<string>\",\n  \"configurationState\": \"RESOLVED\",\n  \"version\": \"<string>\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "de824911-8be9-4d0f-9a3d-9b33334c39b1",
                                            "name": "Bad request.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "process"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"fileupload\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "a95263bb-5145-4b93-a325-61efef2baafa",
                                            "name": "Authorization information is missing or invalid.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "process"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"fileupload\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "5f37976b-fa7a-4a44-9245-e88b279cd0f1",
                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "process"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"fileupload\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "0c65a1fb-6cc6-4a8a-935a-bf32117f83d6",
                                            "name": "Unexpected error.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "process"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"fileupload\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "70cc9790-aa4e-4865-b6c8-6407c6c7740b",
                                    "name": "Delete the Process by IDs",
                                    "request": {
                                        "name": "Delete the Process by IDs",
                                        "description": {
                                            "content": "Delete Process for the given list of ID.\n\n**Warning: Beware! Data loss risk!**\n\nDeleting a process will automatically delete all its process instances (on-going and archived alike).\nThus, the operation may take a long time, and fail if the transaction timeout is not large enough. This feature should only be used on non-production environments.\n\n**Please proceed at your own risk.**\n",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "API",
                                                "bpm",
                                                "process"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "DELETE",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "[\n  \"<string>\",\n  \"<string>\"\n]",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        },
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "0973dff3-c4b5-4c43-a331-093366da3cbd",
                                            "name": "OK",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "process"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "DELETE",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "[\n  \"<string>\",\n  \"<string>\"\n]",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        },
                                        {
                                            "id": "03079ca1-4be8-475f-bbfa-b710dfb18c43",
                                            "name": "Bad request.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "process"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "DELETE",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "[\n  \"<string>\",\n  \"<string>\"\n]",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "8a0abe9a-7168-4da3-95ae-d1450b05a2b9",
                                            "name": "Authorization information is missing or invalid.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "process"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "DELETE",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "[\n  \"<string>\",\n  \"<string>\"\n]",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "e01d8194-02c6-40e3-9b03-c071acfec6f7",
                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "process"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "DELETE",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "[\n  \"<string>\",\n  \"<string>\"\n]",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "f368d9c8-acf8-4096-ab1e-7af71eca6a79",
                                            "name": "Unexpected error.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "process"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "DELETE",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "[\n  \"<string>\",\n  \"<string>\"\n]",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "1662034f-0a61-457f-b54a-4092919a722e",
                                            "name": "Finds the Process by ID",
                                            "request": {
                                                "name": "Finds the Process by ID",
                                                "description": {
                                                    "content": "Returns the single Process for the given ID\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "process",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ID of the Process to return",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "329a7b5f-a314-461d-a449-637bc7a094a7",
                                                    "name": "Success",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "process",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Process to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"id\": \"<string>\",\n  \"icon\": \"<string>\",\n  \"displayDescription\": \"<string>\",\n  \"deploymentDate\": \"<string>\",\n  \"description\": \"<string>\",\n  \"activationState\": \"ENABLED\",\n  \"name\": \"<string>\",\n  \"deployedBy\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"actorinitiatorid\": \"<string>\",\n  \"last_update_date\": \"<string>\",\n  \"configurationState\": \"RESOLVED\",\n  \"version\": \"<string>\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "eab2399f-e86a-45b2-84e2-8672232f4d23",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "process",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Process to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "9038e96a-6662-4d7e-9218-f0dec21b0b5c",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "process",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Process to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "57cdb91e-519b-4fcc-b9ba-f923c1bb5964",
                                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "process",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Process to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "04ba777c-7df4-40ec-9b23-3d233a7fdd53",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "process",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Process to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "be5f7de8-4f8c-45e0-ac61-e8ddd47e0f04",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "process",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Process to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "87123fe2-461a-47de-9255-1fb708bc52c0",
                                            "name": "Update the Process by ID",
                                            "request": {
                                                "name": "Update the Process by ID",
                                                "description": {
                                                    "content": "Update the Process for the given ID\n\nWarning: as of 9.0.0, updating a process using this API is deprecated.\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "process",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ID of the Process to return",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "PUT",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"displaydescription\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"activationState\": \"DISABLED\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "f08710ad-488f-4e23-9cd3-baa21d2f3cc6",
                                                    "name": "OK",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "process",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Process to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"displaydescription\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"activationState\": \"DISABLED\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "736fd2dc-0fd2-44bf-9a83-5f6c6d9b2719",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "process",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Process to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"displaydescription\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"activationState\": \"DISABLED\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "ba1c8be0-3727-4626-9749-9bf46a70d02e",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "process",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Process to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"displaydescription\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"activationState\": \"DISABLED\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "fdc76fa9-5035-47c6-82a4-c478fca6074d",
                                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "process",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Process to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"displaydescription\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"activationState\": \"DISABLED\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "60dff071-4352-4176-90c6-aa67c2ed8c1c",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "process",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Process to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"displaydescription\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"activationState\": \"DISABLED\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "05e34578-fb6b-4d65-b422-dc98c3a424b3",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "process",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Process to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"displaydescription\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"activationState\": \"DISABLED\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "67606630-1246-4a2f-8393-3d452949f681",
                                            "name": "Delete the Process by ID",
                                            "request": {
                                                "name": "Delete the Process by ID",
                                                "description": {
                                                    "content": "Delete the single Process for the given ID.\n\n**Warning: Beware! Data loss risk!**\n\nDeleting a process will automatically delete all its process instances (on-going and archived alike).\nThus, the operation may take a long time, and fail if the transaction timeout is not large enough. This feature should only be used on non-production environments.\n\n**Please proceed at your own risk.**\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "process",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ID of the Process to delete",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "DELETE",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "cdadde48-8ff4-486d-919e-ef72d5a91390",
                                                    "name": "OK",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "process",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Process to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "42183db1-8d47-45d1-a577-dc651093e78e",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "process",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Process to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "47e98a93-8a1d-4c11-af03-64033e8970aa",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "process",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Process to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "777e5c17-4942-446f-b121-af979692b0c9",
                                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "process",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Process to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "13a584f0-4533-4667-899b-0333d67d9823",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "process",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Process to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "4d79dd4d-3830-45a1-8795-88724a7605f5",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "process",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Process to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "name": "design",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "17db0495-ddfc-435e-9510-4778b4ccdeab",
                                                    "name": "Finds the Process design by ID",
                                                    "request": {
                                                        "name": "Finds the Process design by ID",
                                                        "description": {
                                                            "content": "Returns the single Process design for the given ID\n",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "process",
                                                                ":id",
                                                                "design"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Process to get the design from",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "70081fe8-8bf5-498e-bb47-743a068c5fb4",
                                                            "name": "Success",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "process",
                                                                        ":id",
                                                                        "design"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ID of the Process to get the design from",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"displayName\": \"<string>\",\n  \"displayDescription\": \"<string>\",\n  \"flowElementContainer\": {\n    \"activities\": [\n      {\n        \"key_0\": false\n      },\n      {\n        \"key_0\": 5315,\n        \"key_1\": 4529,\n        \"key_2\": false,\n        \"key_3\": \"string\"\n      }\n    ],\n    \"transitions\": [\n      {\n        \"key_0\": false\n      },\n      {\n        \"key_0\": 2044.8397963211207\n      }\n    ],\n    \"gatewaysList\": [\n      {\n        \"key_0\": \"string\"\n      },\n      {\n        \"key_0\": 2478\n      }\n    ],\n    \"startEvents\": [\n      {\n        \"key_0\": false,\n        \"key_1\": true\n      },\n      {\n        \"key_0\": true,\n        \"key_1\": \"string\"\n      }\n    ],\n    \"intermediateCatchEvents\": [\n      {\n        \"key_0\": 456,\n        \"key_1\": 4727.444799153733,\n        \"key_2\": false\n      },\n      {\n        \"key_0\": 7721.829090739167,\n        \"key_1\": false\n      }\n    ],\n    \"intermediateThrowEvents\": [\n      {\n        \"key_0\": 4730\n      },\n      {\n        \"key_0\": \"string\",\n        \"key_1\": true\n      }\n    ],\n    \"endEvents\": [\n      {\n        \"key_0\": \"string\",\n        \"key_1\": true,\n        \"key_2\": \"string\",\n        \"key_3\": \"string\"\n      },\n      {\n        \"key_0\": false\n      }\n    ],\n    \"dataDefinitions\": [\n      {\n        \"key_0\": true\n      },\n      {\n        \"key_0\": true,\n        \"key_1\": \"string\",\n        \"key_2\": 7803.086909500476\n      }\n    ],\n    \"documentDefinitions\": [\n      {\n        \"key_0\": \"string\",\n        \"key_1\": 9400.87179739778\n      },\n      {\n        \"key_0\": 5901,\n        \"key_1\": \"string\"\n      }\n    ],\n    \"connectors\": [\n      {\n        \"key_0\": 2364.4689541863586,\n        \"key_1\": \"string\"\n      },\n      {\n        \"key_0\": \"string\",\n        \"key_1\": true\n      }\n    ],\n    \"businessDataDefinitions\": [\n      {\n        \"key_0\": 7738\n      },\n      {\n        \"key_0\": \"string\",\n        \"key_1\": 2180,\n        \"key_2\": true\n      }\n    ],\n    \"documentListDefinitions\": [\n      {\n        \"key_0\": 949.4173360324942\n      },\n      {\n        \"key_0\": 6872\n      }\n    ]\n  },\n  \"parameters\": [\n    {\n      \"type\": \"<string>\",\n      \"description\": \"<string>\",\n      \"name\": \"<string>\"\n    },\n    {\n      \"type\": \"<string>\",\n      \"description\": \"<string>\",\n      \"name\": \"<string>\"\n    }\n  ],\n  \"actorsList\": [\n    {\n      \"name\": \"<string>\",\n      \"description\": \"<string>\",\n      \"initiator\": \"<boolean>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"description\": \"<string>\",\n      \"initiator\": \"<boolean>\"\n    }\n  ],\n  \"actorInitiator\": {\n    \"name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"initiator\": \"<boolean>\"\n  },\n  \"stringIndexLabels\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"stringIndexValues\": [\n    {\n      \"id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"content\": \"<string>\",\n      \"expressionType\": \"<string>\",\n      \"returnType\": \"<string>\",\n      \"interpreter\": \"<string>\",\n      \"dependencies\": [\n        {\n          \"value\": \"<Circular reference to #/components/schemas/Expression detected>\"\n        },\n        {\n          \"value\": \"<Circular reference to #/components/schemas/Expression detected>\"\n        }\n      ]\n    },\n    {\n      \"id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"content\": \"<string>\",\n      \"expressionType\": \"<string>\",\n      \"returnType\": \"<string>\",\n      \"interpreter\": \"<string>\",\n      \"dependencies\": [\n        {\n          \"value\": \"<Circular reference to #/components/schemas/Expression detected>\"\n        },\n        {\n          \"value\": \"<Circular reference to #/components/schemas/Expression detected>\"\n        }\n      ]\n    }\n  ],\n  \"contract\": {\n    \"constraints\": [\n      {\n        \"name\": \"<string>\",\n        \"expression\": \"<string>\",\n        \"explanation\": \"<string>\",\n        \"inputNames\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      {\n        \"name\": \"<string>\",\n        \"expression\": \"<string>\",\n        \"explanation\": \"<string>\",\n        \"inputNames\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    ],\n    \"inputs\": [\n      {\n        \"description\": \"<string>\",\n        \"name\": \"<string>\",\n        \"multiple\": \"<string>\",\n        \"type\": \"LOCALDATE\",\n        \"inputs\": [\n          {\n            \"value\": \"<Circular reference to #/components/schemas/ContractInput detected>\"\n          },\n          {\n            \"value\": \"<Circular reference to #/components/schemas/ContractInput detected>\"\n          }\n        ]\n      },\n      {\n        \"description\": \"<string>\",\n        \"name\": \"<string>\",\n        \"multiple\": \"<string>\",\n        \"type\": \"LONG\",\n        \"inputs\": [\n          {\n            \"value\": \"<Circular reference to #/components/schemas/ContractInput detected>\"\n          },\n          {\n            \"value\": \"<Circular reference to #/components/schemas/ContractInput detected>\"\n          }\n        ]\n      }\n    ]\n  },\n  \"context\": [\n    {\n      \"key\": \"<string>\",\n      \"expression\": {\n        \"id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"content\": \"<string>\",\n        \"expressionType\": \"<string>\",\n        \"returnType\": \"<string>\",\n        \"interpreter\": \"<string>\",\n        \"dependencies\": [\n          {\n            \"value\": \"<Circular reference to #/components/schemas/Expression detected>\"\n          },\n          {\n            \"value\": \"<Circular reference to #/components/schemas/Expression detected>\"\n          }\n        ]\n      }\n    },\n    {\n      \"key\": \"<string>\",\n      \"expression\": {\n        \"id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"content\": \"<string>\",\n        \"expressionType\": \"<string>\",\n        \"returnType\": \"<string>\",\n        \"interpreter\": \"<string>\",\n        \"dependencies\": [\n          {\n            \"value\": \"<Circular reference to #/components/schemas/Expression detected>\"\n          },\n          {\n            \"value\": \"<Circular reference to #/components/schemas/Expression detected>\"\n          }\n        ]\n      }\n    }\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "48505c6a-7dfd-427f-9f84-4c3d37992e34",
                                                            "name": "Bad request.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "process",
                                                                        ":id",
                                                                        "design"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ID of the Process to get the design from",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Bad Request",
                                                            "code": 400,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "eb87165c-8380-46c5-9bd1-2b9c9462b6ab",
                                                            "name": "Authorization information is missing or invalid.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "process",
                                                                        ":id",
                                                                        "design"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ID of the Process to get the design from",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Unauthorized",
                                                            "code": 401,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "edfa8430-04d3-41c8-aaa1-698489792b97",
                                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "process",
                                                                        ":id",
                                                                        "design"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ID of the Process to get the design from",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Forbidden",
                                                            "code": 403,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "fcc03993-ad87-4c28-a758-07705089fa50",
                                                            "name": "The resource for the specified ID was not found.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "process",
                                                                        ":id",
                                                                        "design"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ID of the Process to get the design from",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Not Found",
                                                            "code": 404,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "acf679d4-a433-4a50-a7e4-878cf362bf45",
                                                            "name": "Unexpected error.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "process",
                                                                        ":id",
                                                                        "design"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ID of the Process to get the design from",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Internal Server Error",
                                                            "code": 500,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "contract",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "7a76fc00-107e-4ffa-a08c-4a1be3f9ec22",
                                                    "name": "Finds the Process contract by ID",
                                                    "request": {
                                                        "name": "Finds the Process contract by ID",
                                                        "description": {
                                                            "content": "Returns the process contract for the given ID\n",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "process",
                                                                ":id",
                                                                "contract"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Process to get the contract from",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "afd62c3a-61aa-442b-96d0-7db155262b88",
                                                            "name": "Success",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "process",
                                                                        ":id",
                                                                        "contract"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ID of the Process to get the contract from",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"constraints\": [\n    {\n      \"name\": \"<string>\",\n      \"expression\": \"<string>\",\n      \"explanation\": \"<string>\",\n      \"inputNames\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    },\n    {\n      \"name\": \"<string>\",\n      \"expression\": \"<string>\",\n      \"explanation\": \"<string>\",\n      \"inputNames\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    }\n  ],\n  \"inputs\": [\n    {\n      \"description\": \"<string>\",\n      \"name\": \"<string>\",\n      \"multiple\": \"<string>\",\n      \"type\": \"LONG\",\n      \"inputs\": [\n        {\n          \"value\": \"<Circular reference to #/components/schemas/ContractInput detected>\"\n        },\n        {\n          \"value\": \"<Circular reference to #/components/schemas/ContractInput detected>\"\n        }\n      ]\n    },\n    {\n      \"description\": \"<string>\",\n      \"name\": \"<string>\",\n      \"multiple\": \"<string>\",\n      \"type\": \"FILE\",\n      \"inputs\": [\n        {\n          \"value\": \"<Circular reference to #/components/schemas/ContractInput detected>\"\n        },\n        {\n          \"value\": \"<Circular reference to #/components/schemas/ContractInput detected>\"\n        }\n      ]\n    }\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "92415c16-fb58-4a0b-a100-a0ca14d6b8f3",
                                                            "name": "Bad request.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "process",
                                                                        ":id",
                                                                        "contract"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ID of the Process to get the contract from",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Bad Request",
                                                            "code": 400,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "c5198da6-d850-4814-af3d-646bb8a4fc27",
                                                            "name": "Authorization information is missing or invalid.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "process",
                                                                        ":id",
                                                                        "contract"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ID of the Process to get the contract from",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Unauthorized",
                                                            "code": 401,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "b9423755-6081-4412-82e6-a586dbe9ba0b",
                                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "process",
                                                                        ":id",
                                                                        "contract"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ID of the Process to get the contract from",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Forbidden",
                                                            "code": 403,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "40af8154-27e0-4513-b0b2-02e978856ebb",
                                                            "name": "The resource for the specified ID was not found.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "process",
                                                                        ":id",
                                                                        "contract"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ID of the Process to get the contract from",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Not Found",
                                                            "code": 404,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "192a9853-e90f-4339-9f22-2f1af3ca79ed",
                                                            "name": "Unexpected error.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "process",
                                                                        ":id",
                                                                        "contract"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ID of the Process to get the contract from",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Internal Server Error",
                                                            "code": 500,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "instantiation",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "36424214-7b89-439b-87e8-10b88c2ab044",
                                                    "name": "Instanciate the process",
                                                    "request": {
                                                        "name": "Instanciate the process",
                                                        "description": {
                                                            "content": "Instanciate the process with the provided contract values.\n",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "process",
                                                                ":id",
                                                                "instantiation"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the process to instanciate",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"key_0\": 1644.5984697888339\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "28f7c4f1-1afe-4066-9833-798d71a9add5",
                                                            "name": "Return the created process instance ID",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "process",
                                                                        ":id",
                                                                        "instantiation"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ID of the process to instanciate",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"key_0\": 1644.5984697888339\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Created",
                                                            "code": 201,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"caseId\": \"<string>\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "66cd1240-e1aa-4c73-ad4b-825d746ee140",
                                                            "name": "Bad request.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "process",
                                                                        ":id",
                                                                        "instantiation"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ID of the process to instanciate",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"key_0\": 1644.5984697888339\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Bad Request",
                                                            "code": 400,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "16f0b5df-3da3-46ea-a694-baa2dc761692",
                                                            "name": "Authorization information is missing or invalid.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "process",
                                                                        ":id",
                                                                        "instantiation"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ID of the process to instanciate",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"key_0\": 1644.5984697888339\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Unauthorized",
                                                            "code": 401,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "735b7f08-0642-47b2-b13e-426c56ce4277",
                                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "process",
                                                                        ":id",
                                                                        "instantiation"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ID of the process to instanciate",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"key_0\": 1644.5984697888339\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Forbidden",
                                                            "code": 403,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "2c0d0671-ec57-4ca3-aad4-ce9ebed5993b",
                                                            "name": "Case creation limit reached (Community 2024.3+ only)",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "process",
                                                                        ":id",
                                                                        "instantiation"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ID of the process to instanciate",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"key_0\": 1644.5984697888339\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Too Many Requests",
                                                            "code": 429,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "Date when case counter will be refilled",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "Retry-After",
                                                                    "value": "<dateTime>"
                                                                }
                                                            ],
                                                            "body": "{\n  \"code\": \"<number>\",\n  \"description\": \"<string>\",\n  \"reasonPhrase\": \"<string>\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "2fd8c8b2-9337-4290-8ff2-8146efc942e8",
                                                            "name": "Unexpected error.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "process",
                                                                        ":id",
                                                                        "instantiation"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ID of the process to instanciate",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"key_0\": 1644.5984697888339\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Internal Server Error",
                                                            "code": 500,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "processInfo",
                            "description": "",
                            "item": [
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "d91cb847-d6fd-4e81-a411-4245f203745e",
                                            "name": "Finds the ProcessInfo by ID",
                                            "request": {
                                                "name": "Finds the ProcessInfo by ID",
                                                "description": {
                                                    "content": "Since 2022.2\n![edition](https://img.shields.io/badge/edition-entreprise-blue)\n\nReturns the single ProcessInfo for the given ID\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "processInfo",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ID of the ProcessInfo to return",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "81c5557d-7496-4cf6-a18d-0971444f8963",
                                                    "name": "Success",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "processInfo",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ProcessInfo to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"processDefinitionId\": \"<string>\",\n  \"flowNodeStatesCounters\": {\n    \"key_0\": {\n      \"ready\": \"<long>\",\n      \"failed\": \"<long>\",\n      \"executing\": \"<long>\",\n      \"waiting\": \"<long>\",\n      \"initializing\": \"<long>\",\n      \"completing\": \"<long>\"\n    }\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "ec4e52e1-9c6b-4c18-8e59-e98c5b129908",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "processInfo",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ProcessInfo to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "5218eae4-dc78-4181-b371-bb7b0e42c0fa",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "processInfo",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ProcessInfo to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "19747c9e-fa29-4df2-815e-c17797a55acd",
                                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "processInfo",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ProcessInfo to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "0338c1da-3452-4b48-b1d0-46d152dd08f4",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "processInfo",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ProcessInfo to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "0637f155-66ef-4d13-988a-44d5f5b321fb",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "processInfo",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ProcessInfo to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "processConnector",
                            "description": "",
                            "item": [
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "name": "{connectorImplId}",
                                            "description": "",
                                            "item": [
                                                {
                                                    "name": "{connectorImplVersion}",
                                                    "description": "",
                                                    "item": [
                                                        {
                                                            "id": "319a48c5-0dbf-42d1-b640-269d119e71af",
                                                            "name": "Update the Process Connector by Process ID",
                                                            "request": {
                                                                "name": "Update the Process Connector by Process ID",
                                                                "description": {
                                                                    "content": "![edition](https://img.shields.io/badge/edition-entreprise-blue)\n\nUpdate the ProcessConnector for the given ID\n\nWarning: as of 9.0.0, updating a Process Connector using this API is deprecated.\n",
                                                                    "type": "text/plain"
                                                                },
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "processConnector",
                                                                        ":id",
                                                                        ":connectorImplId",
                                                                        ":connectorImplVersion"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "id",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ID of the process to update",
                                                                                "type": "text/plain"
                                                                            }
                                                                        },
                                                                        {
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "connectorImplId",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ID of the Process Connector implementation to update",
                                                                                "type": "text/plain"
                                                                            }
                                                                        },
                                                                        {
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "connectorImplVersion",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Version of the Process Connector implementation to update",
                                                                                "type": "text/plain"
                                                                            }
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    }
                                                                ],
                                                                "method": "PUT",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"id\": \"<string>\",\n  \"implementation\": \"<string>\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                },
                                                                "auth": null
                                                            },
                                                            "response": [
                                                                {
                                                                    "id": "ec9bcd03-3eb6-477e-9830-d937490e2057",
                                                                    "name": "OK",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "API",
                                                                                "bpm",
                                                                                "processConnector",
                                                                                ":id",
                                                                                ":connectorImplId",
                                                                                ":connectorImplVersion"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ID of the process to update",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                                    "key": "id"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ID of the Process Connector implementation to update",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                                    "key": "connectorImplId"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Version of the Process Connector implementation to update",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                                    "key": "connectorImplVersion"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Content-Type",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: apikey",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "JSESSIONID",
                                                                                "value": "<API Key>"
                                                                            }
                                                                        ],
                                                                        "method": "PUT",
                                                                        "body": {
                                                                            "mode": "raw",
                                                                            "raw": "{\n  \"id\": \"<string>\",\n  \"implementation\": \"<string>\"\n}",
                                                                            "options": {
                                                                                "raw": {
                                                                                    "headerFamily": "json",
                                                                                    "language": "json"
                                                                                }
                                                                            }
                                                                        }
                                                                    },
                                                                    "status": "OK",
                                                                    "code": 200,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                },
                                                                {
                                                                    "id": "eaebed17-8a14-4d2e-a378-e45bba20b4f1",
                                                                    "name": "Bad request.",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "API",
                                                                                "bpm",
                                                                                "processConnector",
                                                                                ":id",
                                                                                ":connectorImplId",
                                                                                ":connectorImplVersion"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ID of the process to update",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                                    "key": "id"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ID of the Process Connector implementation to update",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                                    "key": "connectorImplId"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Version of the Process Connector implementation to update",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                                    "key": "connectorImplVersion"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Content-Type",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "key": "Accept",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: apikey",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "JSESSIONID",
                                                                                "value": "<API Key>"
                                                                            }
                                                                        ],
                                                                        "method": "PUT",
                                                                        "body": {
                                                                            "mode": "raw",
                                                                            "raw": "{\n  \"id\": \"<string>\",\n  \"implementation\": \"<string>\"\n}",
                                                                            "options": {
                                                                                "raw": {
                                                                                    "headerFamily": "json",
                                                                                    "language": "json"
                                                                                }
                                                                            }
                                                                        }
                                                                    },
                                                                    "status": "Bad Request",
                                                                    "code": 400,
                                                                    "header": [
                                                                        {
                                                                            "key": "Content-Type",
                                                                            "value": "application/json"
                                                                        }
                                                                    ],
                                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                },
                                                                {
                                                                    "id": "9e0424bf-e4fd-43af-a48d-4fb436822dde",
                                                                    "name": "Authorization information is missing or invalid.",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "API",
                                                                                "bpm",
                                                                                "processConnector",
                                                                                ":id",
                                                                                ":connectorImplId",
                                                                                ":connectorImplVersion"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ID of the process to update",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                                    "key": "id"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ID of the Process Connector implementation to update",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                                    "key": "connectorImplId"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Version of the Process Connector implementation to update",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                                    "key": "connectorImplVersion"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Content-Type",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "key": "Accept",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: apikey",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "JSESSIONID",
                                                                                "value": "<API Key>"
                                                                            }
                                                                        ],
                                                                        "method": "PUT",
                                                                        "body": {
                                                                            "mode": "raw",
                                                                            "raw": "{\n  \"id\": \"<string>\",\n  \"implementation\": \"<string>\"\n}",
                                                                            "options": {
                                                                                "raw": {
                                                                                    "headerFamily": "json",
                                                                                    "language": "json"
                                                                                }
                                                                            }
                                                                        }
                                                                    },
                                                                    "status": "Unauthorized",
                                                                    "code": 401,
                                                                    "header": [
                                                                        {
                                                                            "key": "Content-Type",
                                                                            "value": "application/json"
                                                                        }
                                                                    ],
                                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                },
                                                                {
                                                                    "id": "28f41004-fb31-451c-bd4a-c25bf5cfec08",
                                                                    "name": "The resource for the specified ID was not found.",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "API",
                                                                                "bpm",
                                                                                "processConnector",
                                                                                ":id",
                                                                                ":connectorImplId",
                                                                                ":connectorImplVersion"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ID of the process to update",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                                    "key": "id"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ID of the Process Connector implementation to update",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                                    "key": "connectorImplId"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Version of the Process Connector implementation to update",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                                    "key": "connectorImplVersion"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Content-Type",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "key": "Accept",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: apikey",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "JSESSIONID",
                                                                                "value": "<API Key>"
                                                                            }
                                                                        ],
                                                                        "method": "PUT",
                                                                        "body": {
                                                                            "mode": "raw",
                                                                            "raw": "{\n  \"id\": \"<string>\",\n  \"implementation\": \"<string>\"\n}",
                                                                            "options": {
                                                                                "raw": {
                                                                                    "headerFamily": "json",
                                                                                    "language": "json"
                                                                                }
                                                                            }
                                                                        }
                                                                    },
                                                                    "status": "Not Found",
                                                                    "code": 404,
                                                                    "header": [
                                                                        {
                                                                            "key": "Content-Type",
                                                                            "value": "application/json"
                                                                        }
                                                                    ],
                                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                },
                                                                {
                                                                    "id": "e57d41f9-8060-444d-8be5-e7ebae4ffe90",
                                                                    "name": "Unexpected error.",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "API",
                                                                                "bpm",
                                                                                "processConnector",
                                                                                ":id",
                                                                                ":connectorImplId",
                                                                                ":connectorImplVersion"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ID of the process to update",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                                    "key": "id"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) ID of the Process Connector implementation to update",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                                    "key": "connectorImplId"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Version of the Process Connector implementation to update",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                                    "key": "connectorImplVersion"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Content-Type",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "key": "Accept",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: apikey",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "JSESSIONID",
                                                                                "value": "<API Key>"
                                                                            }
                                                                        ],
                                                                        "method": "PUT",
                                                                        "body": {
                                                                            "mode": "raw",
                                                                            "raw": "{\n  \"id\": \"<string>\",\n  \"implementation\": \"<string>\"\n}",
                                                                            "options": {
                                                                                "raw": {
                                                                                    "headerFamily": "json",
                                                                                    "language": "json"
                                                                                }
                                                                            }
                                                                        }
                                                                    },
                                                                    "status": "Internal Server Error",
                                                                    "code": 500,
                                                                    "header": [
                                                                        {
                                                                            "key": "Content-Type",
                                                                            "value": "application/json"
                                                                        }
                                                                    ],
                                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                }
                                                            ],
                                                            "event": [],
                                                            "protocolProfileBehavior": {
                                                                "disableBodyPruning": true
                                                            }
                                                        }
                                                    ]
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "diagram",
                            "description": "",
                            "item": [
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "bb086d07-aeda-48fb-af79-e3072d9539d3",
                                            "name": "Finds the diagram process by ID",
                                            "request": {
                                                "name": "Finds the diagram process by ID",
                                                "description": {
                                                    "content": "![edition](https://img.shields.io/badge/edition-entreprise-blue)\n\nUse the diagram resource to access the process diagram xml representation. This is necessary for drawing the diagram.\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "diagram",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ID of the process to get the diagram from",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/xml"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "b5d7cc45-95ec-4867-a8a4-7d397723c82c",
                                                    "name": "Success",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "diagram",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the process to get the diagram from",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/xml"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/xml"
                                                        }
                                                    ],
                                                    "body": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<element>(string)</element>",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "xml"
                                                },
                                                {
                                                    "id": "29134731-cc9f-4ff2-b495-ff20e6271b42",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "diagram",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the process to get the diagram from",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "ae583416-0ed4-47cc-bd31-ecbed590ab40",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "diagram",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the process to get the diagram from",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "1e8d0e86-b9ff-4628-9f54-35e8796e8ed4",
                                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "diagram",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the process to get the diagram from",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "bc5af0b5-4fa2-475a-a4e3-47dfb235bc32",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "diagram",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the process to get the diagram from",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "e7821c2b-7b4b-49a9-8cd6-ef038a90aac1",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "diagram",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the process to get the diagram from",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "processParameter",
                            "description": "",
                            "item": [
                                {
                                    "id": "9e6bbaca-954c-4df6-a3e2-ba244ddff580",
                                    "name": "Finds ProcessParameters",
                                    "request": {
                                        "name": "Finds ProcessParameters",
                                        "description": {
                                            "content": "Finds ProcessParameters with pagination params and filters.\n",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "API",
                                                "bpm",
                                                "processParameter"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) index of the page to display",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "p",
                                                    "value": "0"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) maximum number of elements to retrieve",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "c",
                                                    "value": "20"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "OrKOIemKmRkbOx4e66sJImbWGQpiG09GR%RSKuHimY6RKvneI%xj9qTCbyIwSPgLCQqK1uDO05bdI0SNgZ7Bg1QTkW9dK0O655BK6lZY5maKUPszsczKGRE6Atfb6jFcpUFoAY8IsdpSUGDoCRtTKNZe9o1E%dktcAypG%b99rEI1WHdTxeT0YZY%HPvV3lf09ggm62qj0BZuo21XXDfSiPI9eX3N07kptV4ccvj0yUftTdLz"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "x62n%OFSzf6dRdC8"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "5dffec6f-ea74-46d7-9429-997fc4f85989",
                                            "name": "Success",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "processParameter"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "The total number of matching items",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "Content-Range",
                                                    "value": "<long>"
                                                }
                                            ],
                                            "body": "[\n  {\n    \"process_id\": \"<string>\",\n    \"process_name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"name\": \"<string>\",\n    \"value\": \"<string>\",\n    \"process_version\": \"<string>\",\n    \"type\": \"<string>\"\n  },\n  {\n    \"process_id\": \"<string>\",\n    \"process_name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"name\": \"<string>\",\n    \"value\": \"<string>\",\n    \"process_version\": \"<string>\",\n    \"type\": \"<string>\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "3a0fa269-9669-4800-b700-1b3515a08804",
                                            "name": "Bad request.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "processParameter"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "e8d330dc-455d-4ed1-bf2a-89feace1a4b6",
                                            "name": "Authorization information is missing or invalid.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "processParameter"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "3caaa64e-c396-4911-9de0-8a9797e03021",
                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "processParameter"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "d1d56c25-faa3-42ea-847b-45371b1625ce",
                                            "name": "Unexpected error.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "processParameter"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "name": "{name}",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "953fc6cd-ae18-49c1-abd4-32c10dc9a5d5",
                                                    "name": "Finds the ProcessParameter by ID",
                                                    "request": {
                                                        "name": "Finds the ProcessParameter by ID",
                                                        "description": {
                                                            "content": "Returns the single ProcessParameter for the given ID\n",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "processParameter",
                                                                ":id",
                                                                ":name"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the process to get parameter from",
                                                                        "type": "text/plain"
                                                                    }
                                                                },
                                                                {
                                                                    "type": "any",
                                                                    "value": "F\t--e_   bF yyk yYyJiL0_Yft2DuIcyFwHri0 pO qw\rM KQ oRa 8HQootlo\rGXDI u   7J᠎9  \r-um  1\tBT zn1ocM.-  94MPO75 hIvhkbu\ftm4k  yGcp W VCoXS75Qxjp9eJjNH 2.QM﻿pm _nAR3lIls HS  V tc4q \tSh_9X\u000bRp xMriK6fhf﻿Krz F uF  0\r p\f8  HjWII8C  sT84qe1Ep-n HCnsCQ mjp6  b",
                                                                    "key": "name",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Name of the process parameter to return",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "b88eba16-53e2-44ad-86d9-6b385b902baf",
                                                            "name": "Success",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "processParameter",
                                                                        ":id",
                                                                        ":name"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ID of the process to get parameter from",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "id"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Name of the process parameter to return",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "F\t--e_   bF yyk yYyJiL0_Yft2DuIcyFwHri0 pO qw\rM KQ oRa 8HQootlo\rGXDI u   7J᠎9  \r-um  1\tBT zn1ocM.-  94MPO75 hIvhkbu\ftm4k  yGcp W VCoXS75Qxjp9eJjNH 2.QM﻿pm _nAR3lIls HS  V tc4q \tSh_9X\u000bRp xMriK6fhf﻿Krz F uF  0\r p\f8  HjWII8C  sT84qe1Ep-n HCnsCQ mjp6  b",
                                                                            "key": "name"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"process_id\": \"<string>\",\n  \"process_name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"name\": \"<string>\",\n  \"value\": \"<string>\",\n  \"process_version\": \"<string>\",\n  \"type\": \"<string>\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "a419b808-8a7d-41f7-a74c-6d1955c2e916",
                                                            "name": "Bad request.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "processParameter",
                                                                        ":id",
                                                                        ":name"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ID of the process to get parameter from",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "id"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Name of the process parameter to return",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "F\t--e_   bF yyk yYyJiL0_Yft2DuIcyFwHri0 pO qw\rM KQ oRa 8HQootlo\rGXDI u   7J᠎9  \r-um  1\tBT zn1ocM.-  94MPO75 hIvhkbu\ftm4k  yGcp W VCoXS75Qxjp9eJjNH 2.QM﻿pm _nAR3lIls HS  V tc4q \tSh_9X\u000bRp xMriK6fhf﻿Krz F uF  0\r p\f8  HjWII8C  sT84qe1Ep-n HCnsCQ mjp6  b",
                                                                            "key": "name"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Bad Request",
                                                            "code": 400,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "24bb1378-fe57-4564-958e-d191940aae36",
                                                            "name": "Authorization information is missing or invalid.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "processParameter",
                                                                        ":id",
                                                                        ":name"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ID of the process to get parameter from",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "id"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Name of the process parameter to return",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "F\t--e_   bF yyk yYyJiL0_Yft2DuIcyFwHri0 pO qw\rM KQ oRa 8HQootlo\rGXDI u   7J᠎9  \r-um  1\tBT zn1ocM.-  94MPO75 hIvhkbu\ftm4k  yGcp W VCoXS75Qxjp9eJjNH 2.QM﻿pm _nAR3lIls HS  V tc4q \tSh_9X\u000bRp xMriK6fhf﻿Krz F uF  0\r p\f8  HjWII8C  sT84qe1Ep-n HCnsCQ mjp6  b",
                                                                            "key": "name"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Unauthorized",
                                                            "code": 401,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "f78fee7d-447a-4e56-8907-3f6e2c9e8d8f",
                                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "processParameter",
                                                                        ":id",
                                                                        ":name"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ID of the process to get parameter from",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "id"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Name of the process parameter to return",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "F\t--e_   bF yyk yYyJiL0_Yft2DuIcyFwHri0 pO qw\rM KQ oRa 8HQootlo\rGXDI u   7J᠎9  \r-um  1\tBT zn1ocM.-  94MPO75 hIvhkbu\ftm4k  yGcp W VCoXS75Qxjp9eJjNH 2.QM﻿pm _nAR3lIls HS  V tc4q \tSh_9X\u000bRp xMriK6fhf﻿Krz F uF  0\r p\f8  HjWII8C  sT84qe1Ep-n HCnsCQ mjp6  b",
                                                                            "key": "name"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Forbidden",
                                                            "code": 403,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "12b2dc9d-c629-4421-b518-8ddcf2b3bfe6",
                                                            "name": "The resource for the specified ID was not found.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "processParameter",
                                                                        ":id",
                                                                        ":name"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ID of the process to get parameter from",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "id"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Name of the process parameter to return",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "F\t--e_   bF yyk yYyJiL0_Yft2DuIcyFwHri0 pO qw\rM KQ oRa 8HQootlo\rGXDI u   7J᠎9  \r-um  1\tBT zn1ocM.-  94MPO75 hIvhkbu\ftm4k  yGcp W VCoXS75Qxjp9eJjNH 2.QM﻿pm _nAR3lIls HS  V tc4q \tSh_9X\u000bRp xMriK6fhf﻿Krz F uF  0\r p\f8  HjWII8C  sT84qe1Ep-n HCnsCQ mjp6  b",
                                                                            "key": "name"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Not Found",
                                                            "code": 404,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "7b7a88f8-c0dc-4757-802f-2520d1a3f5df",
                                                            "name": "Unexpected error.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "processParameter",
                                                                        ":id",
                                                                        ":name"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ID of the process to get parameter from",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "id"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Name of the process parameter to return",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "F\t--e_   bF yyk yYyJiL0_Yft2DuIcyFwHri0 pO qw\rM KQ oRa 8HQootlo\rGXDI u   7J᠎9  \r-um  1\tBT zn1ocM.-  94MPO75 hIvhkbu\ftm4k  yGcp W VCoXS75Qxjp9eJjNH 2.QM﻿pm _nAR3lIls HS  V tc4q \tSh_9X\u000bRp xMriK6fhf﻿Krz F uF  0\r p\f8  HjWII8C  sT84qe1Ep-n HCnsCQ mjp6  b",
                                                                            "key": "name"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Internal Server Error",
                                                            "code": 500,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                },
                                                {
                                                    "id": "76747a78-e3a9-4b95-a042-ebf2d6a263dc",
                                                    "name": "Update the ProcessParameter by ID",
                                                    "request": {
                                                        "name": "Update the ProcessParameter by ID",
                                                        "description": {
                                                            "content": "![edition](https://img.shields.io/badge/edition-entreprise-blue)\n\nUpdate the ProcessParameter for the given ID\n\nWarning: as of 9.0.0, importing a Process parameter using this API is deprecated.\n",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "processParameter",
                                                                ":id",
                                                                ":name"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the process to get parameter from",
                                                                        "type": "text/plain"
                                                                    }
                                                                },
                                                                {
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "name",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Name of the process parameter to return",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"value\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "84caf5ea-5dc8-4d7f-b5d3-f000855be875",
                                                            "name": "OK",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "processParameter",
                                                                        ":id",
                                                                        ":name"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ID of the process to get parameter from",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "id"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Name of the process parameter to return",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "name"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "PUT",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"value\": \"<string>\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "033474c1-35c6-4b25-b036-208aafba7958",
                                                            "name": "Bad request.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "processParameter",
                                                                        ":id",
                                                                        ":name"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ID of the process to get parameter from",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "id"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Name of the process parameter to return",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "name"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "PUT",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"value\": \"<string>\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Bad Request",
                                                            "code": 400,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "9e19454c-fd9e-457e-ae2c-81f761e43b1a",
                                                            "name": "Authorization information is missing or invalid.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "processParameter",
                                                                        ":id",
                                                                        ":name"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ID of the process to get parameter from",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "id"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Name of the process parameter to return",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "name"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "PUT",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"value\": \"<string>\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Unauthorized",
                                                            "code": 401,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "6d45c172-b10c-4dd7-b129-f64a2d77c265",
                                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "processParameter",
                                                                        ":id",
                                                                        ":name"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ID of the process to get parameter from",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "id"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Name of the process parameter to return",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "name"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "PUT",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"value\": \"<string>\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Forbidden",
                                                            "code": 403,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "6caa6ce4-1473-46bc-9d4a-c6962f3d5cc9",
                                                            "name": "The resource for the specified ID was not found.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "processParameter",
                                                                        ":id",
                                                                        ":name"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ID of the process to get parameter from",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "id"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Name of the process parameter to return",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "name"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "PUT",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"value\": \"<string>\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Not Found",
                                                            "code": 404,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "3873e7ca-3971-437c-91ac-7b05aacd7c45",
                                                            "name": "Unexpected error.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "processParameter",
                                                                        ":id",
                                                                        ":name"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ID of the process to get parameter from",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "id"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Name of the process parameter to return",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "name"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "PUT",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"value\": \"<string>\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Internal Server Error",
                                                            "code": 500,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "processResolutionProblem",
                            "description": "",
                            "item": [
                                {
                                    "id": "6391c4d7-94c3-45bf-9529-ecb3c44a1e26",
                                    "name": "Finds ProcessResolutionProblems",
                                    "request": {
                                        "name": "Finds ProcessResolutionProblems",
                                        "description": {
                                            "content": "Finds ProcessResolutionProblems with pagination params and filters to list the problems that need to be solved before a process can be used.\n\n**Filtering on the process definition ID is mandatory.**\n",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "API",
                                                "bpm",
                                                "processResolutionProblem"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) index of the page to display",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "p",
                                                    "value": "0"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) maximum number of elements to retrieve",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "c",
                                                    "value": "20"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "OrKOIemKmRkbOx4e66sJImbWGQpiG09GR%RSKuHimY6RKvneI%xj9qTCbyIwSPgLCQqK1uDO05bdI0SNgZ7Bg1QTkW9dK0O655BK6lZY5maKUPszsczKGRE6Atfb6jFcpUFoAY8IsdpSUGDoCRtTKNZe9o1E%dktcAypG%b99rEI1WHdTxeT0YZY%HPvV3lf09ggm62qj0BZuo21XXDfSiPI9eX3N07kptV4ccvj0yUftTdLz"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "x62n%OFSzf6dRdC8"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "4d08f3bb-3c4c-4f27-ae38-4f6b74115d81",
                                            "name": "Success",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "processResolutionProblem"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "The total number of matching items",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "Content-Range",
                                                    "value": "<long>"
                                                }
                                            ],
                                            "body": "[\n  {\n    \"message\": \"<string>\",\n    \"resource_id\": \"<string>\",\n    \"target_type\": \"<string>\"\n  },\n  {\n    \"message\": \"<string>\",\n    \"resource_id\": \"<string>\",\n    \"target_type\": \"<string>\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "8bce8a06-4e6b-4ce2-9282-56ace90f68b5",
                                            "name": "Bad request.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "processResolutionProblem"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "1fa6eb1f-348e-4f01-92ba-c7d0429a0437",
                                            "name": "Authorization information is missing or invalid.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "processResolutionProblem"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "8075a707-4857-4ffb-a1c3-59dddebc492e",
                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "processResolutionProblem"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "c675ac50-56b4-4642-a901-aed617d0047a",
                                            "name": "Unexpected error.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "processResolutionProblem"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        },
                        {
                            "name": "processSupervisor",
                            "description": "",
                            "item": [
                                {
                                    "id": "2a73a33b-d34e-4066-9abf-76ee16ce4345",
                                    "name": "Finds ProcessSupervisors",
                                    "request": {
                                        "name": "Finds ProcessSupervisors",
                                        "description": {
                                            "content": "Finds ProcessSupervisors with pagination params and filters\n\nTo filter, you need to specify the `process_id`, and then the `user_id`, `group_id` and `role_id` with one of them\n(two if you want to filter on group and role) set to `>0` and the other ones set to `-1`.\nE.g.: `f=process_id%3D8040901857674754544&f=user_id%3D>0&f=group_id%3D-1&f=role_id%3D-1`\n",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "API",
                                                "bpm",
                                                "processSupervisor"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) index of the page to display",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "p",
                                                    "value": "0"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) maximum number of elements to retrieve",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "c",
                                                    "value": "20"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "OrKOIemKmRkbOx4e66sJImbWGQpiG09GR%RSKuHimY6RKvneI%xj9qTCbyIwSPgLCQqK1uDO05bdI0SNgZ7Bg1QTkW9dK0O655BK6lZY5maKUPszsczKGRE6Atfb6jFcpUFoAY8IsdpSUGDoCRtTKNZe9o1E%dktcAypG%b99rEI1WHdTxeT0YZY%HPvV3lf09ggm62qj0BZuo21XXDfSiPI9eX3N07kptV4ccvj0yUftTdLz"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "x62n%OFSzf6dRdC8"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "01db5329-6a64-45f4-8f66-ccfd9e93ca0e",
                                            "name": "Success",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "processSupervisor"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "The total number of matching items",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "Content-Range",
                                                    "value": "<long>"
                                                }
                                            ],
                                            "body": "[\n  {\n    \"process_id\": \"<string>\",\n    \"role_id\": \"<string>\",\n    \"group_id\": \"<string>\",\n    \"user_id\": \"<string>\"\n  },\n  {\n    \"process_id\": \"<string>\",\n    \"role_id\": \"<string>\",\n    \"group_id\": \"<string>\",\n    \"user_id\": \"<string>\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "0ab2be1a-e221-4169-b99f-ea49e70cc5a3",
                                            "name": "Bad request.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "processSupervisor"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "eb7a2a6c-04a3-41d9-a04a-4be87bdcab39",
                                            "name": "Authorization information is missing or invalid.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "processSupervisor"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "de650fe0-ee97-49ab-843e-4767b9a0a96a",
                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "processSupervisor"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "819dd6af-058e-4adb-8771-b2c55204b5a3",
                                            "name": "Unexpected error.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "processSupervisor"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "e5116919-1dbc-4c88-be9f-92d5bea49905",
                                    "name": "Create the ProcessSupervisor",
                                    "request": {
                                        "name": "Create the ProcessSupervisor",
                                        "description": {
                                            "content": "Create the ProcessSupervisor\n",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "API",
                                                "bpm",
                                                "processSupervisor"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"process_id\": \"<string>\",\n  \"role_id\": \"<string>\",\n  \"group_id\": \"<string>\",\n  \"user_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        },
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "61378b4a-1894-4101-86cf-12088c0b110e",
                                            "name": "Success",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "processSupervisor"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"process_id\": \"<string>\",\n  \"role_id\": \"<string>\",\n  \"group_id\": \"<string>\",\n  \"user_id\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"process_id\": \"<string>\",\n  \"role_id\": \"<string>\",\n  \"group_id\": \"<string>\",\n  \"user_id\": \"<string>\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "85c6845d-3136-4201-8438-765e4455b285",
                                            "name": "Bad request.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "processSupervisor"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"process_id\": \"<string>\",\n  \"role_id\": \"<string>\",\n  \"group_id\": \"<string>\",\n  \"user_id\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "5de99975-6f05-4f22-84af-c71e02ac2687",
                                            "name": "Authorization information is missing or invalid.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "processSupervisor"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"process_id\": \"<string>\",\n  \"role_id\": \"<string>\",\n  \"group_id\": \"<string>\",\n  \"user_id\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "742aa1bd-a994-4d17-9f9a-9ed0bc7f8f6b",
                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "processSupervisor"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"process_id\": \"<string>\",\n  \"role_id\": \"<string>\",\n  \"group_id\": \"<string>\",\n  \"user_id\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "b8831e36-4394-4d1e-8101-7aaef688078a",
                                            "name": "Unexpected error.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "processSupervisor"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"process_id\": \"<string>\",\n  \"role_id\": \"<string>\",\n  \"group_id\": \"<string>\",\n  \"user_id\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "faff50ae-d73f-4309-ab16-fd780dc19250",
                                    "name": "Delete the ProcessSupervisor by ID",
                                    "request": {
                                        "name": "Delete the ProcessSupervisor by ID",
                                        "description": {
                                            "content": "Delete the ProcessSupervisor for the given compoound IDs\n\nYou can delete a process supervisor by specifying its compound Id in the body of the request with the following format: `process_id/user_id/role_id/group_id`\n",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "API",
                                                "bpm",
                                                "processSupervisor"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "DELETE",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "[\n  \"<string>\",\n  \"<string>\"\n]",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        },
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "3fba1de6-805d-437d-b1bf-4802298e2b14",
                                            "name": "OK",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "processSupervisor"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "DELETE",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "[\n  \"<string>\",\n  \"<string>\"\n]",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        },
                                        {
                                            "id": "4d1bd8da-0f0f-4f33-9037-47cf0e51b104",
                                            "name": "Bad request.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "processSupervisor"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "DELETE",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "[\n  \"<string>\",\n  \"<string>\"\n]",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "129e86cb-97bb-4742-b814-7c5941b1c74b",
                                            "name": "Authorization information is missing or invalid.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "processSupervisor"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "DELETE",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "[\n  \"<string>\",\n  \"<string>\"\n]",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "5b02c1d1-97fe-4600-a903-a607d5636be7",
                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "processSupervisor"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "DELETE",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "[\n  \"<string>\",\n  \"<string>\"\n]",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "c6772281-584c-4c3e-afd4-56596f0e13e5",
                                            "name": "The resource for the specified ID was not found.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "processSupervisor"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "DELETE",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "[\n  \"<string>\",\n  \"<string>\"\n]",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Not Found",
                                            "code": 404,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "f016aa80-d9a4-4234-9a48-1aa3d4fa42f8",
                                            "name": "Unexpected error.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "processSupervisor"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "DELETE",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "[\n  \"<string>\",\n  \"<string>\"\n]",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        },
                        {
                            "name": "processConnectorDependency",
                            "description": "",
                            "item": [
                                {
                                    "id": "834f4452-bae4-45c0-9e9c-80f5eb43b7c5",
                                    "name": "Finds ProcessConnectorDependencies",
                                    "request": {
                                        "name": "Finds ProcessConnectorDependencies",
                                        "description": {
                                            "content": "Finds ProcessConnectorDependencies with pagination params and filters\n\n**Mandatory filters: `connector_process_id`, `connector_name`, `connector_version`**\n",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "API",
                                                "bpm",
                                                "processConnectorDependency"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) index of the page to display",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "p",
                                                    "value": "0"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) maximum number of elements to retrieve",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "c",
                                                    "value": "20"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "OrKOIemKmRkbOx4e66sJImbWGQpiG09GR%RSKuHimY6RKvneI%xj9qTCbyIwSPgLCQqK1uDO05bdI0SNgZ7Bg1QTkW9dK0O655BK6lZY5maKUPszsczKGRE6Atfb6jFcpUFoAY8IsdpSUGDoCRtTKNZe9o1E%dktcAypG%b99rEI1WHdTxeT0YZY%HPvV3lf09ggm62qj0BZuo21XXDfSiPI9eX3N07kptV4ccvj0yUftTdLz"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "x62n%OFSzf6dRdC8"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "3cf02bdb-62dc-45a2-bdd6-19244760d1ab",
                                            "name": "Success",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "processConnectorDependency"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "The total number of matching items",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "Content-Range",
                                                    "value": "<long>"
                                                }
                                            ],
                                            "body": "[\n  {\n    \"connector_version\": \"<string>\",\n    \"connector_process_id\": \"<string>\",\n    \"filename\": \"<string>\",\n    \"connector_name\": \"<string>\"\n  },\n  {\n    \"connector_version\": \"<string>\",\n    \"connector_process_id\": \"<string>\",\n    \"filename\": \"<string>\",\n    \"connector_name\": \"<string>\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "111ed5c8-bd8e-4dd1-a5a5-410df0708c9b",
                                            "name": "Bad request.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "processConnectorDependency"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "50842e33-fbce-43ed-bc82-9a16d959bbbf",
                                            "name": "Authorization information is missing or invalid.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "processConnectorDependency"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "e8027edd-fecf-4945-ad37-af1628fa4cde",
                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "processConnectorDependency"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "ba19efbc-db71-480a-855c-d925a563583f",
                                            "name": "Unexpected error.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "processConnectorDependency"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        },
                        {
                            "name": "connectorFailure",
                            "description": "",
                            "item": [
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "344f366f-0e45-43db-b6b6-10daed98fc42",
                                            "name": "Finds the ConnectorFailure by ID",
                                            "request": {
                                                "name": "Finds the ConnectorFailure by ID",
                                                "description": {
                                                    "content": "Returns the single ConnectorFailure for the given ID\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "connectorFailure",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ID of the ConnectorFailure to return",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "6ca161f1-f33a-4faf-9123-b7805b62acb4",
                                                    "name": "Success",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "connectorFailure",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ConnectorFailure to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"errorMessage\": \"<string>\",\n  \"connectorInstanceId\": \"<string>\",\n  \"errorStackTrace\": \"<string>\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "db10dbf0-1ee3-4b96-b364-2541bd4356d7",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "connectorFailure",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ConnectorFailure to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "6ca3ef96-0fcb-498e-bb45-ab849febe933",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "connectorFailure",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ConnectorFailure to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "88cf4865-1830-4499-a3a9-0b884bc365f9",
                                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "connectorFailure",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ConnectorFailure to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "e86c9ed2-1005-455d-b719-6b3ca74ff96d",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "connectorFailure",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ConnectorFailure to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "f87f09de-40a0-4365-a11c-90e127643603",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "connectorFailure",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ConnectorFailure to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "connectorInstance",
                            "description": "",
                            "item": [
                                {
                                    "id": "0359b1a0-f417-4bd7-96f8-299a17a6302c",
                                    "name": "Finds ConnectorInstances",
                                    "request": {
                                        "name": "Finds ConnectorInstances",
                                        "description": {
                                            "content": "Finds ConnectorInstances attached to a process or a flow node with pagination params and filters.\n\nYou can filter on:\n\n* `containerId`: the process instance or flow node instance ID\n* `state`: the connector state `TO_BE_EXECUTED`, `EXECUTING`, `TO_RE_EXECUTE`, `DONE`, `FAILED`, `SKIPPED`\n* `containerType`: the type of container: either `flowNode` or `process` (since version 10.3 - 2025.1)\n* `name`: the connector name (since version 10.3 - 2025.1)\n* `version`: the connector version (since version 10.3 - 2025.1)\n* `connectorId`: the connector definition ID (since version 10.3 - 2025.1)\n* `activationEvent`: the container event on which the connector is instanciated: either `ON_ENTER` or `ON_FINISH` (since version 10.3 - 2025.1)\n",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "API",
                                                "bpm",
                                                "connectorInstance"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) index of the page to display",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "p",
                                                    "value": "0"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) maximum number of elements to retrieve",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "c",
                                                    "value": "20"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "OrKOIemKmRkbOx4e66sJImbWGQpiG09GR%RSKuHimY6RKvneI%xj9qTCbyIwSPgLCQqK1uDO05bdI0SNgZ7Bg1QTkW9dK0O655BK6lZY5maKUPszsczKGRE6Atfb6jFcpUFoAY8IsdpSUGDoCRtTKNZe9o1E%dktcAypG%b99rEI1WHdTxeT0YZY%HPvV3lf09ggm62qj0BZuo21XXDfSiPI9eX3N07kptV4ccvj0yUftTdLz"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "x62n%OFSzf6dRdC8"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "1a457b45-f5d2-474b-b4ea-2d21cea6d08b",
                                            "name": "Success",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "connectorInstance"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "The total number of matching items",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "Content-Range",
                                                    "value": "<long>"
                                                }
                                            ],
                                            "body": "[\n  {\n    \"containerType\": \"<string>\",\n    \"connectorId\": \"<string>\",\n    \"id\": \"<long>\",\n    \"name\": \"<string>\",\n    \"activationEvent\": \"ON_FINISH\",\n    \"state\": \"FAILED\",\n    \"containerId\": \"<string>\",\n    \"version\": \"<string>\"\n  },\n  {\n    \"containerType\": \"<string>\",\n    \"connectorId\": \"<string>\",\n    \"id\": \"<long>\",\n    \"name\": \"<string>\",\n    \"activationEvent\": \"ON_ENTER\",\n    \"state\": \"EXECUTING\",\n    \"containerId\": \"<string>\",\n    \"version\": \"<string>\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "7692c27e-e134-4cac-b8c0-3f514e8203c9",
                                            "name": "Bad request.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "connectorInstance"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "f1a6b0b5-8636-4e53-b551-36d73b93b226",
                                            "name": "Authorization information is missing or invalid.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "connectorInstance"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "75cd7df6-152b-46ec-8674-aa1e0cbf9848",
                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "connectorInstance"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "2f94787e-4a91-40b7-a060-adcbc429f868",
                                            "name": "Unexpected error.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "connectorInstance"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        },
                        {
                            "name": "archivedConnectorInstance",
                            "description": "",
                            "item": [
                                {
                                    "id": "272d7691-089b-49be-8f19-b63a592384c2",
                                    "name": "Finds ArchivedConnectorInstances",
                                    "request": {
                                        "name": "Finds ArchivedConnectorInstances",
                                        "description": {
                                            "content": "Finds ArchivedConnectorInstances with pagination params and filters\n",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "API",
                                                "bpm",
                                                "archivedConnectorInstance"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) index of the page to display",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "p",
                                                    "value": "0"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) maximum number of elements to retrieve",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "c",
                                                    "value": "20"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "OrKOIemKmRkbOx4e66sJImbWGQpiG09GR%RSKuHimY6RKvneI%xj9qTCbyIwSPgLCQqK1uDO05bdI0SNgZ7Bg1QTkW9dK0O655BK6lZY5maKUPszsczKGRE6Atfb6jFcpUFoAY8IsdpSUGDoCRtTKNZe9o1E%dktcAypG%b99rEI1WHdTxeT0YZY%HPvV3lf09ggm62qj0BZuo21XXDfSiPI9eX3N07kptV4ccvj0yUftTdLz"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "x62n%OFSzf6dRdC8"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "368ad446-c77f-42c1-8362-b5f477b70f13",
                                            "name": "Success",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "archivedConnectorInstance"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "The total number of matching items",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "Content-Range",
                                                    "value": "<long>"
                                                }
                                            ],
                                            "body": "[\n  {\n    \"containerType\": \"<string>\",\n    \"connectorId\": \"<string>\",\n    \"id\": \"<long>\",\n    \"name\": \"<string>\",\n    \"activationEvent\": \"ON_ENTER\",\n    \"state\": \"SKIPPED\",\n    \"containerId\": \"<string>\",\n    \"version\": \"<string>\",\n    \"archivedDate\": \"1007-05-07 05:23:43\"\n  },\n  {\n    \"containerType\": \"<string>\",\n    \"connectorId\": \"<string>\",\n    \"id\": \"<long>\",\n    \"name\": \"<string>\",\n    \"activationEvent\": \"ON_ENTER\",\n    \"state\": \"EXECUTING\",\n    \"containerId\": \"<string>\",\n    \"version\": \"<string>\",\n    \"archivedDate\": \"4753-01-03 18:46:20\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "483b008b-69a1-46e4-a816-afd2b566a7bb",
                                            "name": "Bad request.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "archivedConnectorInstance"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "f1d1b610-b585-40b6-bd17-97cf98c18df4",
                                            "name": "Authorization information is missing or invalid.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "archivedConnectorInstance"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "5586b776-3ec0-4588-a48b-019dee9fd9ff",
                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "archivedConnectorInstance"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "7d1ee53e-6513-414f-9fe8-aeda13f59c4d",
                                            "name": "Unexpected error.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "archivedConnectorInstance"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        },
                        {
                            "name": "flowNode",
                            "description": "",
                            "item": [
                                {
                                    "id": "4f461e9d-5392-4c33-8bdb-2bca8920e6ed",
                                    "name": "Finds FlowNodes",
                                    "request": {
                                        "name": "Finds FlowNodes",
                                        "description": {
                                            "content": "Finds FlowNodes with pagination params and filters\n\n- can order on `name`, `displayName`, `state`, `processDefinitionId`, `parentProcessInstanceId`, `parentActivityInstanceId` (if the retrieved flow nodes are activities, order by parent activity id), `rootProcessInstanceId`, `lastUpdateDate`\n- can search on any field that can be used to order results\n- can filter on `name`, `state`, `processId`, `parentProcessInstanceId`, `rootProcessInstanceId`, `last_update_date`\n",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "API",
                                                "bpm",
                                                "flowNode"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) index of the page to display",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "p",
                                                    "value": "0"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) maximum number of elements to retrieve",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "c",
                                                    "value": "20"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "OrKOIemKmRkbOx4e66sJImbWGQpiG09GR%RSKuHimY6RKvneI%xj9qTCbyIwSPgLCQqK1uDO05bdI0SNgZ7Bg1QTkW9dK0O655BK6lZY5maKUPszsczKGRE6Atfb6jFcpUFoAY8IsdpSUGDoCRtTKNZe9o1E%dktcAypG%b99rEI1WHdTxeT0YZY%HPvV3lf09ggm62qj0BZuo21XXDfSiPI9eX3N07kptV4ccvj0yUftTdLz"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "x62n%OFSzf6dRdC8"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "ac7aefe0-48a8-4f56-b425-ee484eec01e2",
                                            "name": "Success",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "flowNode"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "The total number of matching items",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "Content-Range",
                                                    "value": "<long>"
                                                }
                                            ],
                                            "body": "[\n  {\n    \"id\": \"<string>\",\n    \"displayDescription\": \"<string>\",\n    \"executedBySubstitute\": \"<string>\",\n    \"caseId\": \"<string>\",\n    \"parentCaseId\": \"<string>\",\n    \"rootCaseId\": \"<string>\",\n    \"processId\": \"<string>\",\n    \"rootContainerId\": \"<string>\",\n    \"state\": \"<string>\",\n    \"type\": \"<string>\",\n    \"assigned_id\": \"<string>\",\n    \"assigned_date\": \"<string>\",\n    \"executedBy\": \"<string>\",\n    \"priority\": \"<string>\",\n    \"actorId\": \"<string>\",\n    \"description\": \"<string>\",\n    \"name\": \"<string>\",\n    \"reached_state_date\": \"<string>\",\n    \"displayName\": \"<string>\",\n    \"dueDate\": \"<string>\",\n    \"last_update_date\": \"<string>\",\n    \"parentTaskId\": \"<string>\"\n  },\n  {\n    \"id\": \"<string>\",\n    \"displayDescription\": \"<string>\",\n    \"executedBySubstitute\": \"<string>\",\n    \"caseId\": \"<string>\",\n    \"parentCaseId\": \"<string>\",\n    \"rootCaseId\": \"<string>\",\n    \"processId\": \"<string>\",\n    \"rootContainerId\": \"<string>\",\n    \"state\": \"<string>\",\n    \"type\": \"<string>\",\n    \"assigned_id\": \"<string>\",\n    \"assigned_date\": \"<string>\",\n    \"executedBy\": \"<string>\",\n    \"priority\": \"<string>\",\n    \"actorId\": \"<string>\",\n    \"description\": \"<string>\",\n    \"name\": \"<string>\",\n    \"reached_state_date\": \"<string>\",\n    \"displayName\": \"<string>\",\n    \"dueDate\": \"<string>\",\n    \"last_update_date\": \"<string>\",\n    \"parentTaskId\": \"<string>\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "e206404a-7321-4dc6-8e28-2e9e169f01cf",
                                            "name": "Bad request.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "flowNode"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "038de04e-c2a6-4fb6-96d9-d504dc3c2528",
                                            "name": "Authorization information is missing or invalid.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "flowNode"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "4822732e-a32a-4f51-b3cf-0d0f5cb6768f",
                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "flowNode"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "d705da69-356e-436c-9221-3aa200b50561",
                                            "name": "Unexpected error.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "flowNode"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "2ef70865-6c33-478f-adcc-62b418130c1f",
                                            "name": "Finds the FlowNode by ID",
                                            "request": {
                                                "name": "Finds the FlowNode by ID",
                                                "description": {
                                                    "content": "Returns the single FlowNode for the given ID\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "flowNode",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ID of the FlowNode to return",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "adcdcf7d-fcd7-4ff0-bf8c-a5f8d225ec1c",
                                                    "name": "Success",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "flowNode",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the FlowNode to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"id\": \"<string>\",\n  \"displayDescription\": \"<string>\",\n  \"executedBySubstitute\": \"<string>\",\n  \"caseId\": \"<string>\",\n  \"parentCaseId\": \"<string>\",\n  \"rootCaseId\": \"<string>\",\n  \"processId\": \"<string>\",\n  \"rootContainerId\": \"<string>\",\n  \"state\": \"<string>\",\n  \"type\": \"<string>\",\n  \"assigned_id\": \"<string>\",\n  \"assigned_date\": \"<string>\",\n  \"executedBy\": \"<string>\",\n  \"priority\": \"<string>\",\n  \"actorId\": \"<string>\",\n  \"description\": \"<string>\",\n  \"name\": \"<string>\",\n  \"reached_state_date\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"dueDate\": \"<string>\",\n  \"last_update_date\": \"<string>\",\n  \"parentTaskId\": \"<string>\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "2e292dd7-f2f6-4b31-a6f8-060b576b9b40",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "flowNode",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the FlowNode to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "af1d6cb4-b7f9-4be7-b08a-acc37b49d393",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "flowNode",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the FlowNode to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "e5f53625-1c4c-46c6-b0f3-f2a536b6256f",
                                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "flowNode",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the FlowNode to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "3bda100a-b49d-4387-9ffd-fde5bf355c22",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "flowNode",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the FlowNode to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "313bb286-e508-4fad-9db3-189d9060065e",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "flowNode",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the FlowNode to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "2ea9f3c5-268a-4204-a341-c9421ef8722e",
                                            "name": "Update the FlowNode by ID",
                                            "request": {
                                                "name": "Update the FlowNode by ID",
                                                "description": {
                                                    "content": "![edition](https://img.shields.io/badge/edition-entreprise-blue)\n\nReplay the flow node for the given ID.\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "flowNode",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ID of the FlowNode to return",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "PUT",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"state\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "ef9fff3e-5539-4c5d-ba04-fbf48a2847cb",
                                                    "name": "OK",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "flowNode",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the FlowNode to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"state\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "8a8b0525-418f-431d-ac2b-80f77a9162ce",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "flowNode",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the FlowNode to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"state\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "9f172dd2-5627-476c-b661-cedba8ec855e",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "flowNode",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the FlowNode to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"state\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "edd655e2-b174-4383-b162-bbc6f3b94891",
                                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "flowNode",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the FlowNode to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"state\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "2e68b406-8b73-4ca3-bedd-bae0b306f7c4",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "flowNode",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the FlowNode to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"state\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "7db99457-0294-49d6-9681-deb969dbdbe9",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "flowNode",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the FlowNode to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"state\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "archivedFlowNode",
                            "description": "",
                            "item": [
                                {
                                    "id": "d20de3f8-a108-4598-b61c-b6e01c8aa10f",
                                    "name": "Finds ArchivedFlowNodes",
                                    "request": {
                                        "name": "Finds ArchivedFlowNodes",
                                        "description": {
                                            "content": "Finds ArchivedFlowNodes with pagination params and filters\n\n- can order on `name`, `displayName`, `state`, `type`, `isTerminal`, `processId`, `caseId`, `archivedDate`\n- can search on any field that can be used to order results\n- can filter on `name`, `displayName`, `state`, `stateId`, `kind`, `terminal`, `processDefinitionId`, `parentProcessInstanceId`, `rootProcessInstanceId`, `parentActivityInstanceId`, `archivedDate`, `reachedStateDate`, `sourceObjectId`\n",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "API",
                                                "bpm",
                                                "archivedFlowNode"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) index of the page to display",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "p",
                                                    "value": "0"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) maximum number of elements to retrieve",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "c",
                                                    "value": "20"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "OrKOIemKmRkbOx4e66sJImbWGQpiG09GR%RSKuHimY6RKvneI%xj9qTCbyIwSPgLCQqK1uDO05bdI0SNgZ7Bg1QTkW9dK0O655BK6lZY5maKUPszsczKGRE6Atfb6jFcpUFoAY8IsdpSUGDoCRtTKNZe9o1E%dktcAypG%b99rEI1WHdTxeT0YZY%HPvV3lf09ggm62qj0BZuo21XXDfSiPI9eX3N07kptV4ccvj0yUftTdLz"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "x62n%OFSzf6dRdC8"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "b3d32d46-8179-4500-8ef9-42193451b960",
                                            "name": "Success",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "archivedFlowNode"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "The total number of matching items",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "Content-Range",
                                                    "value": "<long>"
                                                }
                                            ],
                                            "body": "[\n  {\n    \"id\": \"<string>\",\n    \"displayDescription\": \"<string>\",\n    \"executedBySubstitute\": \"<string>\",\n    \"caseId\": \"<string>\",\n    \"parentCaseId\": \"<string>\",\n    \"rootCaseId\": \"<string>\",\n    \"processId\": \"<string>\",\n    \"rootContainerId\": \"<string>\",\n    \"state\": \"<string>\",\n    \"type\": \"<string>\",\n    \"assigned_id\": \"<string>\",\n    \"assigned_date\": \"<string>\",\n    \"executedBy\": \"<string>\",\n    \"priority\": \"<string>\",\n    \"actorId\": \"<string>\",\n    \"description\": \"<string>\",\n    \"name\": \"<string>\",\n    \"reached_state_date\": \"<string>\",\n    \"displayName\": \"<string>\",\n    \"dueDate\": \"<string>\",\n    \"last_update_date\": \"<string>\",\n    \"parentTaskId\": \"<string>\",\n    \"sourceObjectId\": \"<string>\",\n    \"archivedDate\": \"8498-12-30 21:17:58\"\n  },\n  {\n    \"id\": \"<string>\",\n    \"displayDescription\": \"<string>\",\n    \"executedBySubstitute\": \"<string>\",\n    \"caseId\": \"<string>\",\n    \"parentCaseId\": \"<string>\",\n    \"rootCaseId\": \"<string>\",\n    \"processId\": \"<string>\",\n    \"rootContainerId\": \"<string>\",\n    \"state\": \"<string>\",\n    \"type\": \"<string>\",\n    \"assigned_id\": \"<string>\",\n    \"assigned_date\": \"<string>\",\n    \"executedBy\": \"<string>\",\n    \"priority\": \"<string>\",\n    \"actorId\": \"<string>\",\n    \"description\": \"<string>\",\n    \"name\": \"<string>\",\n    \"reached_state_date\": \"<string>\",\n    \"displayName\": \"<string>\",\n    \"dueDate\": \"<string>\",\n    \"last_update_date\": \"<string>\",\n    \"parentTaskId\": \"<string>\",\n    \"sourceObjectId\": \"<string>\",\n    \"archivedDate\": \"9349-11-31 19:04:53\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "c27ccf37-8c16-4929-9843-cb2cfafbe48e",
                                            "name": "Bad request.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "archivedFlowNode"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "595e6c21-a65a-4bd0-ab0d-b06b8c469b54",
                                            "name": "Authorization information is missing or invalid.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "archivedFlowNode"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "4655b96b-20f1-46a2-9a88-886312731ebc",
                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "archivedFlowNode"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "1d19be94-b342-4385-a30f-8ce689163411",
                                            "name": "Unexpected error.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "archivedFlowNode"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "836e9756-0b19-486b-83cb-81554e84da9e",
                                            "name": "Finds the ArchivedFlowNode by ID",
                                            "request": {
                                                "name": "Finds the ArchivedFlowNode by ID",
                                                "description": {
                                                    "content": "Returns the single ArchivedFlowNode for the given ID\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "archivedFlowNode",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ID of the ArchivedFlowNode to return",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "645f9cf7-55ea-4362-9aca-a5632e30fcfd",
                                                    "name": "Success",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedFlowNode",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ArchivedFlowNode to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"id\": \"<string>\",\n  \"displayDescription\": \"<string>\",\n  \"executedBySubstitute\": \"<string>\",\n  \"caseId\": \"<string>\",\n  \"parentCaseId\": \"<string>\",\n  \"rootCaseId\": \"<string>\",\n  \"processId\": \"<string>\",\n  \"rootContainerId\": \"<string>\",\n  \"state\": \"<string>\",\n  \"type\": \"<string>\",\n  \"assigned_id\": \"<string>\",\n  \"assigned_date\": \"<string>\",\n  \"executedBy\": \"<string>\",\n  \"priority\": \"<string>\",\n  \"actorId\": \"<string>\",\n  \"description\": \"<string>\",\n  \"name\": \"<string>\",\n  \"reached_state_date\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"dueDate\": \"<string>\",\n  \"last_update_date\": \"<string>\",\n  \"parentTaskId\": \"<string>\",\n  \"sourceObjectId\": \"<string>\",\n  \"archivedDate\": \"2744-06-06 09:13:35\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "54cd6799-c88a-469a-b88e-978c4eb91bbf",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedFlowNode",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ArchivedFlowNode to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "26e79f7d-74b2-492b-8862-a845e664b1da",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedFlowNode",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ArchivedFlowNode to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "a57f15c3-deae-467d-ab88-432c88c99c26",
                                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedFlowNode",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ArchivedFlowNode to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "7d2e9303-286f-4e61-999f-572b4ce4fe0d",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedFlowNode",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ArchivedFlowNode to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "3d089eeb-0041-4cae-bc23-281825cb5766",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedFlowNode",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ArchivedFlowNode to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "failure",
                            "description": "",
                            "item": [
                                {
                                    "name": "flowNode",
                                    "description": "",
                                    "item": [
                                        {
                                            "name": "{flowNodeInstanceId}",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "d462b262-8a14-472a-896a-41d311681eee",
                                                    "name": "Retrieve the failures of a flownode instance by it's ID",
                                                    "request": {
                                                        "name": "Retrieve the failures of a flownode instance by it's ID",
                                                        "description": {
                                                            "content": "![edition](https://img.shields.io/badge/edition-entreprise-blue)\n\nReturns the most recent failures for the given flownode ID\n",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "failure",
                                                                "flowNode",
                                                                ":flowNodeInstanceId"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) maximum number of elements to retrieve",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "c",
                                                                    "value": "20"
                                                                }
                                                            ],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": ".27.23475208_649562568__21485673-7024697799.9032028_-79230857880995659417576-3494746178.9.6538688571",
                                                                    "key": "flowNodeInstanceId",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) The identifier of the flownode instance from which to retrieve the failures",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "6fe23e1c-e6ac-4673-a0ff-3a74fbd05789",
                                                            "name": "Success",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "failure",
                                                                        "flowNode",
                                                                        ":flowNodeInstanceId"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "c",
                                                                            "value": "20"
                                                                        }
                                                                    ],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) The identifier of the flownode instance from which to retrieve the failures",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": ".27.23475208_649562568__21485673-7024697799.9032028_-79230857880995659417576-3494746178.9.6538688571",
                                                                            "key": "flowNodeInstanceId"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "[\n  {\n    \"caseId\": \"<string>\",\n    \"rootCaseId\": \"<string>\",\n    \"context\": \"<string>\",\n    \"errorMessage\": \"<string>\",\n    \"failureDate\": \"<string>\",\n    \"flowNodeInstanceId\": \"<string>\",\n    \"id\": \"<string>\",\n    \"processDefinitionId\": \"<string>\",\n    \"scope\": \"<string>\",\n    \"stackTrace\": \"<string>\"\n  },\n  {\n    \"caseId\": \"<string>\",\n    \"rootCaseId\": \"<string>\",\n    \"context\": \"<string>\",\n    \"errorMessage\": \"<string>\",\n    \"failureDate\": \"<string>\",\n    \"flowNodeInstanceId\": \"<string>\",\n    \"id\": \"<string>\",\n    \"processDefinitionId\": \"<string>\",\n    \"scope\": \"<string>\",\n    \"stackTrace\": \"<string>\"\n  }\n]",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "5c854747-7994-4561-8575-abf4d0e520bf",
                                                            "name": "Bad request.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "failure",
                                                                        "flowNode",
                                                                        ":flowNodeInstanceId"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "c",
                                                                            "value": "20"
                                                                        }
                                                                    ],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) The identifier of the flownode instance from which to retrieve the failures",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": ".27.23475208_649562568__21485673-7024697799.9032028_-79230857880995659417576-3494746178.9.6538688571",
                                                                            "key": "flowNodeInstanceId"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Bad Request",
                                                            "code": 400,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "3ac1f571-1285-4192-bb61-7b2ec3cb2f1b",
                                                            "name": "Authorization information is missing or invalid.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "failure",
                                                                        "flowNode",
                                                                        ":flowNodeInstanceId"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "c",
                                                                            "value": "20"
                                                                        }
                                                                    ],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) The identifier of the flownode instance from which to retrieve the failures",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": ".27.23475208_649562568__21485673-7024697799.9032028_-79230857880995659417576-3494746178.9.6538688571",
                                                                            "key": "flowNodeInstanceId"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Unauthorized",
                                                            "code": 401,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "8f4d651d-527c-4797-a933-20df0f923211",
                                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "failure",
                                                                        "flowNode",
                                                                        ":flowNodeInstanceId"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "c",
                                                                            "value": "20"
                                                                        }
                                                                    ],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) The identifier of the flownode instance from which to retrieve the failures",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": ".27.23475208_649562568__21485673-7024697799.9032028_-79230857880995659417576-3494746178.9.6538688571",
                                                                            "key": "flowNodeInstanceId"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Forbidden",
                                                            "code": 403,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "67ee8fe1-e763-4cbc-84c9-3e373ff5a727",
                                                            "name": "The resource for the specified ID was not found.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "failure",
                                                                        "flowNode",
                                                                        ":flowNodeInstanceId"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "c",
                                                                            "value": "20"
                                                                        }
                                                                    ],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) The identifier of the flownode instance from which to retrieve the failures",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": ".27.23475208_649562568__21485673-7024697799.9032028_-79230857880995659417576-3494746178.9.6538688571",
                                                                            "key": "flowNodeInstanceId"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Not Found",
                                                            "code": 404,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "576212e5-4c8b-4af9-8a66-0887e9f8142d",
                                                            "name": "Unexpected error.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "failure",
                                                                        "flowNode",
                                                                        ":flowNodeInstanceId"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "c",
                                                                            "value": "20"
                                                                        }
                                                                    ],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) The identifier of the flownode instance from which to retrieve the failures",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": ".27.23475208_649562568__21485673-7024697799.9032028_-79230857880995659417576-3494746178.9.6538688571",
                                                                            "key": "flowNodeInstanceId"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Internal Server Error",
                                                            "code": 500,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "name": "case",
                                    "description": "",
                                    "item": [
                                        {
                                            "name": "{caseId}",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "8722bd83-8f2b-4ee8-9364-478ec060483e",
                                                    "name": "Retrieve the failures of a case (process instance) by it's ID",
                                                    "request": {
                                                        "name": "Retrieve the failures of a case (process instance) by it's ID",
                                                        "description": {
                                                            "content": "![edition](https://img.shields.io/badge/edition-entreprise-blue)\n\nReturns the most recent failures for the given case\n",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "failure",
                                                                "case",
                                                                ":caseId"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) maximum number of elements to retrieve",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "c",
                                                                    "value": "20"
                                                                }
                                                            ],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": ".27.23475208_649562568__21485673-7024697799.9032028_-79230857880995659417576-3494746178.9.6538688571",
                                                                    "key": "caseId",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) The identifier of the case from which to retrieve the failures",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "5496dc7f-1872-415f-a621-3948dde5cf2a",
                                                            "name": "Success",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "failure",
                                                                        "case",
                                                                        ":caseId"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "c",
                                                                            "value": "20"
                                                                        }
                                                                    ],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) The identifier of the case from which to retrieve the failures",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": ".27.23475208_649562568__21485673-7024697799.9032028_-79230857880995659417576-3494746178.9.6538688571",
                                                                            "key": "caseId"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "[\n  {\n    \"caseId\": \"<string>\",\n    \"rootCaseId\": \"<string>\",\n    \"context\": \"<string>\",\n    \"errorMessage\": \"<string>\",\n    \"failureDate\": \"<string>\",\n    \"flowNodeInstanceId\": \"<string>\",\n    \"id\": \"<string>\",\n    \"processDefinitionId\": \"<string>\",\n    \"scope\": \"<string>\",\n    \"stackTrace\": \"<string>\"\n  },\n  {\n    \"caseId\": \"<string>\",\n    \"rootCaseId\": \"<string>\",\n    \"context\": \"<string>\",\n    \"errorMessage\": \"<string>\",\n    \"failureDate\": \"<string>\",\n    \"flowNodeInstanceId\": \"<string>\",\n    \"id\": \"<string>\",\n    \"processDefinitionId\": \"<string>\",\n    \"scope\": \"<string>\",\n    \"stackTrace\": \"<string>\"\n  }\n]",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "68d6523b-9506-4698-8ac8-213b88d1c921",
                                                            "name": "Bad request.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "failure",
                                                                        "case",
                                                                        ":caseId"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "c",
                                                                            "value": "20"
                                                                        }
                                                                    ],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) The identifier of the case from which to retrieve the failures",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": ".27.23475208_649562568__21485673-7024697799.9032028_-79230857880995659417576-3494746178.9.6538688571",
                                                                            "key": "caseId"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Bad Request",
                                                            "code": 400,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "0da8350b-e9ca-4d2c-a1f4-969c5659d597",
                                                            "name": "Authorization information is missing or invalid.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "failure",
                                                                        "case",
                                                                        ":caseId"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "c",
                                                                            "value": "20"
                                                                        }
                                                                    ],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) The identifier of the case from which to retrieve the failures",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": ".27.23475208_649562568__21485673-7024697799.9032028_-79230857880995659417576-3494746178.9.6538688571",
                                                                            "key": "caseId"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Unauthorized",
                                                            "code": 401,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "42d98fd9-85bb-42a3-ae47-7b7a32b117c0",
                                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "failure",
                                                                        "case",
                                                                        ":caseId"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "c",
                                                                            "value": "20"
                                                                        }
                                                                    ],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) The identifier of the case from which to retrieve the failures",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": ".27.23475208_649562568__21485673-7024697799.9032028_-79230857880995659417576-3494746178.9.6538688571",
                                                                            "key": "caseId"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Forbidden",
                                                            "code": 403,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "b3d7542e-93a9-4ee6-ab0a-3751e1939be5",
                                                            "name": "The resource for the specified ID was not found.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "failure",
                                                                        "case",
                                                                        ":caseId"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "c",
                                                                            "value": "20"
                                                                        }
                                                                    ],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) The identifier of the case from which to retrieve the failures",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": ".27.23475208_649562568__21485673-7024697799.9032028_-79230857880995659417576-3494746178.9.6538688571",
                                                                            "key": "caseId"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Not Found",
                                                            "code": 404,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "a8c1f496-c6d5-41e0-98d3-795058f2e4fa",
                                                            "name": "Unexpected error.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "failure",
                                                                        "case",
                                                                        ":caseId"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "c",
                                                                            "value": "20"
                                                                        }
                                                                    ],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) The identifier of the case from which to retrieve the failures",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": ".27.23475208_649562568__21485673-7024697799.9032028_-79230857880995659417576-3494746178.9.6538688571",
                                                                            "key": "caseId"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Internal Server Error",
                                                            "code": 500,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "{rootCaseId}",
                                            "description": "",
                                            "item": [
                                                {
                                                    "name": "childCases",
                                                    "description": "",
                                                    "item": [
                                                        {
                                                            "id": "7ffec37b-cb4f-460d-964d-0db337735be0",
                                                            "name": "Retrieve the failures of the child cases of a root case (process instance) by it's ID",
                                                            "request": {
                                                                "name": "Retrieve the failures of the child cases of a root case (process instance) by it's ID",
                                                                "description": {
                                                                    "content": "![edition](https://img.shields.io/badge/edition-entreprise-blue)\n\nReturns the most recent failures among all the child cases (started by call activities) of a case\n",
                                                                    "type": "text/plain"
                                                                },
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "failure",
                                                                        "case",
                                                                        ":rootCaseId",
                                                                        "childCases"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "c",
                                                                            "value": "20"
                                                                        }
                                                                    ],
                                                                    "variable": [
                                                                        {
                                                                            "type": "any",
                                                                            "value": ".27.23475208_649562568__21485673-7024697799.9032028_-79230857880995659417576-3494746178.9.6538688571",
                                                                            "key": "rootCaseId",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) The identifier of the root case from which to retrieve the failures (its sourceObjectID if the root case is archived)",
                                                                                "type": "text/plain"
                                                                            }
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {},
                                                                "auth": null
                                                            },
                                                            "response": [
                                                                {
                                                                    "id": "eed37122-88c3-418b-85c2-705eb9489493",
                                                                    "name": "Success",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "API",
                                                                                "bpm",
                                                                                "failure",
                                                                                "case",
                                                                                ":rootCaseId",
                                                                                "childCases"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) maximum number of elements to retrieve",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "key": "c",
                                                                                    "value": "20"
                                                                                }
                                                                            ],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) The identifier of the root case from which to retrieve the failures (its sourceObjectID if the root case is archived)",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": ".27.23475208_649562568__21485673-7024697799.9032028_-79230857880995659417576-3494746178.9.6538688571",
                                                                                    "key": "rootCaseId"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Accept",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: apikey",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "JSESSIONID",
                                                                                "value": "<API Key>"
                                                                            }
                                                                        ],
                                                                        "method": "GET",
                                                                        "body": {}
                                                                    },
                                                                    "status": "OK",
                                                                    "code": 200,
                                                                    "header": [
                                                                        {
                                                                            "key": "Content-Type",
                                                                            "value": "application/json"
                                                                        }
                                                                    ],
                                                                    "body": "[\n  {\n    \"caseId\": \"<string>\",\n    \"rootCaseId\": \"<string>\",\n    \"context\": \"<string>\",\n    \"errorMessage\": \"<string>\",\n    \"failureDate\": \"<string>\",\n    \"flowNodeInstanceId\": \"<string>\",\n    \"id\": \"<string>\",\n    \"processDefinitionId\": \"<string>\",\n    \"scope\": \"<string>\",\n    \"stackTrace\": \"<string>\"\n  },\n  {\n    \"caseId\": \"<string>\",\n    \"rootCaseId\": \"<string>\",\n    \"context\": \"<string>\",\n    \"errorMessage\": \"<string>\",\n    \"failureDate\": \"<string>\",\n    \"flowNodeInstanceId\": \"<string>\",\n    \"id\": \"<string>\",\n    \"processDefinitionId\": \"<string>\",\n    \"scope\": \"<string>\",\n    \"stackTrace\": \"<string>\"\n  }\n]",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                },
                                                                {
                                                                    "id": "b338aa9d-be61-4623-8592-32ddd817602b",
                                                                    "name": "Bad request.",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "API",
                                                                                "bpm",
                                                                                "failure",
                                                                                "case",
                                                                                ":rootCaseId",
                                                                                "childCases"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) maximum number of elements to retrieve",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "key": "c",
                                                                                    "value": "20"
                                                                                }
                                                                            ],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) The identifier of the root case from which to retrieve the failures (its sourceObjectID if the root case is archived)",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": ".27.23475208_649562568__21485673-7024697799.9032028_-79230857880995659417576-3494746178.9.6538688571",
                                                                                    "key": "rootCaseId"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Accept",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: apikey",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "JSESSIONID",
                                                                                "value": "<API Key>"
                                                                            }
                                                                        ],
                                                                        "method": "GET",
                                                                        "body": {}
                                                                    },
                                                                    "status": "Bad Request",
                                                                    "code": 400,
                                                                    "header": [
                                                                        {
                                                                            "key": "Content-Type",
                                                                            "value": "application/json"
                                                                        }
                                                                    ],
                                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                },
                                                                {
                                                                    "id": "cdee4d7e-96fc-4e6d-b4e0-206ec5735f6f",
                                                                    "name": "Authorization information is missing or invalid.",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "API",
                                                                                "bpm",
                                                                                "failure",
                                                                                "case",
                                                                                ":rootCaseId",
                                                                                "childCases"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) maximum number of elements to retrieve",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "key": "c",
                                                                                    "value": "20"
                                                                                }
                                                                            ],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) The identifier of the root case from which to retrieve the failures (its sourceObjectID if the root case is archived)",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": ".27.23475208_649562568__21485673-7024697799.9032028_-79230857880995659417576-3494746178.9.6538688571",
                                                                                    "key": "rootCaseId"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Accept",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: apikey",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "JSESSIONID",
                                                                                "value": "<API Key>"
                                                                            }
                                                                        ],
                                                                        "method": "GET",
                                                                        "body": {}
                                                                    },
                                                                    "status": "Unauthorized",
                                                                    "code": 401,
                                                                    "header": [
                                                                        {
                                                                            "key": "Content-Type",
                                                                            "value": "application/json"
                                                                        }
                                                                    ],
                                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                },
                                                                {
                                                                    "id": "3ffb8c33-bae4-4f22-ba63-d9596a92de55",
                                                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "API",
                                                                                "bpm",
                                                                                "failure",
                                                                                "case",
                                                                                ":rootCaseId",
                                                                                "childCases"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) maximum number of elements to retrieve",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "key": "c",
                                                                                    "value": "20"
                                                                                }
                                                                            ],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) The identifier of the root case from which to retrieve the failures (its sourceObjectID if the root case is archived)",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": ".27.23475208_649562568__21485673-7024697799.9032028_-79230857880995659417576-3494746178.9.6538688571",
                                                                                    "key": "rootCaseId"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Accept",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: apikey",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "JSESSIONID",
                                                                                "value": "<API Key>"
                                                                            }
                                                                        ],
                                                                        "method": "GET",
                                                                        "body": {}
                                                                    },
                                                                    "status": "Forbidden",
                                                                    "code": 403,
                                                                    "header": [
                                                                        {
                                                                            "key": "Content-Type",
                                                                            "value": "application/json"
                                                                        }
                                                                    ],
                                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                },
                                                                {
                                                                    "id": "9e03e53a-b778-4d89-84cc-fe78cfd462bd",
                                                                    "name": "The resource for the specified ID was not found.",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "API",
                                                                                "bpm",
                                                                                "failure",
                                                                                "case",
                                                                                ":rootCaseId",
                                                                                "childCases"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) maximum number of elements to retrieve",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "key": "c",
                                                                                    "value": "20"
                                                                                }
                                                                            ],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) The identifier of the root case from which to retrieve the failures (its sourceObjectID if the root case is archived)",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": ".27.23475208_649562568__21485673-7024697799.9032028_-79230857880995659417576-3494746178.9.6538688571",
                                                                                    "key": "rootCaseId"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Accept",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: apikey",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "JSESSIONID",
                                                                                "value": "<API Key>"
                                                                            }
                                                                        ],
                                                                        "method": "GET",
                                                                        "body": {}
                                                                    },
                                                                    "status": "Not Found",
                                                                    "code": 404,
                                                                    "header": [
                                                                        {
                                                                            "key": "Content-Type",
                                                                            "value": "application/json"
                                                                        }
                                                                    ],
                                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                },
                                                                {
                                                                    "id": "7aee0139-537d-4fe5-9c91-3d397241eab6",
                                                                    "name": "Unexpected error.",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "API",
                                                                                "bpm",
                                                                                "failure",
                                                                                "case",
                                                                                ":rootCaseId",
                                                                                "childCases"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) maximum number of elements to retrieve",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "key": "c",
                                                                                    "value": "20"
                                                                                }
                                                                            ],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) The identifier of the root case from which to retrieve the failures (its sourceObjectID if the root case is archived)",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": ".27.23475208_649562568__21485673-7024697799.9032028_-79230857880995659417576-3494746178.9.6538688571",
                                                                                    "key": "rootCaseId"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Accept",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: apikey",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "JSESSIONID",
                                                                                "value": "<API Key>"
                                                                            }
                                                                        ],
                                                                        "method": "GET",
                                                                        "body": {}
                                                                    },
                                                                    "status": "Internal Server Error",
                                                                    "code": 500,
                                                                    "header": [
                                                                        {
                                                                            "key": "Content-Type",
                                                                            "value": "application/json"
                                                                        }
                                                                    ],
                                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                }
                                                            ],
                                                            "event": [],
                                                            "protocolProfileBehavior": {
                                                                "disableBodyPruning": true
                                                            }
                                                        }
                                                    ]
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "achivedFailure",
                            "description": "",
                            "item": [
                                {
                                    "name": "flowNode",
                                    "description": "",
                                    "item": [
                                        {
                                            "name": "{flowNodeInstanceId}",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "a0dbace0-168c-4b95-9345-55f842155a5d",
                                                    "name": "Retrieve the archived failures of an archived flownode instance by it's sourceObjectID",
                                                    "request": {
                                                        "name": "Retrieve the archived failures of an archived flownode instance by it's sourceObjectID",
                                                        "description": {
                                                            "content": "![edition](https://img.shields.io/badge/edition-entreprise-blue)\n\nReturns the most recent failures for the given archived flownode sourceObjectID\n",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "achivedFailure",
                                                                "flowNode",
                                                                ":flowNodeInstanceId"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) maximum number of elements to retrieve",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "c",
                                                                    "value": "20"
                                                                }
                                                            ],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": ".27.23475208_649562568__21485673-7024697799.9032028_-79230857880995659417576-3494746178.9.6538688571",
                                                                    "key": "flowNodeInstanceId",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) The original identifier (sourceObjectID) of the flownode instance from which to retrieve the failures",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "526b3403-8863-4dc5-b6ca-67c20fa23853",
                                                            "name": "Success",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "achivedFailure",
                                                                        "flowNode",
                                                                        ":flowNodeInstanceId"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "c",
                                                                            "value": "20"
                                                                        }
                                                                    ],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) The original identifier (sourceObjectID) of the flownode instance from which to retrieve the failures",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": ".27.23475208_649562568__21485673-7024697799.9032028_-79230857880995659417576-3494746178.9.6538688571",
                                                                            "key": "flowNodeInstanceId"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "[\n  {\n    \"archivedDate\": \"<string>\",\n    \"caseId\": \"<string>\",\n    \"rootCaseId\": \"<string>\",\n    \"context\": \"<string>\",\n    \"errorMessage\": \"<string>\",\n    \"failureDate\": \"<string>\",\n    \"flowNodeInstanceId\": \"<string>\",\n    \"id\": \"<string>\",\n    \"processDefinitionId\": \"<string>\",\n    \"scope\": \"<string>\",\n    \"sourceObjectId\": \"<string>\",\n    \"stackTrace\": \"<string>\"\n  },\n  {\n    \"archivedDate\": \"<string>\",\n    \"caseId\": \"<string>\",\n    \"rootCaseId\": \"<string>\",\n    \"context\": \"<string>\",\n    \"errorMessage\": \"<string>\",\n    \"failureDate\": \"<string>\",\n    \"flowNodeInstanceId\": \"<string>\",\n    \"id\": \"<string>\",\n    \"processDefinitionId\": \"<string>\",\n    \"scope\": \"<string>\",\n    \"sourceObjectId\": \"<string>\",\n    \"stackTrace\": \"<string>\"\n  }\n]",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "57b3353e-317d-4db5-aabb-498929b4fcb2",
                                                            "name": "Bad request.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "achivedFailure",
                                                                        "flowNode",
                                                                        ":flowNodeInstanceId"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "c",
                                                                            "value": "20"
                                                                        }
                                                                    ],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) The original identifier (sourceObjectID) of the flownode instance from which to retrieve the failures",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": ".27.23475208_649562568__21485673-7024697799.9032028_-79230857880995659417576-3494746178.9.6538688571",
                                                                            "key": "flowNodeInstanceId"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Bad Request",
                                                            "code": 400,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "337849e3-6241-495c-b45c-529f360d4d0a",
                                                            "name": "Authorization information is missing or invalid.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "achivedFailure",
                                                                        "flowNode",
                                                                        ":flowNodeInstanceId"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "c",
                                                                            "value": "20"
                                                                        }
                                                                    ],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) The original identifier (sourceObjectID) of the flownode instance from which to retrieve the failures",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": ".27.23475208_649562568__21485673-7024697799.9032028_-79230857880995659417576-3494746178.9.6538688571",
                                                                            "key": "flowNodeInstanceId"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Unauthorized",
                                                            "code": 401,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "fb21e6c6-f6f4-4a9e-8f49-a6a04bf1bf10",
                                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "achivedFailure",
                                                                        "flowNode",
                                                                        ":flowNodeInstanceId"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "c",
                                                                            "value": "20"
                                                                        }
                                                                    ],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) The original identifier (sourceObjectID) of the flownode instance from which to retrieve the failures",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": ".27.23475208_649562568__21485673-7024697799.9032028_-79230857880995659417576-3494746178.9.6538688571",
                                                                            "key": "flowNodeInstanceId"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Forbidden",
                                                            "code": 403,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "91604f13-cd00-47fe-8dd0-89706ac80f37",
                                                            "name": "The resource for the specified ID was not found.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "achivedFailure",
                                                                        "flowNode",
                                                                        ":flowNodeInstanceId"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "c",
                                                                            "value": "20"
                                                                        }
                                                                    ],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) The original identifier (sourceObjectID) of the flownode instance from which to retrieve the failures",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": ".27.23475208_649562568__21485673-7024697799.9032028_-79230857880995659417576-3494746178.9.6538688571",
                                                                            "key": "flowNodeInstanceId"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Not Found",
                                                            "code": 404,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "b521a422-2787-4f4f-a2e4-a3d17dd3c7fd",
                                                            "name": "Unexpected error.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "achivedFailure",
                                                                        "flowNode",
                                                                        ":flowNodeInstanceId"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "c",
                                                                            "value": "20"
                                                                        }
                                                                    ],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) The original identifier (sourceObjectID) of the flownode instance from which to retrieve the failures",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": ".27.23475208_649562568__21485673-7024697799.9032028_-79230857880995659417576-3494746178.9.6538688571",
                                                                            "key": "flowNodeInstanceId"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Internal Server Error",
                                                            "code": 500,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                },
                                {
                                    "name": "case",
                                    "description": "",
                                    "item": [
                                        {
                                            "name": "{caseId}",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "8f0f3f3d-ec04-4daf-b45f-bca3c1eb2879",
                                                    "name": "Retrieve the archived failures of an archived case (process instance) by it's sourceObjectID",
                                                    "request": {
                                                        "name": "Retrieve the archived failures of an archived case (process instance) by it's sourceObjectID",
                                                        "description": {
                                                            "content": "![edition](https://img.shields.io/badge/edition-entreprise-blue)\n\nReturns the most recent archived failures for the given archived case sourceObjectID\n",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "achivedFailure",
                                                                "case",
                                                                ":caseId"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) maximum number of elements to retrieve",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "c",
                                                                    "value": "20"
                                                                }
                                                            ],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": ".27.23475208_649562568__21485673-7024697799.9032028_-79230857880995659417576-3494746178.9.6538688571",
                                                                    "key": "caseId",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) The original identifier (sourceObjectID) of the case from which to retrieve the failures",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "a3659557-9651-4da3-9edb-09494171c9fe",
                                                            "name": "Success",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "achivedFailure",
                                                                        "case",
                                                                        ":caseId"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "c",
                                                                            "value": "20"
                                                                        }
                                                                    ],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) The original identifier (sourceObjectID) of the case from which to retrieve the failures",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": ".27.23475208_649562568__21485673-7024697799.9032028_-79230857880995659417576-3494746178.9.6538688571",
                                                                            "key": "caseId"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "[\n  {\n    \"archivedDate\": \"<string>\",\n    \"caseId\": \"<string>\",\n    \"rootCaseId\": \"<string>\",\n    \"context\": \"<string>\",\n    \"errorMessage\": \"<string>\",\n    \"failureDate\": \"<string>\",\n    \"flowNodeInstanceId\": \"<string>\",\n    \"id\": \"<string>\",\n    \"processDefinitionId\": \"<string>\",\n    \"scope\": \"<string>\",\n    \"sourceObjectId\": \"<string>\",\n    \"stackTrace\": \"<string>\"\n  },\n  {\n    \"archivedDate\": \"<string>\",\n    \"caseId\": \"<string>\",\n    \"rootCaseId\": \"<string>\",\n    \"context\": \"<string>\",\n    \"errorMessage\": \"<string>\",\n    \"failureDate\": \"<string>\",\n    \"flowNodeInstanceId\": \"<string>\",\n    \"id\": \"<string>\",\n    \"processDefinitionId\": \"<string>\",\n    \"scope\": \"<string>\",\n    \"sourceObjectId\": \"<string>\",\n    \"stackTrace\": \"<string>\"\n  }\n]",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "5fa20a84-4244-4dcb-a3d8-109836790f32",
                                                            "name": "Bad request.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "achivedFailure",
                                                                        "case",
                                                                        ":caseId"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "c",
                                                                            "value": "20"
                                                                        }
                                                                    ],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) The original identifier (sourceObjectID) of the case from which to retrieve the failures",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": ".27.23475208_649562568__21485673-7024697799.9032028_-79230857880995659417576-3494746178.9.6538688571",
                                                                            "key": "caseId"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Bad Request",
                                                            "code": 400,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "4642d3a8-6511-45dc-9835-b28662d526a3",
                                                            "name": "Authorization information is missing or invalid.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "achivedFailure",
                                                                        "case",
                                                                        ":caseId"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "c",
                                                                            "value": "20"
                                                                        }
                                                                    ],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) The original identifier (sourceObjectID) of the case from which to retrieve the failures",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": ".27.23475208_649562568__21485673-7024697799.9032028_-79230857880995659417576-3494746178.9.6538688571",
                                                                            "key": "caseId"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Unauthorized",
                                                            "code": 401,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "67f57829-d97b-4593-bfa1-a08fb347930f",
                                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "achivedFailure",
                                                                        "case",
                                                                        ":caseId"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "c",
                                                                            "value": "20"
                                                                        }
                                                                    ],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) The original identifier (sourceObjectID) of the case from which to retrieve the failures",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": ".27.23475208_649562568__21485673-7024697799.9032028_-79230857880995659417576-3494746178.9.6538688571",
                                                                            "key": "caseId"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Forbidden",
                                                            "code": 403,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "4a88a415-5385-48f1-9581-9c2f72a23e73",
                                                            "name": "The resource for the specified ID was not found.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "achivedFailure",
                                                                        "case",
                                                                        ":caseId"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "c",
                                                                            "value": "20"
                                                                        }
                                                                    ],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) The original identifier (sourceObjectID) of the case from which to retrieve the failures",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": ".27.23475208_649562568__21485673-7024697799.9032028_-79230857880995659417576-3494746178.9.6538688571",
                                                                            "key": "caseId"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Not Found",
                                                            "code": 404,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "ce376633-6e0e-4893-b3a4-5b1f4fca0d1c",
                                                            "name": "Unexpected error.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "achivedFailure",
                                                                        "case",
                                                                        ":caseId"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "c",
                                                                            "value": "20"
                                                                        }
                                                                    ],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) The original identifier (sourceObjectID) of the case from which to retrieve the failures",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": ".27.23475208_649562568__21485673-7024697799.9032028_-79230857880995659417576-3494746178.9.6538688571",
                                                                            "key": "caseId"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Internal Server Error",
                                                            "code": 500,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "{rootCaseId}",
                                            "description": "",
                                            "item": [
                                                {
                                                    "name": "childCases",
                                                    "description": "",
                                                    "item": [
                                                        {
                                                            "id": "c7e894c5-ee26-4bd9-a1ed-837ba5701ffe",
                                                            "name": "Retrieve the archived failures of the archived child cases of a root case (process instance) by it's ID",
                                                            "request": {
                                                                "name": "Retrieve the archived failures of the archived child cases of a root case (process instance) by it's ID",
                                                                "description": {
                                                                    "content": "![edition](https://img.shields.io/badge/edition-entreprise-blue)\n\nReturns the most recent archived failures among all the archived child cases (started by call activities) of a case\n",
                                                                    "type": "text/plain"
                                                                },
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "achivedFailure",
                                                                        "case",
                                                                        ":rootCaseId",
                                                                        "childCases"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "c",
                                                                            "value": "20"
                                                                        }
                                                                    ],
                                                                    "variable": [
                                                                        {
                                                                            "type": "any",
                                                                            "value": ".27.23475208_649562568__21485673-7024697799.9032028_-79230857880995659417576-3494746178.9.6538688571",
                                                                            "key": "rootCaseId",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) The identifier of the root case from which to retrieve the archived failures (its sourceObjectID if the root case is archived)",
                                                                                "type": "text/plain"
                                                                            }
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {},
                                                                "auth": null
                                                            },
                                                            "response": [
                                                                {
                                                                    "id": "16b797cc-1e4f-401b-a05e-e41d0cc81553",
                                                                    "name": "Success",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "API",
                                                                                "bpm",
                                                                                "achivedFailure",
                                                                                "case",
                                                                                ":rootCaseId",
                                                                                "childCases"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) maximum number of elements to retrieve",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "key": "c",
                                                                                    "value": "20"
                                                                                }
                                                                            ],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) The identifier of the root case from which to retrieve the archived failures (its sourceObjectID if the root case is archived)",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": ".27.23475208_649562568__21485673-7024697799.9032028_-79230857880995659417576-3494746178.9.6538688571",
                                                                                    "key": "rootCaseId"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Accept",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: apikey",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "JSESSIONID",
                                                                                "value": "<API Key>"
                                                                            }
                                                                        ],
                                                                        "method": "GET",
                                                                        "body": {}
                                                                    },
                                                                    "status": "OK",
                                                                    "code": 200,
                                                                    "header": [
                                                                        {
                                                                            "key": "Content-Type",
                                                                            "value": "application/json"
                                                                        }
                                                                    ],
                                                                    "body": "[\n  {\n    \"archivedDate\": \"<string>\",\n    \"caseId\": \"<string>\",\n    \"rootCaseId\": \"<string>\",\n    \"context\": \"<string>\",\n    \"errorMessage\": \"<string>\",\n    \"failureDate\": \"<string>\",\n    \"flowNodeInstanceId\": \"<string>\",\n    \"id\": \"<string>\",\n    \"processDefinitionId\": \"<string>\",\n    \"scope\": \"<string>\",\n    \"sourceObjectId\": \"<string>\",\n    \"stackTrace\": \"<string>\"\n  },\n  {\n    \"archivedDate\": \"<string>\",\n    \"caseId\": \"<string>\",\n    \"rootCaseId\": \"<string>\",\n    \"context\": \"<string>\",\n    \"errorMessage\": \"<string>\",\n    \"failureDate\": \"<string>\",\n    \"flowNodeInstanceId\": \"<string>\",\n    \"id\": \"<string>\",\n    \"processDefinitionId\": \"<string>\",\n    \"scope\": \"<string>\",\n    \"sourceObjectId\": \"<string>\",\n    \"stackTrace\": \"<string>\"\n  }\n]",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                },
                                                                {
                                                                    "id": "23e87734-88f8-41bc-8d25-4f156e11212d",
                                                                    "name": "Bad request.",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "API",
                                                                                "bpm",
                                                                                "achivedFailure",
                                                                                "case",
                                                                                ":rootCaseId",
                                                                                "childCases"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) maximum number of elements to retrieve",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "key": "c",
                                                                                    "value": "20"
                                                                                }
                                                                            ],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) The identifier of the root case from which to retrieve the archived failures (its sourceObjectID if the root case is archived)",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": ".27.23475208_649562568__21485673-7024697799.9032028_-79230857880995659417576-3494746178.9.6538688571",
                                                                                    "key": "rootCaseId"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Accept",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: apikey",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "JSESSIONID",
                                                                                "value": "<API Key>"
                                                                            }
                                                                        ],
                                                                        "method": "GET",
                                                                        "body": {}
                                                                    },
                                                                    "status": "Bad Request",
                                                                    "code": 400,
                                                                    "header": [
                                                                        {
                                                                            "key": "Content-Type",
                                                                            "value": "application/json"
                                                                        }
                                                                    ],
                                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                },
                                                                {
                                                                    "id": "9e5197b5-5d08-494c-a14b-897936111de3",
                                                                    "name": "Authorization information is missing or invalid.",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "API",
                                                                                "bpm",
                                                                                "achivedFailure",
                                                                                "case",
                                                                                ":rootCaseId",
                                                                                "childCases"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) maximum number of elements to retrieve",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "key": "c",
                                                                                    "value": "20"
                                                                                }
                                                                            ],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) The identifier of the root case from which to retrieve the archived failures (its sourceObjectID if the root case is archived)",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": ".27.23475208_649562568__21485673-7024697799.9032028_-79230857880995659417576-3494746178.9.6538688571",
                                                                                    "key": "rootCaseId"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Accept",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: apikey",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "JSESSIONID",
                                                                                "value": "<API Key>"
                                                                            }
                                                                        ],
                                                                        "method": "GET",
                                                                        "body": {}
                                                                    },
                                                                    "status": "Unauthorized",
                                                                    "code": 401,
                                                                    "header": [
                                                                        {
                                                                            "key": "Content-Type",
                                                                            "value": "application/json"
                                                                        }
                                                                    ],
                                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                },
                                                                {
                                                                    "id": "fa334aea-ec12-4e98-9cf0-e34f74d06004",
                                                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "API",
                                                                                "bpm",
                                                                                "achivedFailure",
                                                                                "case",
                                                                                ":rootCaseId",
                                                                                "childCases"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) maximum number of elements to retrieve",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "key": "c",
                                                                                    "value": "20"
                                                                                }
                                                                            ],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) The identifier of the root case from which to retrieve the archived failures (its sourceObjectID if the root case is archived)",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": ".27.23475208_649562568__21485673-7024697799.9032028_-79230857880995659417576-3494746178.9.6538688571",
                                                                                    "key": "rootCaseId"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Accept",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: apikey",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "JSESSIONID",
                                                                                "value": "<API Key>"
                                                                            }
                                                                        ],
                                                                        "method": "GET",
                                                                        "body": {}
                                                                    },
                                                                    "status": "Forbidden",
                                                                    "code": 403,
                                                                    "header": [
                                                                        {
                                                                            "key": "Content-Type",
                                                                            "value": "application/json"
                                                                        }
                                                                    ],
                                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                },
                                                                {
                                                                    "id": "c65b41fc-87a7-4139-9c9f-d8df7626d6a8",
                                                                    "name": "The resource for the specified ID was not found.",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "API",
                                                                                "bpm",
                                                                                "achivedFailure",
                                                                                "case",
                                                                                ":rootCaseId",
                                                                                "childCases"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) maximum number of elements to retrieve",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "key": "c",
                                                                                    "value": "20"
                                                                                }
                                                                            ],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) The identifier of the root case from which to retrieve the archived failures (its sourceObjectID if the root case is archived)",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": ".27.23475208_649562568__21485673-7024697799.9032028_-79230857880995659417576-3494746178.9.6538688571",
                                                                                    "key": "rootCaseId"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Accept",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: apikey",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "JSESSIONID",
                                                                                "value": "<API Key>"
                                                                            }
                                                                        ],
                                                                        "method": "GET",
                                                                        "body": {}
                                                                    },
                                                                    "status": "Not Found",
                                                                    "code": 404,
                                                                    "header": [
                                                                        {
                                                                            "key": "Content-Type",
                                                                            "value": "application/json"
                                                                        }
                                                                    ],
                                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                },
                                                                {
                                                                    "id": "3c973b7a-47bc-43be-8f5c-4c2d41b5bc3e",
                                                                    "name": "Unexpected error.",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "API",
                                                                                "bpm",
                                                                                "achivedFailure",
                                                                                "case",
                                                                                ":rootCaseId",
                                                                                "childCases"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) maximum number of elements to retrieve",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "key": "c",
                                                                                    "value": "20"
                                                                                }
                                                                            ],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) The identifier of the root case from which to retrieve the archived failures (its sourceObjectID if the root case is archived)",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": ".27.23475208_649562568__21485673-7024697799.9032028_-79230857880995659417576-3494746178.9.6538688571",
                                                                                    "key": "rootCaseId"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Accept",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: apikey",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "JSESSIONID",
                                                                                "value": "<API Key>"
                                                                            }
                                                                        ],
                                                                        "method": "GET",
                                                                        "body": {}
                                                                    },
                                                                    "status": "Internal Server Error",
                                                                    "code": 500,
                                                                    "header": [
                                                                        {
                                                                            "key": "Content-Type",
                                                                            "value": "application/json"
                                                                        }
                                                                    ],
                                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                }
                                                            ],
                                                            "event": [],
                                                            "protocolProfileBehavior": {
                                                                "disableBodyPruning": true
                                                            }
                                                        }
                                                    ]
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "timerEventTrigger",
                            "description": "",
                            "item": [
                                {
                                    "id": "acc9a4ce-9342-4af2-ab2d-d2f5c1468f15",
                                    "name": "Finds TimerEventTriggers",
                                    "request": {
                                        "name": "Finds TimerEventTriggers",
                                        "description": {
                                            "content": "Finds TimerEventTriggers with pagination params and filters\n\n- can order on `id`\n- can search on `displayName`\n- can filter on `displayName`\n",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "API",
                                                "bpm",
                                                "timerEventTrigger"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) index of the page to display",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "p",
                                                    "value": "0"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) maximum number of elements to retrieve",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "c",
                                                    "value": "20"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "OrKOIemKmRkbOx4e66sJImbWGQpiG09GR%RSKuHimY6RKvneI%xj9qTCbyIwSPgLCQqK1uDO05bdI0SNgZ7Bg1QTkW9dK0O655BK6lZY5maKUPszsczKGRE6Atfb6jFcpUFoAY8IsdpSUGDoCRtTKNZe9o1E%dktcAypG%b99rEI1WHdTxeT0YZY%HPvV3lf09ggm62qj0BZuo21XXDfSiPI9eX3N07kptV4ccvj0yUftTdLz"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "x62n%OFSzf6dRdC8"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) the process instance id",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "caseId",
                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "63833c20-547e-42ec-b061-2f52a14ad06a",
                                            "name": "Success",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "timerEventTrigger"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) the process instance id",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "caseId",
                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "The total number of matching items",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "Content-Range",
                                                    "value": "<long>"
                                                }
                                            ],
                                            "body": "[\n  {\n    \"id\": \"<string>\",\n    \"id_string\": \"<string>\",\n    \"eventInstanceId\": \"<string>\",\n    \"eventInstanceId_string\": \"<string>\",\n    \"executionDate\": \"<string>\",\n    \"eventInstanceName\": \"<string>\"\n  },\n  {\n    \"id\": \"<string>\",\n    \"id_string\": \"<string>\",\n    \"eventInstanceId\": \"<string>\",\n    \"eventInstanceId_string\": \"<string>\",\n    \"executionDate\": \"<string>\",\n    \"eventInstanceName\": \"<string>\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "927cce51-d6f8-4eb0-89bc-384888872e89",
                                            "name": "Bad request.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "timerEventTrigger"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) the process instance id",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "caseId",
                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "f6678fa6-33f1-4c21-a77a-4d3a7c9cff62",
                                            "name": "Authorization information is missing or invalid.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "timerEventTrigger"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) the process instance id",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "caseId",
                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "391ca574-6d30-425b-9949-f21b8b3e6a94",
                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "timerEventTrigger"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) the process instance id",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "caseId",
                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "c288dadc-a854-4654-b8e7-1cc8d50c6a9f",
                                            "name": "Unexpected error.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "timerEventTrigger"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) the process instance id",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "caseId",
                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "a1d9599f-0052-4dfe-820c-f5d58f228a17",
                                            "name": "Finds the TimerEventTrigger by ID",
                                            "request": {
                                                "name": "Finds the TimerEventTrigger by ID",
                                                "description": {
                                                    "content": "Returns the single TimerEventTrigger for the given ID\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "timerEventTrigger",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ID of the TimerEventTrigger to return",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "05aad226-745f-43dd-af3a-983efbe79b16",
                                                    "name": "Success",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "timerEventTrigger",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the TimerEventTrigger to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"id\": \"<string>\",\n  \"id_string\": \"<string>\",\n  \"eventInstanceId\": \"<string>\",\n  \"eventInstanceId_string\": \"<string>\",\n  \"executionDate\": \"<string>\",\n  \"eventInstanceName\": \"<string>\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "fdcc17cc-804d-4eed-bd02-c09e07dae396",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "timerEventTrigger",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the TimerEventTrigger to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "1e0b8e5a-d53e-45c1-b957-8fa93ab013fe",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "timerEventTrigger",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the TimerEventTrigger to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "c300a1c4-685b-4ac5-a867-fed6f66fdb21",
                                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "timerEventTrigger",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the TimerEventTrigger to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "ea2407c2-e217-4e6a-97b9-03defd709d5e",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "timerEventTrigger",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the TimerEventTrigger to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "8150128b-634d-4c2a-a8dc-e40f92da53aa",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "timerEventTrigger",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the TimerEventTrigger to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "5fe1fb5f-03fd-4eae-9dc9-6ab82f24fe77",
                                            "name": "Update the TimerEventTrigger by ID",
                                            "request": {
                                                "name": "Update the TimerEventTrigger by ID",
                                                "description": {
                                                    "content": "Update the TimerEventTrigger for the given ID\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "timerEventTrigger",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ID of the TimerEventTrigger to return",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "PUT",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"executionDate\": \"<long>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "6d366551-d3d3-4c27-bd1a-627e847989f7",
                                                    "name": "The actual long value corresponding to the next execution date of the timer event trigger, as a long value",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "timerEventTrigger",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the TimerEventTrigger to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"executionDate\": \"<long>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"executionDate\": \"<long>\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "85527120-b598-4719-8483-325e27192db8",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "timerEventTrigger",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the TimerEventTrigger to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"executionDate\": \"<long>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "61cc7b3b-1dce-4e7c-87b8-c6cf43c49ee2",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "timerEventTrigger",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the TimerEventTrigger to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"executionDate\": \"<long>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "4f01f6ec-fd10-4a4e-ab71-d7c477b2c039",
                                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "timerEventTrigger",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the TimerEventTrigger to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"executionDate\": \"<long>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "40b6afa3-fb58-45e7-b222-1ebdd73fcd3c",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "timerEventTrigger",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the TimerEventTrigger to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"executionDate\": \"<long>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "26b5ea4c-f3e7-494c-b855-dcbb64e3b413",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "timerEventTrigger",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the TimerEventTrigger to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"executionDate\": \"<long>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "message",
                            "description": "",
                            "item": [
                                {
                                    "id": "737ee903-7ec7-478e-9c01-9729c30664e4",
                                    "name": "Send BPM message events",
                                    "request": {
                                        "name": "Send BPM message events",
                                        "description": {
                                            "content": "Use this resource to send BPM message events. Message events are caught by processes using `catch message event` flow nodes (Start, intermediate, boundary or receive tasks).\n",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "API",
                                                "bpm",
                                                "message"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"messageName\": \"<string>\",\n  \"targetProcess\": \"<string>\",\n  \"targetFlowNode\": \"<string>\",\n  \"messageContent\": {\n    \"key_0\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.lang.Integer\"\n    },\n    \"key_1\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.time.LocalDate\"\n    }\n  },\n  \"correlations\": {\n    \"key_0\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.util.Date\"\n    }\n  }\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        },
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "3ba389fe-191b-42ae-9b5f-63009c42cb0a",
                                            "name": "OK (no content).",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "message"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"messageName\": \"<string>\",\n  \"targetProcess\": \"<string>\",\n  \"targetFlowNode\": \"<string>\",\n  \"messageContent\": {\n    \"key_0\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.lang.Integer\"\n    },\n    \"key_1\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.time.LocalDate\"\n    }\n  },\n  \"correlations\": {\n    \"key_0\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.util.Date\"\n    }\n  }\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "No Content",
                                            "code": 204,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        },
                                        {
                                            "id": "09e9477b-0a5f-4673-a5fa-32d3d612569f",
                                            "name": "Bad request.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "message"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"messageName\": \"<string>\",\n  \"targetProcess\": \"<string>\",\n  \"targetFlowNode\": \"<string>\",\n  \"messageContent\": {\n    \"key_0\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.lang.Integer\"\n    },\n    \"key_1\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.time.LocalDate\"\n    }\n  },\n  \"correlations\": {\n    \"key_0\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.util.Date\"\n    }\n  }\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "8a6668a0-d75a-4bde-8e33-2ffbf69df123",
                                            "name": "Authorization information is missing or invalid.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "message"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"messageName\": \"<string>\",\n  \"targetProcess\": \"<string>\",\n  \"targetFlowNode\": \"<string>\",\n  \"messageContent\": {\n    \"key_0\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.lang.Integer\"\n    },\n    \"key_1\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.time.LocalDate\"\n    }\n  },\n  \"correlations\": {\n    \"key_0\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.util.Date\"\n    }\n  }\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "3bdac5f4-4c3d-4085-a958-2e2fb139b083",
                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "message"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"messageName\": \"<string>\",\n  \"targetProcess\": \"<string>\",\n  \"targetFlowNode\": \"<string>\",\n  \"messageContent\": {\n    \"key_0\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.lang.Integer\"\n    },\n    \"key_1\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.time.LocalDate\"\n    }\n  },\n  \"correlations\": {\n    \"key_0\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.util.Date\"\n    }\n  }\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "4f60b42a-3586-4308-8c8e-8760eb85b843",
                                            "name": "Unexpected error.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "message"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"messageName\": \"<string>\",\n  \"targetProcess\": \"<string>\",\n  \"targetFlowNode\": \"<string>\",\n  \"messageContent\": {\n    \"key_0\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.lang.Integer\"\n    },\n    \"key_1\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.time.LocalDate\"\n    }\n  },\n  \"correlations\": {\n    \"key_0\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.util.Date\"\n    }\n  }\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        },
                        {
                            "name": "signal",
                            "description": "",
                            "item": [
                                {
                                    "id": "846ba692-334b-46e8-a692-4bdad61368c1",
                                    "name": "Broadcast BPM signal events",
                                    "request": {
                                        "name": "Broadcast BPM signal events",
                                        "description": {
                                            "content": "Since 2022.1\n\nUse this resource to broadcast BPM signal events. Signal events are caught by processes using `catch signal event` flow nodes (Start, intermediate or boundary).\n",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "API",
                                                "bpm",
                                                "signal"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"name\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        },
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "84824cc4-4b7c-4a5e-9c1a-90c8395e8d16",
                                            "name": "OK (no content).",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "signal"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"name\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "No Content",
                                            "code": 204,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        },
                                        {
                                            "id": "d7c94211-d90e-4f1c-ae2c-722e92d4766d",
                                            "name": "Bad request.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "signal"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"name\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "83959a63-2f74-4dad-b40d-26aec89e9304",
                                            "name": "Authorization information is missing or invalid.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "signal"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"name\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "375f4d18-428a-493c-bacc-6217b08c6b20",
                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "signal"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"name\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "8025819d-d4ea-403d-8ad5-b743db9d151c",
                                            "name": "Unexpected error.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "bpm",
                                                        "signal"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"name\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "customuserinfo",
                    "description": "",
                    "item": [
                        {
                            "name": "definition",
                            "description": "",
                            "item": [
                                {
                                    "id": "bdfb8f39-df41-4521-832e-d3cb12c209aa",
                                    "name": "Finds CustomUserDefinitions",
                                    "request": {
                                        "name": "Finds CustomUserDefinitions",
                                        "description": {
                                            "content": "Finds CustomUserDefinitions. There are no filters, and no search terms. All the definitions are returned.\n",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "API",
                                                "customuserinfo",
                                                "definition"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) index of the page to display",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "p",
                                                    "value": "0"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) maximum number of elements to retrieve",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "c",
                                                    "value": "20"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "1ad20c3f-901b-4d65-a9a7-0895f46520bc",
                                            "name": "Success",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "customuserinfo",
                                                        "definition"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "The total number of matching items",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "Content-Range",
                                                    "value": "<long>"
                                                }
                                            ],
                                            "body": "[\n  {\n    \"id\": \"<string>\",\n    \"description\": \"<string>\",\n    \"name\": \"<string>\"\n  },\n  {\n    \"id\": \"<string>\",\n    \"description\": \"<string>\",\n    \"name\": \"<string>\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "06ab73f9-7acc-4041-8cc7-b21501b3b420",
                                            "name": "Bad request.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "customuserinfo",
                                                        "definition"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "fb5f57be-b18e-49c9-a97d-db3c84c04d92",
                                            "name": "Authorization information is missing or invalid.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "customuserinfo",
                                                        "definition"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "991bfe3a-2d33-4a72-bf38-cb29649a2427",
                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "customuserinfo",
                                                        "definition"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "187e7a17-81a6-42d9-baaa-077d76281a96",
                                            "name": "Unexpected error.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "customuserinfo",
                                                        "definition"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "51432a1c-eec0-4ff0-a58c-610bf8b63750",
                                    "name": "Create the CustomUserDefinition",
                                    "request": {
                                        "name": "Create the CustomUserDefinition",
                                        "description": {
                                            "content": "Create the CustomUserDefinition\n",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "API",
                                                "customuserinfo",
                                                "definition"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"name\": \"<string>\",\n  \"description\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        },
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "29e8431b-8e95-4829-9bd0-721d4b57d55f",
                                            "name": "Success",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "customuserinfo",
                                                        "definition"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"name\": \"<string>\",\n  \"description\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"id\": \"<string>\",\n  \"description\": \"<string>\",\n  \"name\": \"<string>\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "24407bbb-518d-4593-8597-7cc1b898a883",
                                            "name": "Bad request.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "customuserinfo",
                                                        "definition"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"name\": \"<string>\",\n  \"description\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "6d7340f1-17b0-4008-b568-2af7e8d923d9",
                                            "name": "Authorization information is missing or invalid.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "customuserinfo",
                                                        "definition"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"name\": \"<string>\",\n  \"description\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "a58a76c3-aa64-484a-8851-5298c5af2e45",
                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "customuserinfo",
                                                        "definition"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"name\": \"<string>\",\n  \"description\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "c6a5b257-ccec-49ee-be25-c6beeaf433d0",
                                            "name": "Unexpected error.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "customuserinfo",
                                                        "definition"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"name\": \"<string>\",\n  \"description\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "d2473c85-1f7c-46dd-9cf6-d8e440c7bf87",
                                            "name": "Finds the CustomUserDefinition by ID",
                                            "request": {
                                                "name": "Finds the CustomUserDefinition by ID",
                                                "description": {
                                                    "content": "Returns the single CustomUserDefinition for the given ID\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "customuserinfo",
                                                        "definition",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ID of the CustomUserDefinition to return",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "e364eeb8-75ab-4ef8-a1b7-feefb2ae1779",
                                                    "name": "Success",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "customuserinfo",
                                                                "definition",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the CustomUserDefinition to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"id\": \"<string>\",\n  \"description\": \"<string>\",\n  \"name\": \"<string>\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "1cdefaed-6b9b-43f6-8e26-b2d001e6ca91",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "customuserinfo",
                                                                "definition",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the CustomUserDefinition to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "7ae54f2c-d2b1-49ee-b74d-d27fa673da1e",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "customuserinfo",
                                                                "definition",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the CustomUserDefinition to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "c6f785f6-58b0-4b0f-a938-dc83f0b4963e",
                                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "customuserinfo",
                                                                "definition",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the CustomUserDefinition to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "0d825784-bfde-4e2e-82a0-50f48bfd5c03",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "customuserinfo",
                                                                "definition",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the CustomUserDefinition to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "c989d6bf-d5a1-4bc5-8dc2-a249682ddf3a",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "customuserinfo",
                                                                "definition",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the CustomUserDefinition to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "38e66409-e9ab-4837-bf54-33b643729ca0",
                                            "name": "Delete the CustomUserDefinition by ID",
                                            "request": {
                                                "name": "Delete the CustomUserDefinition by ID",
                                                "description": {
                                                    "content": "Delete the single CustomUserDefinition for the given ID\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "customuserinfo",
                                                        "definition",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ID of the CustomUserDefinition to delete",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "DELETE",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "7a45f668-b97c-43aa-a0b6-2493526c4658",
                                                    "name": "OK",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "customuserinfo",
                                                                "definition",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the CustomUserDefinition to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "a29fb193-d867-4b00-9f00-7e5cd6106eac",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "customuserinfo",
                                                                "definition",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the CustomUserDefinition to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "daabec84-4dcd-48ef-aafe-6453043bae17",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "customuserinfo",
                                                                "definition",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the CustomUserDefinition to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "209116de-4859-4b6a-9094-75910aee0568",
                                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "customuserinfo",
                                                                "definition",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the CustomUserDefinition to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "4e9d131c-e787-428e-ac27-1b0e954caade",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "customuserinfo",
                                                                "definition",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the CustomUserDefinition to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "8b414cf1-d1aa-410e-ba2f-ee5ff744f12c",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "customuserinfo",
                                                                "definition",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the CustomUserDefinition to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "value",
                            "description": "",
                            "item": [
                                {
                                    "id": "34b2ff18-fac8-4396-9a5c-3b68ed3ac340",
                                    "name": "Finds CustomUserValues",
                                    "request": {
                                        "name": "Finds CustomUserValues",
                                        "description": {
                                            "content": "Finds CustomUserValues with pagination params and filters\n\nYou can filter on `userId`, `value`, `definitionId`\n",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "API",
                                                "customuserinfo",
                                                "value"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) index of the page to display",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "p",
                                                    "value": "0"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) maximum number of elements to retrieve",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "c",
                                                    "value": "20"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "OrKOIemKmRkbOx4e66sJImbWGQpiG09GR%RSKuHimY6RKvneI%xj9qTCbyIwSPgLCQqK1uDO05bdI0SNgZ7Bg1QTkW9dK0O655BK6lZY5maKUPszsczKGRE6Atfb6jFcpUFoAY8IsdpSUGDoCRtTKNZe9o1E%dktcAypG%b99rEI1WHdTxeT0YZY%HPvV3lf09ggm62qj0BZuo21XXDfSiPI9eX3N07kptV4ccvj0yUftTdLz"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "x62n%OFSzf6dRdC8"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "9e398b2a-7a47-4788-b89a-882dc38288b9",
                                            "name": "Success",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "customuserinfo",
                                                        "value"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "The total number of matching items",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "Content-Range",
                                                    "value": "<long>"
                                                }
                                            ],
                                            "body": "[\n  {\n    \"userId\": \"<string>\",\n    \"value\": \"<string>\",\n    \"definitionId\": \"<string>\"\n  },\n  {\n    \"userId\": \"<string>\",\n    \"value\": \"<string>\",\n    \"definitionId\": \"<string>\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "c8cdeef0-76a9-47e1-8347-7419ac4f3e81",
                                            "name": "Bad request.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "customuserinfo",
                                                        "value"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "d7b94802-abec-43e2-8254-1e31d63fe9ad",
                                            "name": "Authorization information is missing or invalid.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "customuserinfo",
                                                        "value"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "f18151c7-7d94-4baa-9004-33d1a2e187e9",
                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "customuserinfo",
                                                        "value"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "e4b441f9-9546-4537-9f14-a0ba2764a0c7",
                                            "name": "Unexpected error.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "customuserinfo",
                                                        "value"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{userId}",
                                    "description": "",
                                    "item": [
                                        {
                                            "name": "{definitionId}",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "162ebde8-4f08-4b9e-8a1f-b01bede31056",
                                                    "name": "Update the CustomUserValue by ID",
                                                    "request": {
                                                        "name": "Update the CustomUserValue by ID",
                                                        "description": {
                                                            "content": "Update the CustomUserValue for the given ID\n",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "customuserinfo",
                                                                "value",
                                                                ":userId",
                                                                ":definitionId"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "userId",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) User ID",
                                                                        "type": "text/plain"
                                                                    }
                                                                },
                                                                {
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "definitionId",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) definition ID",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"value\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "251466de-0c68-4745-bdb2-8e030aea7857",
                                                            "name": "OK",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "customuserinfo",
                                                                        "value",
                                                                        ":userId",
                                                                        ":definitionId"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) User ID",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "userId"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) definition ID",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "definitionId"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "PUT",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"value\": \"<string>\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "19cf8096-47f3-4f22-a86d-d0aaa1f7a6cc",
                                                            "name": "Bad request.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "customuserinfo",
                                                                        "value",
                                                                        ":userId",
                                                                        ":definitionId"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) User ID",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "userId"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) definition ID",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "definitionId"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "PUT",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"value\": \"<string>\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Bad Request",
                                                            "code": 400,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "6f75fe62-0941-4074-85c8-13a6336c0256",
                                                            "name": "Authorization information is missing or invalid.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "customuserinfo",
                                                                        "value",
                                                                        ":userId",
                                                                        ":definitionId"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) User ID",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "userId"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) definition ID",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "definitionId"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "PUT",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"value\": \"<string>\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Unauthorized",
                                                            "code": 401,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "6758221b-a734-4e37-8677-d6d21e0e5054",
                                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "customuserinfo",
                                                                        "value",
                                                                        ":userId",
                                                                        ":definitionId"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) User ID",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "userId"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) definition ID",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "definitionId"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "PUT",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"value\": \"<string>\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Forbidden",
                                                            "code": 403,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "65689458-a414-40f2-9c70-223bfbb25269",
                                                            "name": "The resource for the specified ID was not found.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "customuserinfo",
                                                                        "value",
                                                                        ":userId",
                                                                        ":definitionId"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) User ID",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "userId"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) definition ID",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "definitionId"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "PUT",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"value\": \"<string>\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Not Found",
                                                            "code": 404,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "75386896-a76c-48bf-815d-d4dc1e95c7b4",
                                                            "name": "Unexpected error.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "customuserinfo",
                                                                        "value",
                                                                        ":userId",
                                                                        ":definitionId"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) User ID",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "userId"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) definition ID",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "definitionId"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: apikey",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "JSESSIONID",
                                                                        "value": "<API Key>"
                                                                    }
                                                                ],
                                                                "method": "PUT",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"value\": \"<string>\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Internal Server Error",
                                                            "code": 500,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                }
                                                            ],
                                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "user",
                            "description": "",
                            "item": [
                                {
                                    "id": "8c938335-7b38-44d5-9d27-580a16448802",
                                    "name": "Finds CustomUsers",
                                    "request": {
                                        "name": "Finds CustomUsers",
                                        "description": {
                                            "content": "Finds CustomUsers with pagination params and filters\n\n**The filter `userId` is mandatory**\n",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "API",
                                                "customuserinfo",
                                                "user"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) index of the page to display",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "p",
                                                    "value": "0"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) maximum number of elements to retrieve",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "c",
                                                    "value": "20"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "OrKOIemKmRkbOx4e66sJImbWGQpiG09GR%RSKuHimY6RKvneI%xj9qTCbyIwSPgLCQqK1uDO05bdI0SNgZ7Bg1QTkW9dK0O655BK6lZY5maKUPszsczKGRE6Atfb6jFcpUFoAY8IsdpSUGDoCRtTKNZe9o1E%dktcAypG%b99rEI1WHdTxeT0YZY%HPvV3lf09ggm62qj0BZuo21XXDfSiPI9eX3N07kptV4ccvj0yUftTdLz"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "x62n%OFSzf6dRdC8"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "60ad8800-1d74-4041-9c63-d79ee30d7f67",
                                            "name": "Success",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "customuserinfo",
                                                        "user"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "The total number of matching items",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "Content-Range",
                                                    "value": "<long>"
                                                }
                                            ],
                                            "body": "[\n  {\n    \"userId\": \"<string>\",\n    \"value\": \"<string>\",\n    \"definitionId\": {\n      \"id\": \"<string>\",\n      \"description\": \"<string>\",\n      \"name\": \"<string>\"\n    }\n  },\n  {\n    \"userId\": \"<string>\",\n    \"value\": \"<string>\",\n    \"definitionId\": {\n      \"id\": \"<string>\",\n      \"description\": \"<string>\",\n      \"name\": \"<string>\"\n    }\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "b23a4602-244a-4031-bd74-1ced1a7e7528",
                                            "name": "Bad request.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "customuserinfo",
                                                        "user"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "3c50ddac-99f8-4e32-9853-843fd1cccdbd",
                                            "name": "Authorization information is missing or invalid.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "customuserinfo",
                                                        "user"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "f4f2eb6c-020d-4482-ba5e-8ef1a18b4e45",
                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "customuserinfo",
                                                        "user"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "4864fc23-68ee-4c80-8727-1ba83cd3e39f",
                                            "name": "Unexpected error.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "customuserinfo",
                                                        "user"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "form",
                    "description": "",
                    "item": [
                        {
                            "name": "mapping",
                            "description": "",
                            "item": [
                                {
                                    "id": "fbb325e4-ab1e-4f3d-99e8-c0b42e53c23c",
                                    "name": "Finds FormMappings",
                                    "request": {
                                        "name": "Finds FormMappings",
                                        "description": {
                                            "content": "Finds FormMappings with pagination params and filters\n\n- can filter on `processDefinitionId`,`type`\n",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "API",
                                                "form",
                                                "mapping"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) index of the page to display",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "p",
                                                    "value": "0"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) maximum number of elements to retrieve",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "c",
                                                    "value": "20"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "OrKOIemKmRkbOx4e66sJImbWGQpiG09GR%RSKuHimY6RKvneI%xj9qTCbyIwSPgLCQqK1uDO05bdI0SNgZ7Bg1QTkW9dK0O655BK6lZY5maKUPszsczKGRE6Atfb6jFcpUFoAY8IsdpSUGDoCRtTKNZe9o1E%dktcAypG%b99rEI1WHdTxeT0YZY%HPvV3lf09ggm62qj0BZuo21XXDfSiPI9eX3N07kptV4ccvj0yUftTdLz"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "x62n%OFSzf6dRdC8"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "97d8532b-eac5-4748-b0a4-05dd98274615",
                                            "name": "Success",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "form",
                                                        "mapping"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "The total number of matching items",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "Content-Range",
                                                    "value": "<long>"
                                                }
                                            ],
                                            "body": "[\n  {\n    \"id\": \"<string>\",\n    \"processDefinitionId\": \"<string>\",\n    \"type\": \"TASK\",\n    \"target\": \"NONE\",\n    \"task\": \"<string>\",\n    \"pageId\": \"<string>\",\n    \"pageMappingKey\": \"<string>\",\n    \"lastUpdateBy\": \"<string>\",\n    \"lastUpdateDate\": \"<string>\",\n    \"url\": \"<string>\"\n  },\n  {\n    \"id\": \"<string>\",\n    \"processDefinitionId\": \"<string>\",\n    \"type\": \"TASK\",\n    \"target\": \"UNDEFINED\",\n    \"task\": \"<string>\",\n    \"pageId\": \"<string>\",\n    \"pageMappingKey\": \"<string>\",\n    \"lastUpdateBy\": \"<string>\",\n    \"lastUpdateDate\": \"<string>\",\n    \"url\": \"<string>\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "ed7ff581-71af-4254-b5e4-c71de1fef3ac",
                                            "name": "Bad request.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "form",
                                                        "mapping"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "c2bf66f5-798a-440d-8f82-bbc21d99f8e1",
                                            "name": "Authorization information is missing or invalid.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "form",
                                                        "mapping"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "37aacdbe-f612-4f87-8ccb-0a3c6aa9dd38",
                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "form",
                                                        "mapping"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "7b880ecd-aa83-4e70-baa1-786956e488d7",
                                            "name": "Unexpected error.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "form",
                                                        "mapping"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "98db55cd-e556-4597-9311-20148c29fa78",
                                            "name": "Update the FormMapping by ID",
                                            "request": {
                                                "name": "Update the FormMapping by ID",
                                                "description": {
                                                    "content": "![edition](https://img.shields.io/badge/edition-entreprise-blue)\n\nUpdate the FormMapping for the given ID\n\nWarning: as of 9.0.0, updating a Form Mapping using this API is deprecated.\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "form",
                                                        "mapping",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ID of the FormMapping to return",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "PUT",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"pageId\": \"<string>\",\n  \"url\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "5b7ea0ad-0d6b-4642-93b8-2ddbb333bf5d",
                                                    "name": "OK",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "form",
                                                                "mapping",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the FormMapping to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"pageId\": \"<string>\",\n  \"url\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "0fa5e51e-db38-41c5-abe1-5331f4475216",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "form",
                                                                "mapping",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the FormMapping to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"pageId\": \"<string>\",\n  \"url\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "eac62343-9087-415a-b0da-7a94548cf0e5",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "form",
                                                                "mapping",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the FormMapping to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"pageId\": \"<string>\",\n  \"url\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "ca669e01-3048-4aee-a745-4beb9bf33c0c",
                                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "form",
                                                                "mapping",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the FormMapping to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"pageId\": \"<string>\",\n  \"url\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "f0cf20ad-19c9-44f4-a06a-f2ed75c10c5c",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "form",
                                                                "mapping",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the FormMapping to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"pageId\": \"<string>\",\n  \"url\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "ec349534-d5cc-4604-b4ed-59b6a9fe4288",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "form",
                                                                "mapping",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the FormMapping to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"pageId\": \"<string>\",\n  \"url\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "identity",
                    "description": "",
                    "item": [
                        {
                            "name": "professionalcontactdata",
                            "description": "",
                            "item": [
                                {
                                    "id": "769f7453-91e3-48fd-a0da-a2b4993eb97a",
                                    "name": "Finds ProfessionalContactData",
                                    "request": {
                                        "name": "Finds ProfessionalContactData",
                                        "description": {
                                            "content": "Finds ProfessionalContactData with pagination params and filters\n\n- can order on `id`\n- can search on `displayName`\n- can filter on `displayName`\n",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "API",
                                                "identity",
                                                "professionalcontactdata"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) index of the page to display",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "p",
                                                    "value": "0"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) maximum number of elements to retrieve",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "c",
                                                    "value": "20"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "OrKOIemKmRkbOx4e66sJImbWGQpiG09GR%RSKuHimY6RKvneI%xj9qTCbyIwSPgLCQqK1uDO05bdI0SNgZ7Bg1QTkW9dK0O655BK6lZY5maKUPszsczKGRE6Atfb6jFcpUFoAY8IsdpSUGDoCRtTKNZe9o1E%dktcAypG%b99rEI1WHdTxeT0YZY%HPvV3lf09ggm62qj0BZuo21XXDfSiPI9eX3N07kptV4ccvj0yUftTdLz"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "x62n%OFSzf6dRdC8"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "2c18467e-c9cb-4da1-8178-ac8216dbe1e6",
                                            "name": "Success",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "identity",
                                                        "professionalcontactdata"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "The total number of matching items",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "Content-Range",
                                                    "value": "<long>"
                                                }
                                            ],
                                            "body": "[\n  {\n    \"id\": \"<string>\",\n    \"fax_number\": \"<string>\",\n    \"building\": \"<string>\",\n    \"phone_number\": \"<string>\",\n    \"website\": \"<string>\",\n    \"zipcode\": \"<string>\",\n    \"state\": \"<string>\",\n    \"city\": \"<string>\",\n    \"country\": \"<string>\",\n    \"mobile_number\": \"<string>\",\n    \"address\": \"<string>\",\n    \"room\": \"<string>\",\n    \"email\": \"<string>\"\n  },\n  {\n    \"id\": \"<string>\",\n    \"fax_number\": \"<string>\",\n    \"building\": \"<string>\",\n    \"phone_number\": \"<string>\",\n    \"website\": \"<string>\",\n    \"zipcode\": \"<string>\",\n    \"state\": \"<string>\",\n    \"city\": \"<string>\",\n    \"country\": \"<string>\",\n    \"mobile_number\": \"<string>\",\n    \"address\": \"<string>\",\n    \"room\": \"<string>\",\n    \"email\": \"<string>\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "a935f88c-598f-4702-9e3e-382387d37ece",
                                            "name": "Bad request.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "identity",
                                                        "professionalcontactdata"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "d89126a2-3414-425f-9efb-ddeb36d470ba",
                                            "name": "Authorization information is missing or invalid.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "identity",
                                                        "professionalcontactdata"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "3355898c-926a-409f-aca2-a7033b5940d6",
                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "identity",
                                                        "professionalcontactdata"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "d09629e7-d67a-48db-b3d2-ea2c367332d8",
                                            "name": "Unexpected error.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "identity",
                                                        "professionalcontactdata"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "40740f45-e32b-4f0a-b0d0-488acdbb126e",
                                    "name": "Create the ProfessionalContactData",
                                    "request": {
                                        "name": "Create the ProfessionalContactData",
                                        "description": {
                                            "content": "Create the ProfessionalContactData\n",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "API",
                                                "identity",
                                                "professionalcontactdata"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"id\": \"<string>\",\n  \"fax_number\": \"<string>\",\n  \"building\": \"<string>\",\n  \"phone_number\": \"<string>\",\n  \"website\": \"<string>\",\n  \"zipcode\": \"<string>\",\n  \"state\": \"<string>\",\n  \"city\": \"<string>\",\n  \"country\": \"<string>\",\n  \"mobile_number\": \"<string>\",\n  \"address\": \"<string>\",\n  \"room\": \"<string>\",\n  \"email\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        },
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "4b6eaaed-7880-4d21-9327-6386d8c299b5",
                                            "name": "Success",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "identity",
                                                        "professionalcontactdata"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"id\": \"<string>\",\n  \"fax_number\": \"<string>\",\n  \"building\": \"<string>\",\n  \"phone_number\": \"<string>\",\n  \"website\": \"<string>\",\n  \"zipcode\": \"<string>\",\n  \"state\": \"<string>\",\n  \"city\": \"<string>\",\n  \"country\": \"<string>\",\n  \"mobile_number\": \"<string>\",\n  \"address\": \"<string>\",\n  \"room\": \"<string>\",\n  \"email\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"id\": \"<string>\",\n  \"fax_number\": \"<string>\",\n  \"building\": \"<string>\",\n  \"phone_number\": \"<string>\",\n  \"website\": \"<string>\",\n  \"zipcode\": \"<string>\",\n  \"state\": \"<string>\",\n  \"city\": \"<string>\",\n  \"country\": \"<string>\",\n  \"mobile_number\": \"<string>\",\n  \"address\": \"<string>\",\n  \"room\": \"<string>\",\n  \"email\": \"<string>\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "f02ce5eb-9278-4c77-ac7b-a795ccf00f80",
                                            "name": "Bad request.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "identity",
                                                        "professionalcontactdata"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"id\": \"<string>\",\n  \"fax_number\": \"<string>\",\n  \"building\": \"<string>\",\n  \"phone_number\": \"<string>\",\n  \"website\": \"<string>\",\n  \"zipcode\": \"<string>\",\n  \"state\": \"<string>\",\n  \"city\": \"<string>\",\n  \"country\": \"<string>\",\n  \"mobile_number\": \"<string>\",\n  \"address\": \"<string>\",\n  \"room\": \"<string>\",\n  \"email\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "691516d0-92be-452f-8ab3-d2ca92bd4067",
                                            "name": "Authorization information is missing or invalid.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "identity",
                                                        "professionalcontactdata"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"id\": \"<string>\",\n  \"fax_number\": \"<string>\",\n  \"building\": \"<string>\",\n  \"phone_number\": \"<string>\",\n  \"website\": \"<string>\",\n  \"zipcode\": \"<string>\",\n  \"state\": \"<string>\",\n  \"city\": \"<string>\",\n  \"country\": \"<string>\",\n  \"mobile_number\": \"<string>\",\n  \"address\": \"<string>\",\n  \"room\": \"<string>\",\n  \"email\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "575fd670-afa6-4f38-81ad-11836d528fcf",
                                            "name": "Contact information for this user already exists",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "identity",
                                                        "professionalcontactdata"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"id\": \"<string>\",\n  \"fax_number\": \"<string>\",\n  \"building\": \"<string>\",\n  \"phone_number\": \"<string>\",\n  \"website\": \"<string>\",\n  \"zipcode\": \"<string>\",\n  \"state\": \"<string>\",\n  \"city\": \"<string>\",\n  \"country\": \"<string>\",\n  \"mobile_number\": \"<string>\",\n  \"address\": \"<string>\",\n  \"room\": \"<string>\",\n  \"email\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        },
                                        {
                                            "id": "337f4fac-ac25-4a89-a16e-4568a5813724",
                                            "name": "Unexpected error.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "identity",
                                                        "professionalcontactdata"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"id\": \"<string>\",\n  \"fax_number\": \"<string>\",\n  \"building\": \"<string>\",\n  \"phone_number\": \"<string>\",\n  \"website\": \"<string>\",\n  \"zipcode\": \"<string>\",\n  \"state\": \"<string>\",\n  \"city\": \"<string>\",\n  \"country\": \"<string>\",\n  \"mobile_number\": \"<string>\",\n  \"address\": \"<string>\",\n  \"room\": \"<string>\",\n  \"email\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{userId}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "82afb5fa-e742-466f-a31b-cf5fa31da17f",
                                            "name": "Finds the ProfessionalContactData by ID",
                                            "request": {
                                                "name": "Finds the ProfessionalContactData by ID",
                                                "description": {
                                                    "content": "Returns the single ProfessionalContactData for the given ID\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "identity",
                                                        "professionalcontactdata",
                                                        ":userId"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                            "key": "userId",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) User ID of the ProfessionalContactData to return",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "5dffc98f-29e2-450e-91c5-1b1a29d3164e",
                                                    "name": "Success",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "professionalcontactdata",
                                                                ":userId"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) User ID of the ProfessionalContactData to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "userId"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"id\": \"<string>\",\n  \"fax_number\": \"<string>\",\n  \"building\": \"<string>\",\n  \"phone_number\": \"<string>\",\n  \"website\": \"<string>\",\n  \"zipcode\": \"<string>\",\n  \"state\": \"<string>\",\n  \"city\": \"<string>\",\n  \"country\": \"<string>\",\n  \"mobile_number\": \"<string>\",\n  \"address\": \"<string>\",\n  \"room\": \"<string>\",\n  \"email\": \"<string>\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "1fb63edd-f833-4190-8502-f48ddd4587f9",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "professionalcontactdata",
                                                                ":userId"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) User ID of the ProfessionalContactData to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "userId"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "7b260fde-22f0-4e6a-94ea-3f6d177f35a5",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "professionalcontactdata",
                                                                ":userId"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) User ID of the ProfessionalContactData to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "userId"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "a5bfda29-fc51-46f8-a65e-33783061c1ce",
                                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "professionalcontactdata",
                                                                ":userId"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) User ID of the ProfessionalContactData to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "userId"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "595aee05-7492-4904-bd6b-176ed1033d99",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "professionalcontactdata",
                                                                ":userId"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) User ID of the ProfessionalContactData to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "userId"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "d1aeac57-ed6e-4a5d-9b44-8996ecef88f2",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "professionalcontactdata",
                                                                ":userId"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) User ID of the ProfessionalContactData to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "userId"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "b0ce55b1-ffd6-46e9-85e8-f63a98d4cf04",
                                            "name": "Update the ProfessionalContactData by ID",
                                            "request": {
                                                "name": "Update the ProfessionalContactData by ID",
                                                "description": {
                                                    "content": "Update the ProfessionalContactData for the given ID\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "identity",
                                                        "professionalcontactdata",
                                                        ":userId"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                            "key": "userId",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) User ID of the ProfessionalContactData to update",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "PUT",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"id\": \"<string>\",\n  \"fax_number\": \"<string>\",\n  \"building\": \"<string>\",\n  \"phone_number\": \"<string>\",\n  \"website\": \"<string>\",\n  \"zipcode\": \"<string>\",\n  \"state\": \"<string>\",\n  \"city\": \"<string>\",\n  \"country\": \"<string>\",\n  \"mobile_number\": \"<string>\",\n  \"address\": \"<string>\",\n  \"room\": \"<string>\",\n  \"email\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "5e297d66-0fc5-46e7-95e9-18c95b3de87f",
                                                    "name": "OK",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "professionalcontactdata",
                                                                ":userId"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) User ID of the ProfessionalContactData to update",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "userId"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"id\": \"<string>\",\n  \"fax_number\": \"<string>\",\n  \"building\": \"<string>\",\n  \"phone_number\": \"<string>\",\n  \"website\": \"<string>\",\n  \"zipcode\": \"<string>\",\n  \"state\": \"<string>\",\n  \"city\": \"<string>\",\n  \"country\": \"<string>\",\n  \"mobile_number\": \"<string>\",\n  \"address\": \"<string>\",\n  \"room\": \"<string>\",\n  \"email\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "83218ac6-2437-46ca-aad6-0ffbe8323b96",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "professionalcontactdata",
                                                                ":userId"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) User ID of the ProfessionalContactData to update",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "userId"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"id\": \"<string>\",\n  \"fax_number\": \"<string>\",\n  \"building\": \"<string>\",\n  \"phone_number\": \"<string>\",\n  \"website\": \"<string>\",\n  \"zipcode\": \"<string>\",\n  \"state\": \"<string>\",\n  \"city\": \"<string>\",\n  \"country\": \"<string>\",\n  \"mobile_number\": \"<string>\",\n  \"address\": \"<string>\",\n  \"room\": \"<string>\",\n  \"email\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "e78547f2-e59f-4290-96b4-5d5de19b6f12",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "professionalcontactdata",
                                                                ":userId"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) User ID of the ProfessionalContactData to update",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "userId"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"id\": \"<string>\",\n  \"fax_number\": \"<string>\",\n  \"building\": \"<string>\",\n  \"phone_number\": \"<string>\",\n  \"website\": \"<string>\",\n  \"zipcode\": \"<string>\",\n  \"state\": \"<string>\",\n  \"city\": \"<string>\",\n  \"country\": \"<string>\",\n  \"mobile_number\": \"<string>\",\n  \"address\": \"<string>\",\n  \"room\": \"<string>\",\n  \"email\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "0bcfcd16-85f4-4ea2-8634-6209c3114f54",
                                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "professionalcontactdata",
                                                                ":userId"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) User ID of the ProfessionalContactData to update",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "userId"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"id\": \"<string>\",\n  \"fax_number\": \"<string>\",\n  \"building\": \"<string>\",\n  \"phone_number\": \"<string>\",\n  \"website\": \"<string>\",\n  \"zipcode\": \"<string>\",\n  \"state\": \"<string>\",\n  \"city\": \"<string>\",\n  \"country\": \"<string>\",\n  \"mobile_number\": \"<string>\",\n  \"address\": \"<string>\",\n  \"room\": \"<string>\",\n  \"email\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "c7b4727f-4143-4e29-a2ab-f76ef27c2a9c",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "professionalcontactdata",
                                                                ":userId"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) User ID of the ProfessionalContactData to update",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "userId"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"id\": \"<string>\",\n  \"fax_number\": \"<string>\",\n  \"building\": \"<string>\",\n  \"phone_number\": \"<string>\",\n  \"website\": \"<string>\",\n  \"zipcode\": \"<string>\",\n  \"state\": \"<string>\",\n  \"city\": \"<string>\",\n  \"country\": \"<string>\",\n  \"mobile_number\": \"<string>\",\n  \"address\": \"<string>\",\n  \"room\": \"<string>\",\n  \"email\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "f63b020b-583a-4f5d-86b6-4a4e3ffa12d0",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "professionalcontactdata",
                                                                ":userId"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) User ID of the ProfessionalContactData to update",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "userId"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"id\": \"<string>\",\n  \"fax_number\": \"<string>\",\n  \"building\": \"<string>\",\n  \"phone_number\": \"<string>\",\n  \"website\": \"<string>\",\n  \"zipcode\": \"<string>\",\n  \"state\": \"<string>\",\n  \"city\": \"<string>\",\n  \"country\": \"<string>\",\n  \"mobile_number\": \"<string>\",\n  \"address\": \"<string>\",\n  \"room\": \"<string>\",\n  \"email\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "personalcontactdata",
                            "description": "",
                            "item": [
                                {
                                    "name": "{userId}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "5149c627-4ecd-4132-90ff-55923dc8a830",
                                            "name": "Finds the PersonalContactData by ID",
                                            "request": {
                                                "name": "Finds the PersonalContactData by ID",
                                                "description": {
                                                    "content": "Returns the single PersonalContactData for the given ID\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "identity",
                                                        "personalcontactdata",
                                                        ":userId"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                            "key": "userId",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) User ID of the PersonalContactData to return",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "d00c00e2-314b-47ce-821f-70ff5606d896",
                                                    "name": "Success",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "personalcontactdata",
                                                                ":userId"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) User ID of the PersonalContactData to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "userId"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"id\": \"<string>\",\n  \"fax_number\": \"<string>\",\n  \"building\": \"<string>\",\n  \"phone_number\": \"<string>\",\n  \"website\": \"<string>\",\n  \"zipcode\": \"<string>\",\n  \"state\": \"<string>\",\n  \"city\": \"<string>\",\n  \"country\": \"<string>\",\n  \"mobile_number\": \"<string>\",\n  \"address\": \"<string>\",\n  \"room\": \"<string>\",\n  \"email\": \"<string>\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "6bbc7bea-9508-4b7f-8a8a-2ae859a36510",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "personalcontactdata",
                                                                ":userId"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) User ID of the PersonalContactData to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "userId"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "f391983c-f0ad-41dc-938a-330ab26bd651",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "personalcontactdata",
                                                                ":userId"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) User ID of the PersonalContactData to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "userId"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "a6699519-447b-4f02-855f-0fa2343020e1",
                                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "personalcontactdata",
                                                                ":userId"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) User ID of the PersonalContactData to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "userId"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "3e69d4da-8bbd-4a61-a805-7b6e6b0ec035",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "personalcontactdata",
                                                                ":userId"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) User ID of the PersonalContactData to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "userId"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "f239fb48-7e24-4795-8109-eaa876a8999e",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "personalcontactdata",
                                                                ":userId"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) User ID of the PersonalContactData to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "userId"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "c3159dd5-3251-4b14-94d1-c8c1b241dd84",
                                            "name": "Update the PersonalContactData by ID",
                                            "request": {
                                                "name": "Update the PersonalContactData by ID",
                                                "description": {
                                                    "content": "Update the PersonalContactData for the given ID\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "identity",
                                                        "personalcontactdata",
                                                        ":userId"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                            "key": "userId",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) User ID of the PersonalContactData to update",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "PUT",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"id\": \"<string>\",\n  \"fax_number\": \"<string>\",\n  \"building\": \"<string>\",\n  \"phone_number\": \"<string>\",\n  \"website\": \"<string>\",\n  \"zipcode\": \"<string>\",\n  \"state\": \"<string>\",\n  \"city\": \"<string>\",\n  \"country\": \"<string>\",\n  \"mobile_number\": \"<string>\",\n  \"address\": \"<string>\",\n  \"room\": \"<string>\",\n  \"email\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "023d2f47-b609-44fc-8963-131107f13904",
                                                    "name": "OK",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "personalcontactdata",
                                                                ":userId"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) User ID of the PersonalContactData to update",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "userId"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"id\": \"<string>\",\n  \"fax_number\": \"<string>\",\n  \"building\": \"<string>\",\n  \"phone_number\": \"<string>\",\n  \"website\": \"<string>\",\n  \"zipcode\": \"<string>\",\n  \"state\": \"<string>\",\n  \"city\": \"<string>\",\n  \"country\": \"<string>\",\n  \"mobile_number\": \"<string>\",\n  \"address\": \"<string>\",\n  \"room\": \"<string>\",\n  \"email\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "eb00e3e7-60a8-4586-9551-72b7aef329d5",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "personalcontactdata",
                                                                ":userId"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) User ID of the PersonalContactData to update",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "userId"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"id\": \"<string>\",\n  \"fax_number\": \"<string>\",\n  \"building\": \"<string>\",\n  \"phone_number\": \"<string>\",\n  \"website\": \"<string>\",\n  \"zipcode\": \"<string>\",\n  \"state\": \"<string>\",\n  \"city\": \"<string>\",\n  \"country\": \"<string>\",\n  \"mobile_number\": \"<string>\",\n  \"address\": \"<string>\",\n  \"room\": \"<string>\",\n  \"email\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "ee73d68d-219c-4438-a2a9-ae088ffefbd7",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "personalcontactdata",
                                                                ":userId"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) User ID of the PersonalContactData to update",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "userId"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"id\": \"<string>\",\n  \"fax_number\": \"<string>\",\n  \"building\": \"<string>\",\n  \"phone_number\": \"<string>\",\n  \"website\": \"<string>\",\n  \"zipcode\": \"<string>\",\n  \"state\": \"<string>\",\n  \"city\": \"<string>\",\n  \"country\": \"<string>\",\n  \"mobile_number\": \"<string>\",\n  \"address\": \"<string>\",\n  \"room\": \"<string>\",\n  \"email\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "1bb5c1a3-62ae-4954-b7f3-fd06e39bd6ff",
                                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "personalcontactdata",
                                                                ":userId"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) User ID of the PersonalContactData to update",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "userId"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"id\": \"<string>\",\n  \"fax_number\": \"<string>\",\n  \"building\": \"<string>\",\n  \"phone_number\": \"<string>\",\n  \"website\": \"<string>\",\n  \"zipcode\": \"<string>\",\n  \"state\": \"<string>\",\n  \"city\": \"<string>\",\n  \"country\": \"<string>\",\n  \"mobile_number\": \"<string>\",\n  \"address\": \"<string>\",\n  \"room\": \"<string>\",\n  \"email\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "94a99735-5583-466f-ae4c-87aaf6b6e679",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "personalcontactdata",
                                                                ":userId"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) User ID of the PersonalContactData to update",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "userId"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"id\": \"<string>\",\n  \"fax_number\": \"<string>\",\n  \"building\": \"<string>\",\n  \"phone_number\": \"<string>\",\n  \"website\": \"<string>\",\n  \"zipcode\": \"<string>\",\n  \"state\": \"<string>\",\n  \"city\": \"<string>\",\n  \"country\": \"<string>\",\n  \"mobile_number\": \"<string>\",\n  \"address\": \"<string>\",\n  \"room\": \"<string>\",\n  \"email\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "83eb0fb1-9004-4e5f-91b3-a0934a4e197a",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "personalcontactdata",
                                                                ":userId"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) User ID of the PersonalContactData to update",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "userId"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"id\": \"<string>\",\n  \"fax_number\": \"<string>\",\n  \"building\": \"<string>\",\n  \"phone_number\": \"<string>\",\n  \"website\": \"<string>\",\n  \"zipcode\": \"<string>\",\n  \"state\": \"<string>\",\n  \"city\": \"<string>\",\n  \"country\": \"<string>\",\n  \"mobile_number\": \"<string>\",\n  \"address\": \"<string>\",\n  \"room\": \"<string>\",\n  \"email\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "group",
                            "description": "",
                            "item": [
                                {
                                    "id": "6472fe14-389a-4f7e-89e5-9ed5b43f024a",
                                    "name": "Finds Groups",
                                    "request": {
                                        "name": "Finds Groups",
                                        "description": {
                                            "content": "Finds Groups with pagination params and filters.\n\n- can order on `id`,`name`,`displayName`\n- can filter on `name`,`displayName`,`parent_path`\n",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "API",
                                                "identity",
                                                "group"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) index of the page to display",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "p",
                                                    "value": "0"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) maximum number of elements to retrieve",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "c",
                                                    "value": "20"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "OrKOIemKmRkbOx4e66sJImbWGQpiG09GR%RSKuHimY6RKvneI%xj9qTCbyIwSPgLCQqK1uDO05bdI0SNgZ7Bg1QTkW9dK0O655BK6lZY5maKUPszsczKGRE6Atfb6jFcpUFoAY8IsdpSUGDoCRtTKNZe9o1E%dktcAypG%b99rEI1WHdTxeT0YZY%HPvV3lf09ggm62qj0BZuo21XXDfSiPI9eX3N07kptV4ccvj0yUftTdLz"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "x62n%OFSzf6dRdC8"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "334eb08c-7f6b-4ca2-82ea-be1d68919d55",
                                            "name": "Success",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "identity",
                                                        "group"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "The total number of matching items",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "Content-Range",
                                                    "value": "<long>"
                                                }
                                            ],
                                            "body": "[\n  {\n    \"name\": \"<string>\",\n    \"id\": \"<string>\",\n    \"displayName\": \"<string>\",\n    \"parent_path\": \"<string>\",\n    \"parent_group_id\": \"<string>\",\n    \"path\": \"<string>\",\n    \"description\": \"<string>\",\n    \"creation_date\": \"<string>\",\n    \"created_by_user_id\": \"<string>\",\n    \"last_update_date\": \"<string>\",\n    \"icon\": \"<string>\"\n  },\n  {\n    \"name\": \"<string>\",\n    \"id\": \"<string>\",\n    \"displayName\": \"<string>\",\n    \"parent_path\": \"<string>\",\n    \"parent_group_id\": \"<string>\",\n    \"path\": \"<string>\",\n    \"description\": \"<string>\",\n    \"creation_date\": \"<string>\",\n    \"created_by_user_id\": \"<string>\",\n    \"last_update_date\": \"<string>\",\n    \"icon\": \"<string>\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "c7308850-8636-40b1-a428-d1133d3e0bca",
                                            "name": "Bad request.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "identity",
                                                        "group"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "ea204b34-2261-40c9-b729-d2b5facb97db",
                                            "name": "Authorization information is missing or invalid.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "identity",
                                                        "group"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "ceae80e8-63a0-4cbe-ba95-7c40b125b6d5",
                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "identity",
                                                        "group"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "6d386a69-941a-49b6-acae-694b904f20cf",
                                            "name": "Unexpected error.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "identity",
                                                        "group"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "be230770-a4da-4bcb-ad99-82537f151748",
                                    "name": "Create the Group",
                                    "request": {
                                        "name": "Create the Group",
                                        "description": {
                                            "content": "Create the Group\n",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "API",
                                                "identity",
                                                "group"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"name\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"parent_group_id\": \"<string>\",\n  \"description\": \"<string>\",\n  \"icon\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        },
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "64275f09-195d-446d-ab31-860c52ead273",
                                            "name": "Success",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "identity",
                                                        "group"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"name\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"parent_group_id\": \"<string>\",\n  \"description\": \"<string>\",\n  \"icon\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"name\": \"<string>\",\n  \"id\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"parent_path\": \"<string>\",\n  \"parent_group_id\": \"<string>\",\n  \"path\": \"<string>\",\n  \"description\": \"<string>\",\n  \"creation_date\": \"<string>\",\n  \"created_by_user_id\": \"<string>\",\n  \"last_update_date\": \"<string>\",\n  \"icon\": \"<string>\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "9cec52fe-3f07-4931-9354-5e3c04acfc35",
                                            "name": "Bad request.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "identity",
                                                        "group"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"name\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"parent_group_id\": \"<string>\",\n  \"description\": \"<string>\",\n  \"icon\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "e400f78f-dd30-404f-89f9-5ceacfb94e45",
                                            "name": "Authorization information is missing or invalid.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "identity",
                                                        "group"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"name\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"parent_group_id\": \"<string>\",\n  \"description\": \"<string>\",\n  \"icon\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "7ca95db7-38d8-4f27-9185-cd0cb5524b12",
                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "identity",
                                                        "group"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"name\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"parent_group_id\": \"<string>\",\n  \"description\": \"<string>\",\n  \"icon\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "d634adcc-0374-47c2-8387-7591c7120252",
                                            "name": "Unexpected error.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "identity",
                                                        "group"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"name\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"parent_group_id\": \"<string>\",\n  \"description\": \"<string>\",\n  \"icon\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "4b06cab6-7f0f-4cc8-9e95-dcc2c31c89ac",
                                            "name": "Finds the Group by ID",
                                            "request": {
                                                "name": "Finds the Group by ID",
                                                "description": {
                                                    "content": "Returns the single Group for the given ID\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "identity",
                                                        "group",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ID of the Group to return",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "5517fb42-0f11-4a0d-895c-2cccf178af83",
                                                    "name": "Success",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "group",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Group to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"name\": \"<string>\",\n  \"id\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"parent_path\": \"<string>\",\n  \"parent_group_id\": \"<string>\",\n  \"path\": \"<string>\",\n  \"description\": \"<string>\",\n  \"creation_date\": \"<string>\",\n  \"created_by_user_id\": \"<string>\",\n  \"last_update_date\": \"<string>\",\n  \"icon\": \"<string>\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "8c94d5fb-628b-462b-9734-bd86a7ea3a3c",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "group",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Group to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "f6b4817f-a2c3-4ab4-a9f2-315da6c935d2",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "group",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Group to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "580c0f40-00ab-48c9-bdba-72175884b121",
                                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "group",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Group to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "411c5fcf-aabf-4ff7-a6f6-aee53386863f",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "group",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Group to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "c80bd9aa-cb44-44af-bc57-782077306207",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "group",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Group to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "447176bc-2c53-4695-925f-9077fbb41efc",
                                            "name": "Update the Group by ID",
                                            "request": {
                                                "name": "Update the Group by ID",
                                                "description": {
                                                    "content": "Update the Group for the given ID\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "identity",
                                                        "group",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ID of the Group to return",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "PUT",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"name\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"parent_group_id\": \"<string>\",\n  \"description\": \"<string>\",\n  \"icon\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "2b9e75e5-3781-4629-8117-b143fad7081a",
                                                    "name": "OK",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "group",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Group to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"name\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"parent_group_id\": \"<string>\",\n  \"description\": \"<string>\",\n  \"icon\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "c0bbb7a9-3985-4069-983c-b763a89ac189",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "group",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Group to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"name\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"parent_group_id\": \"<string>\",\n  \"description\": \"<string>\",\n  \"icon\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "c71bb84a-db7a-443f-9a99-f6704f188d37",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "group",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Group to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"name\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"parent_group_id\": \"<string>\",\n  \"description\": \"<string>\",\n  \"icon\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "2e84268a-377d-416d-a5a8-f02db9701b56",
                                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "group",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Group to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"name\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"parent_group_id\": \"<string>\",\n  \"description\": \"<string>\",\n  \"icon\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "585eb3e4-3015-408b-9609-382e992e33bd",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "group",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Group to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"name\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"parent_group_id\": \"<string>\",\n  \"description\": \"<string>\",\n  \"icon\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "84999e46-a551-4ca0-a2a5-b6313d4db9c4",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "group",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Group to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"name\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"parent_group_id\": \"<string>\",\n  \"description\": \"<string>\",\n  \"icon\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "01d85d80-8045-418c-89c1-be9c5cebbdda",
                                            "name": "Delete the Group by ID",
                                            "request": {
                                                "name": "Delete the Group by ID",
                                                "description": {
                                                    "content": "Delete the single Group for the given ID\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "identity",
                                                        "group",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ID of the Group to delete",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "DELETE",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "8b70b260-c3c1-4f0b-be22-3c08bfb387b4",
                                                    "name": "OK",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "group",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Group to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "dd2a9df0-48ce-404a-98aa-78c17b63b8a4",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "group",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Group to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "7b0a8675-ae72-4e33-a05f-2a797b5fc652",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "group",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Group to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "d41b29fb-b5fe-4748-8dfc-cf6d6d75927e",
                                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "group",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Group to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "05e98401-c6b6-405a-a9b9-0aa1da924da4",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "group",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Group to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "a7e572e6-9e0b-446a-be91-e1ea45962600",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "group",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Group to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "membership",
                            "description": "",
                            "item": [
                                {
                                    "id": "3f60c11f-029d-4791-8ffe-a52bdf6896a0",
                                    "name": "Finds Memberships",
                                    "request": {
                                        "name": "Finds Memberships",
                                        "description": {
                                            "content": "Finds Memberships with pagination params and filters\n\n**Filter `user_id` is mandatory**\n\nYou can order with the values: `ROLE_NAME_ASC`,`ROLE_NAME_DESC`, `GROUP_NAME_ASC`,`GROUP_NAME_DESC`, `ASSIGNED_DATE_ASC`, `ASSIGNED_DATE_DESC`\n",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "API",
                                                "identity",
                                                "membership"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) index of the page to display",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "p",
                                                    "value": "0"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) maximum number of elements to retrieve",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "c",
                                                    "value": "20"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "OrKOIemKmRkbOx4e66sJImbWGQpiG09GR%RSKuHimY6RKvneI%xj9qTCbyIwSPgLCQqK1uDO05bdI0SNgZ7Bg1QTkW9dK0O655BK6lZY5maKUPszsczKGRE6Atfb6jFcpUFoAY8IsdpSUGDoCRtTKNZe9o1E%dktcAypG%b99rEI1WHdTxeT0YZY%HPvV3lf09ggm62qj0BZuo21XXDfSiPI9eX3N07kptV4ccvj0yUftTdLz"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "x62n%OFSzf6dRdC8"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "d6fab595-b607-4c91-9b70-401fec09bf18",
                                            "name": "Success",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "identity",
                                                        "membership"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "The total number of matching items",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "Content-Range",
                                                    "value": "<long>"
                                                }
                                            ],
                                            "body": "[\n  {\n    \"assigned_date\": \"<string>\",\n    \"role_id\": \"<long>\",\n    \"assigned_by_user_id\": \"<string>\",\n    \"group_id\": \"<string>\",\n    \"user_id\": \"<string>\"\n  },\n  {\n    \"assigned_date\": \"<string>\",\n    \"role_id\": \"<long>\",\n    \"assigned_by_user_id\": \"<string>\",\n    \"group_id\": \"<string>\",\n    \"user_id\": \"<string>\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "3d033663-6986-4497-9d84-3abbcb02a881",
                                            "name": "Bad request.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "identity",
                                                        "membership"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "18be9a58-92ca-4dcb-a575-f5335b22980f",
                                            "name": "Authorization information is missing or invalid.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "identity",
                                                        "membership"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "963cbf5a-6836-4cee-9282-caeb4f16201b",
                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "identity",
                                                        "membership"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "3742f366-6681-43b2-9f69-ec144ac1718b",
                                            "name": "Unexpected error.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "identity",
                                                        "membership"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "7de96fe3-ec0c-41a7-b5b8-7edd7775e8c5",
                                    "name": "Create the Membership",
                                    "request": {
                                        "name": "Create the Membership",
                                        "description": {
                                            "content": "Create the Membership\n",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "API",
                                                "identity",
                                                "membership"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"role_id\": \"<string>\",\n  \"group_id\": \"<string>\",\n  \"user_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        },
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "05d2f9eb-7cb6-4492-a64d-1ab606cc2dfe",
                                            "name": "Success",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "identity",
                                                        "membership"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"role_id\": \"<string>\",\n  \"group_id\": \"<string>\",\n  \"user_id\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"assigned_date\": \"<string>\",\n  \"role_id\": \"<long>\",\n  \"assigned_by_user_id\": \"<string>\",\n  \"group_id\": \"<string>\",\n  \"user_id\": \"<string>\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "8911eb72-5fe0-4887-9da9-e81204777eec",
                                            "name": "Bad request.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "identity",
                                                        "membership"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"role_id\": \"<string>\",\n  \"group_id\": \"<string>\",\n  \"user_id\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "9fcbd65c-2de1-45ab-87c1-d66cda53e4c7",
                                            "name": "Authorization information is missing or invalid.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "identity",
                                                        "membership"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"role_id\": \"<string>\",\n  \"group_id\": \"<string>\",\n  \"user_id\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "6bd9fdfc-3e64-48d6-8b19-2d19e9263ce6",
                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "identity",
                                                        "membership"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"role_id\": \"<string>\",\n  \"group_id\": \"<string>\",\n  \"user_id\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "04c88a35-a39d-4223-9dc7-1fc9ef627d32",
                                            "name": "Unexpected error.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "identity",
                                                        "membership"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"role_id\": \"<string>\",\n  \"group_id\": \"<string>\",\n  \"user_id\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{userId}",
                                    "description": "",
                                    "item": [
                                        {
                                            "name": "{groupId}",
                                            "description": "",
                                            "item": [
                                                {
                                                    "name": "{roleId}",
                                                    "description": "",
                                                    "item": [
                                                        {
                                                            "id": "6b3e8a69-2e44-4993-8fd4-46244cf61c88",
                                                            "name": "Delete the Membership by ID",
                                                            "request": {
                                                                "name": "Delete the Membership by ID",
                                                                "description": {
                                                                    "content": "Delete a membership of a user using the group id and role id.\n",
                                                                    "type": "text/plain"
                                                                },
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "identity",
                                                                        "membership",
                                                                        ":userId",
                                                                        ":groupId",
                                                                        ":roleId"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "userId",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) User ID of the Membership to delete",
                                                                                "type": "text/plain"
                                                                            }
                                                                        },
                                                                        {
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "groupId",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Group ID of the Membership to delete",
                                                                                "type": "text/plain"
                                                                            }
                                                                        },
                                                                        {
                                                                            "type": "any",
                                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                            "key": "roleId",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Role ID of the Membership to delete",
                                                                                "type": "text/plain"
                                                                            }
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    }
                                                                ],
                                                                "method": "DELETE",
                                                                "body": {},
                                                                "auth": null
                                                            },
                                                            "response": [
                                                                {
                                                                    "id": "550e9526-02f6-42e3-b051-81f697498f73",
                                                                    "name": "OK",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "API",
                                                                                "identity",
                                                                                "membership",
                                                                                ":userId",
                                                                                ":groupId",
                                                                                ":roleId"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) User ID of the Membership to delete",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                                    "key": "userId"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Group ID of the Membership to delete",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                                    "key": "groupId"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Role ID of the Membership to delete",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                                    "key": "roleId"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: apikey",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "JSESSIONID",
                                                                                "value": "<API Key>"
                                                                            }
                                                                        ],
                                                                        "method": "DELETE",
                                                                        "body": {}
                                                                    },
                                                                    "status": "OK",
                                                                    "code": 200,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                },
                                                                {
                                                                    "id": "32fc6662-e8c8-45bf-809e-c43aa8a61bad",
                                                                    "name": "Bad request.",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "API",
                                                                                "identity",
                                                                                "membership",
                                                                                ":userId",
                                                                                ":groupId",
                                                                                ":roleId"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) User ID of the Membership to delete",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                                    "key": "userId"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Group ID of the Membership to delete",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                                    "key": "groupId"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Role ID of the Membership to delete",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                                    "key": "roleId"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Accept",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: apikey",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "JSESSIONID",
                                                                                "value": "<API Key>"
                                                                            }
                                                                        ],
                                                                        "method": "DELETE",
                                                                        "body": {}
                                                                    },
                                                                    "status": "Bad Request",
                                                                    "code": 400,
                                                                    "header": [
                                                                        {
                                                                            "key": "Content-Type",
                                                                            "value": "application/json"
                                                                        }
                                                                    ],
                                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                },
                                                                {
                                                                    "id": "fafc4463-7771-4be4-a123-cfa2afcadad0",
                                                                    "name": "Authorization information is missing or invalid.",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "API",
                                                                                "identity",
                                                                                "membership",
                                                                                ":userId",
                                                                                ":groupId",
                                                                                ":roleId"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) User ID of the Membership to delete",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                                    "key": "userId"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Group ID of the Membership to delete",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                                    "key": "groupId"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Role ID of the Membership to delete",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                                    "key": "roleId"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Accept",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: apikey",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "JSESSIONID",
                                                                                "value": "<API Key>"
                                                                            }
                                                                        ],
                                                                        "method": "DELETE",
                                                                        "body": {}
                                                                    },
                                                                    "status": "Unauthorized",
                                                                    "code": 401,
                                                                    "header": [
                                                                        {
                                                                            "key": "Content-Type",
                                                                            "value": "application/json"
                                                                        }
                                                                    ],
                                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                },
                                                                {
                                                                    "id": "5a17afb0-93a7-4b16-9b1b-3868022b4881",
                                                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "API",
                                                                                "identity",
                                                                                "membership",
                                                                                ":userId",
                                                                                ":groupId",
                                                                                ":roleId"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) User ID of the Membership to delete",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                                    "key": "userId"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Group ID of the Membership to delete",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                                    "key": "groupId"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Role ID of the Membership to delete",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                                    "key": "roleId"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Accept",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: apikey",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "JSESSIONID",
                                                                                "value": "<API Key>"
                                                                            }
                                                                        ],
                                                                        "method": "DELETE",
                                                                        "body": {}
                                                                    },
                                                                    "status": "Forbidden",
                                                                    "code": 403,
                                                                    "header": [
                                                                        {
                                                                            "key": "Content-Type",
                                                                            "value": "application/json"
                                                                        }
                                                                    ],
                                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                },
                                                                {
                                                                    "id": "7a6b1adf-7eba-4c4c-9623-b6f468332052",
                                                                    "name": "The resource for the specified ID was not found.",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "API",
                                                                                "identity",
                                                                                "membership",
                                                                                ":userId",
                                                                                ":groupId",
                                                                                ":roleId"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) User ID of the Membership to delete",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                                    "key": "userId"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Group ID of the Membership to delete",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                                    "key": "groupId"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Role ID of the Membership to delete",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                                    "key": "roleId"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Accept",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: apikey",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "JSESSIONID",
                                                                                "value": "<API Key>"
                                                                            }
                                                                        ],
                                                                        "method": "DELETE",
                                                                        "body": {}
                                                                    },
                                                                    "status": "Not Found",
                                                                    "code": 404,
                                                                    "header": [
                                                                        {
                                                                            "key": "Content-Type",
                                                                            "value": "application/json"
                                                                        }
                                                                    ],
                                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                },
                                                                {
                                                                    "id": "22f7cf05-3241-40fc-95a8-595f8c57d9fc",
                                                                    "name": "Unexpected error.",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "API",
                                                                                "identity",
                                                                                "membership",
                                                                                ":userId",
                                                                                ":groupId",
                                                                                ":roleId"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) User ID of the Membership to delete",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                                    "key": "userId"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Group ID of the Membership to delete",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                                    "key": "groupId"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Role ID of the Membership to delete",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                                    "key": "roleId"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Accept",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: apikey",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "JSESSIONID",
                                                                                "value": "<API Key>"
                                                                            }
                                                                        ],
                                                                        "method": "DELETE",
                                                                        "body": {}
                                                                    },
                                                                    "status": "Internal Server Error",
                                                                    "code": 500,
                                                                    "header": [
                                                                        {
                                                                            "key": "Content-Type",
                                                                            "value": "application/json"
                                                                        }
                                                                    ],
                                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                }
                                                            ],
                                                            "event": [],
                                                            "protocolProfileBehavior": {
                                                                "disableBodyPruning": true
                                                            }
                                                        }
                                                    ]
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "role",
                            "description": "",
                            "item": [
                                {
                                    "id": "73d39bbf-35ec-4ce4-a669-dea60733ab40",
                                    "name": "Finds Roles",
                                    "request": {
                                        "name": "Finds Roles",
                                        "description": {
                                            "content": "Finds Roles with pagination params and filters\n\n- can order on `id`, `name` and `displayName`\n- can filter on `name` and `displayName`\n",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "API",
                                                "identity",
                                                "role"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) index of the page to display",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "p",
                                                    "value": "0"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) maximum number of elements to retrieve",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "c",
                                                    "value": "20"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "OrKOIemKmRkbOx4e66sJImbWGQpiG09GR%RSKuHimY6RKvneI%xj9qTCbyIwSPgLCQqK1uDO05bdI0SNgZ7Bg1QTkW9dK0O655BK6lZY5maKUPszsczKGRE6Atfb6jFcpUFoAY8IsdpSUGDoCRtTKNZe9o1E%dktcAypG%b99rEI1WHdTxeT0YZY%HPvV3lf09ggm62qj0BZuo21XXDfSiPI9eX3N07kptV4ccvj0yUftTdLz"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "x62n%OFSzf6dRdC8"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "238161b9-74d1-43f9-bb11-efc847b065d1",
                                            "name": "Success",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "identity",
                                                        "role"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "The total number of matching items",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "Content-Range",
                                                    "value": "<long>"
                                                }
                                            ],
                                            "body": "[\n  {\n    \"id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"displayName\": \"<string>\",\n    \"description\": \"<string>\",\n    \"icon\": \"<string>\",\n    \"creation_date\": \"<string>\",\n    \"created_by_user_id\": \"<string>\",\n    \"last_update_date\": \"<string>\"\n  },\n  {\n    \"id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"displayName\": \"<string>\",\n    \"description\": \"<string>\",\n    \"icon\": \"<string>\",\n    \"creation_date\": \"<string>\",\n    \"created_by_user_id\": \"<string>\",\n    \"last_update_date\": \"<string>\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "b2911867-3f7a-4395-bf23-e5f705256a55",
                                            "name": "Bad request.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "identity",
                                                        "role"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "c3210e01-caac-45e7-ad06-12a703f5975a",
                                            "name": "Authorization information is missing or invalid.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "identity",
                                                        "role"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "5df5504f-6a6a-4e9b-a9d6-7925938ded1f",
                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "identity",
                                                        "role"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "ecd97811-d1bf-460d-9404-61d1be164911",
                                            "name": "Unexpected error.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "identity",
                                                        "role"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "9e1a6a19-3262-43fd-bc25-666f77a9e036",
                                    "name": "Create the Role",
                                    "request": {
                                        "name": "Create the Role",
                                        "description": {
                                            "content": "Create the Role\n",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "API",
                                                "identity",
                                                "role"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"name\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"description\": \"<string>\",\n  \"icon\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        },
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "7b6a4262-dbf2-4ed9-8b58-47c1cdeaf9bf",
                                            "name": "Success",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "identity",
                                                        "role"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"name\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"description\": \"<string>\",\n  \"icon\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"description\": \"<string>\",\n  \"icon\": \"<string>\",\n  \"creation_date\": \"<string>\",\n  \"created_by_user_id\": \"<string>\",\n  \"last_update_date\": \"<string>\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "b7c7af95-9052-4078-800a-d84b172ef161",
                                            "name": "Bad request.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "identity",
                                                        "role"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"name\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"description\": \"<string>\",\n  \"icon\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "aee29cc9-5b0b-4084-9429-0405e0c587f5",
                                            "name": "Authorization information is missing or invalid.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "identity",
                                                        "role"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"name\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"description\": \"<string>\",\n  \"icon\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "8601da37-1c24-416c-be61-57d939772366",
                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "identity",
                                                        "role"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"name\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"description\": \"<string>\",\n  \"icon\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "34354969-fc21-4df4-b525-92040109e89d",
                                            "name": "Unexpected error.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "identity",
                                                        "role"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"name\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"description\": \"<string>\",\n  \"icon\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "b2c96fc7-e50d-4bbf-b6a6-6e1914b401e3",
                                            "name": "Finds the Role by ID",
                                            "request": {
                                                "name": "Finds the Role by ID",
                                                "description": {
                                                    "content": "Returns the single Role for the given ID\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "identity",
                                                        "role",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ID of the Role to return",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "142bd37f-2e7a-4146-ba7a-4d0ce72656e0",
                                                    "name": "Success",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "role",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Role to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"description\": \"<string>\",\n  \"icon\": \"<string>\",\n  \"creation_date\": \"<string>\",\n  \"created_by_user_id\": \"<string>\",\n  \"last_update_date\": \"<string>\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "53a91e7c-1e7a-45a1-a03f-1e24578c331d",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "role",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Role to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "9488d68d-2c78-4cce-8128-594d22591f4c",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "role",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Role to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "0256bea5-b13e-45e5-96c8-032a999778a9",
                                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "role",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Role to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "003efcd9-dccf-428d-9d64-0deeab7f62d6",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "role",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Role to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "1a1eac51-8aa6-4fb7-8d6d-f112ad646891",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "role",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Role to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "6901af12-029d-48dd-ae02-110940b081a9",
                                            "name": "Update the Role by ID",
                                            "request": {
                                                "name": "Update the Role by ID",
                                                "description": {
                                                    "content": "Update the Role for the given ID\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "identity",
                                                        "role",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ID of the Role to return",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "PUT",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"name\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"description\": \"<string>\",\n  \"icon\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "865366dd-3664-4aca-84bc-9c8439751d5a",
                                                    "name": "OK",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "role",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Role to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"name\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"description\": \"<string>\",\n  \"icon\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "41c43bd9-fc71-4fc4-81db-aead42d61113",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "role",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Role to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"name\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"description\": \"<string>\",\n  \"icon\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "25a3aec4-aac4-4e20-b2a4-90d28f4805af",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "role",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Role to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"name\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"description\": \"<string>\",\n  \"icon\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "fc566e5d-657f-4614-b120-5aa13c7caac2",
                                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "role",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Role to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"name\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"description\": \"<string>\",\n  \"icon\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "2d40d7f2-4d75-4636-af63-46ef51f646be",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "role",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Role to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"name\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"description\": \"<string>\",\n  \"icon\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "bfcacaf4-bc27-47d1-8be9-1f7ac0fb2973",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "role",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Role to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"name\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"description\": \"<string>\",\n  \"icon\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "4aedb72f-3fc1-48eb-9ad1-a4e75ee3aaa1",
                                            "name": "Delete the Role by ID",
                                            "request": {
                                                "name": "Delete the Role by ID",
                                                "description": {
                                                    "content": "Delete the single Role for the given ID\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "identity",
                                                        "role",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ID of the Role to delete",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "DELETE",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "fdd173ba-1dce-4dcc-8a2c-82fc0dffc7cb",
                                                    "name": "OK",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "role",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Role to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "6e26e8fa-5858-4df9-98d1-af868498cc6e",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "role",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Role to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "fe46d72d-7966-4ca7-9434-be7032585ac1",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "role",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Role to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "41323af5-061e-49bf-8bb7-19c4a2a27c56",
                                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "role",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Role to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "854a047f-58bc-42e7-a40b-551509a8c877",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "role",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Role to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "241c4ab1-40a7-4543-97ec-b5e15e3418d3",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "role",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Role to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "user",
                            "description": "",
                            "item": [
                                {
                                    "id": "51efdb04-eb26-4bab-9634-2431b3cf16ad",
                                    "name": "Finds Users",
                                    "request": {
                                        "name": "Finds Users",
                                        "description": {
                                            "content": "Finds Users with pagination params and filters\n\n- can order on `id`\n- can search on `displayName`\n- can filter on `displayName`\n",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "API",
                                                "identity",
                                                "user"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) index of the page to display",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "p",
                                                    "value": "0"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) maximum number of elements to retrieve",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "c",
                                                    "value": "20"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "OrKOIemKmRkbOx4e66sJImbWGQpiG09GR%RSKuHimY6RKvneI%xj9qTCbyIwSPgLCQqK1uDO05bdI0SNgZ7Bg1QTkW9dK0O655BK6lZY5maKUPszsczKGRE6Atfb6jFcpUFoAY8IsdpSUGDoCRtTKNZe9o1E%dktcAypG%b99rEI1WHdTxeT0YZY%HPvV3lf09ggm62qj0BZuo21XXDfSiPI9eX3N07kptV4ccvj0yUftTdLz"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "x62n%OFSzf6dRdC8"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "457612f0-0037-4024-b66c-3f48397965c0",
                                            "name": "Success",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "identity",
                                                        "user"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "The total number of matching items",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "Content-Range",
                                                    "value": "<long>"
                                                }
                                            ],
                                            "body": "[\n  {\n    \"id\": \"<string>\",\n    \"enabled\": \"<string>\",\n    \"userName\": \"<string>\",\n    \"firstname\": \"<string>\",\n    \"lastname\": \"<string>\",\n    \"password\": \"<string>\",\n    \"icon\": \"<string>\",\n    \"title\": \"<string>\",\n    \"job_title\": \"<string>\",\n    \"manager_id\": \"<string>\",\n    \"last_connection\": \"<string>\",\n    \"created_by_user_id\": \"<string>\",\n    \"creation_date\": \"<string>\",\n    \"last_update_date\": \"<string>\"\n  },\n  {\n    \"id\": \"<string>\",\n    \"enabled\": \"<string>\",\n    \"userName\": \"<string>\",\n    \"firstname\": \"<string>\",\n    \"lastname\": \"<string>\",\n    \"password\": \"<string>\",\n    \"icon\": \"<string>\",\n    \"title\": \"<string>\",\n    \"job_title\": \"<string>\",\n    \"manager_id\": \"<string>\",\n    \"last_connection\": \"<string>\",\n    \"created_by_user_id\": \"<string>\",\n    \"creation_date\": \"<string>\",\n    \"last_update_date\": \"<string>\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "77d5c4d9-9a3c-46fa-bf2c-cdf6e7d31dba",
                                            "name": "Bad request.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "identity",
                                                        "user"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "5cf677ff-4fc1-48b4-8fe7-876dcc20e183",
                                            "name": "Authorization information is missing or invalid.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "identity",
                                                        "user"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "b3731fd1-0666-4202-a112-7e0408c6786a",
                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "identity",
                                                        "user"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "d62727fc-6631-4a54-ae42-18d5b9e3aee8",
                                            "name": "Unexpected error.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "identity",
                                                        "user"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "3379b8bb-37fa-4c00-baaf-c266c5c215a3",
                                    "name": "Create the User",
                                    "request": {
                                        "name": "Create the User",
                                        "description": {
                                            "content": "Create the User\n",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "API",
                                                "identity",
                                                "user"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"userName\": \"<string>\",\n  \"password\": \"<string>\",\n  \"password_confirm\": \"<string>\",\n  \"firstname\": \"<string>\",\n  \"lastname\": \"<string>\",\n  \"enabled\": \"<string>\",\n  \"icon\": \"<string>\",\n  \"title\": \"<string>\",\n  \"job_title\": \"<string>\",\n  \"manager_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        },
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "2786ab2b-1f7b-4729-ba48-670eaf190bbe",
                                            "name": "Success",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "identity",
                                                        "user"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"userName\": \"<string>\",\n  \"password\": \"<string>\",\n  \"password_confirm\": \"<string>\",\n  \"firstname\": \"<string>\",\n  \"lastname\": \"<string>\",\n  \"enabled\": \"<string>\",\n  \"icon\": \"<string>\",\n  \"title\": \"<string>\",\n  \"job_title\": \"<string>\",\n  \"manager_id\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"id\": \"<string>\",\n  \"enabled\": \"<string>\",\n  \"userName\": \"<string>\",\n  \"firstname\": \"<string>\",\n  \"lastname\": \"<string>\",\n  \"password\": \"<string>\",\n  \"icon\": \"<string>\",\n  \"title\": \"<string>\",\n  \"job_title\": \"<string>\",\n  \"manager_id\": \"<string>\",\n  \"last_connection\": \"<string>\",\n  \"created_by_user_id\": \"<string>\",\n  \"creation_date\": \"<string>\",\n  \"last_update_date\": \"<string>\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "c65026f5-e9c3-44ed-8edc-5199e1109bb5",
                                            "name": "Bad request.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "identity",
                                                        "user"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"userName\": \"<string>\",\n  \"password\": \"<string>\",\n  \"password_confirm\": \"<string>\",\n  \"firstname\": \"<string>\",\n  \"lastname\": \"<string>\",\n  \"enabled\": \"<string>\",\n  \"icon\": \"<string>\",\n  \"title\": \"<string>\",\n  \"job_title\": \"<string>\",\n  \"manager_id\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "e2e52104-4c54-497f-a0e3-df6cc1baf129",
                                            "name": "Authorization information is missing or invalid.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "identity",
                                                        "user"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"userName\": \"<string>\",\n  \"password\": \"<string>\",\n  \"password_confirm\": \"<string>\",\n  \"firstname\": \"<string>\",\n  \"lastname\": \"<string>\",\n  \"enabled\": \"<string>\",\n  \"icon\": \"<string>\",\n  \"title\": \"<string>\",\n  \"job_title\": \"<string>\",\n  \"manager_id\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "13ba2d7a-9b40-4df7-a505-4b12781baca3",
                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "identity",
                                                        "user"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"userName\": \"<string>\",\n  \"password\": \"<string>\",\n  \"password_confirm\": \"<string>\",\n  \"firstname\": \"<string>\",\n  \"lastname\": \"<string>\",\n  \"enabled\": \"<string>\",\n  \"icon\": \"<string>\",\n  \"title\": \"<string>\",\n  \"job_title\": \"<string>\",\n  \"manager_id\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "30237d36-bd6f-43e9-b3b6-4c968b88cbf8",
                                            "name": "Unexpected error.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "identity",
                                                        "user"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"userName\": \"<string>\",\n  \"password\": \"<string>\",\n  \"password_confirm\": \"<string>\",\n  \"firstname\": \"<string>\",\n  \"lastname\": \"<string>\",\n  \"enabled\": \"<string>\",\n  \"icon\": \"<string>\",\n  \"title\": \"<string>\",\n  \"job_title\": \"<string>\",\n  \"manager_id\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "1f3510f0-3aef-4517-a6df-3af1b957d6e1",
                                            "name": "Finds the User by ID",
                                            "request": {
                                                "name": "Finds the User by ID",
                                                "description": {
                                                    "content": "Returns the single User for the given ID\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "identity",
                                                        "user",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ID of the User to return",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "71ce447b-8042-42aa-9018-46e61aca92cc",
                                                    "name": "Success",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "user",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the User to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"id\": \"<string>\",\n  \"enabled\": \"<string>\",\n  \"userName\": \"<string>\",\n  \"firstname\": \"<string>\",\n  \"lastname\": \"<string>\",\n  \"password\": \"<string>\",\n  \"icon\": \"<string>\",\n  \"title\": \"<string>\",\n  \"job_title\": \"<string>\",\n  \"manager_id\": \"<string>\",\n  \"last_connection\": \"<string>\",\n  \"created_by_user_id\": \"<string>\",\n  \"creation_date\": \"<string>\",\n  \"last_update_date\": \"<string>\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "75528a92-6a76-4809-a941-c86c70f3a203",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "user",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the User to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "a31b0465-3563-4847-9810-1eb36415d8fa",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "user",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the User to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "584afdf6-4504-4130-9b64-4673961d4a59",
                                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "user",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the User to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "b3082634-54bb-49f7-96a5-1ac6f9a05436",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "user",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the User to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "83ca28f3-7b5a-4ab2-8dbc-00623e91d577",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "user",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the User to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "666b3ce6-4dd2-4248-8496-c52704c89420",
                                            "name": "Update the User by ID",
                                            "request": {
                                                "name": "Update the User by ID",
                                                "description": {
                                                    "content": "Update the User for the given ID\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "identity",
                                                        "user",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ID of the User to return",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "PUT",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"enabled\": \"<string>\",\n  \"userName\": \"<string>\",\n  \"firstname\": \"<string>\",\n  \"lastname\": \"<string>\",\n  \"password\": \"<string>\",\n  \"icon\": \"<string>\",\n  \"title\": \"<string>\",\n  \"job_title\": \"<string>\",\n  \"manager_id\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "c1558c67-80eb-4670-9506-56859bbd0998",
                                                    "name": "OK",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "user",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the User to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"enabled\": \"<string>\",\n  \"userName\": \"<string>\",\n  \"firstname\": \"<string>\",\n  \"lastname\": \"<string>\",\n  \"password\": \"<string>\",\n  \"icon\": \"<string>\",\n  \"title\": \"<string>\",\n  \"job_title\": \"<string>\",\n  \"manager_id\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "40c2b45d-1eba-47af-911a-2893f7e9b66a",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "user",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the User to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"enabled\": \"<string>\",\n  \"userName\": \"<string>\",\n  \"firstname\": \"<string>\",\n  \"lastname\": \"<string>\",\n  \"password\": \"<string>\",\n  \"icon\": \"<string>\",\n  \"title\": \"<string>\",\n  \"job_title\": \"<string>\",\n  \"manager_id\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "a65a2990-6b8c-4142-8a2a-00a3b917d302",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "user",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the User to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"enabled\": \"<string>\",\n  \"userName\": \"<string>\",\n  \"firstname\": \"<string>\",\n  \"lastname\": \"<string>\",\n  \"password\": \"<string>\",\n  \"icon\": \"<string>\",\n  \"title\": \"<string>\",\n  \"job_title\": \"<string>\",\n  \"manager_id\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "bb5d8a38-5adb-44e4-8fc7-82aa30b090dc",
                                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "user",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the User to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"enabled\": \"<string>\",\n  \"userName\": \"<string>\",\n  \"firstname\": \"<string>\",\n  \"lastname\": \"<string>\",\n  \"password\": \"<string>\",\n  \"icon\": \"<string>\",\n  \"title\": \"<string>\",\n  \"job_title\": \"<string>\",\n  \"manager_id\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "37ec53d6-9343-426c-a22a-a3a830f74daa",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "user",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the User to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"enabled\": \"<string>\",\n  \"userName\": \"<string>\",\n  \"firstname\": \"<string>\",\n  \"lastname\": \"<string>\",\n  \"password\": \"<string>\",\n  \"icon\": \"<string>\",\n  \"title\": \"<string>\",\n  \"job_title\": \"<string>\",\n  \"manager_id\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "866a643d-5a82-41c4-809e-51582da5770a",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "user",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the User to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"enabled\": \"<string>\",\n  \"userName\": \"<string>\",\n  \"firstname\": \"<string>\",\n  \"lastname\": \"<string>\",\n  \"password\": \"<string>\",\n  \"icon\": \"<string>\",\n  \"title\": \"<string>\",\n  \"job_title\": \"<string>\",\n  \"manager_id\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "c68b4f03-248e-4145-b904-b039ac2c1e25",
                                            "name": "Delete the User by ID",
                                            "request": {
                                                "name": "Delete the User by ID",
                                                "description": {
                                                    "content": "Delete the single User for the given ID.\n\n**Use this method with caution**: some artifacts like applications, process instances or users may present display problems in the Bonita Portal if the referenced user was deleted.\nNote that you can disable a user instead of deleting it. To do so, use the UPDATE method and set the attribute 'enabled' to false\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "identity",
                                                        "user",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ID of the User to delete",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "DELETE",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "05dd3150-8756-4e72-95c1-70f9055c8307",
                                                    "name": "OK",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "user",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the User to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "1892d0ae-055d-4093-8f07-f4d671e89848",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "user",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the User to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "91342e2e-9d49-4f55-a29f-d8de67ee5100",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "user",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the User to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "fcd28bbd-17ec-4698-b505-5d4173d50ff5",
                                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "user",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the User to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "da31d1fa-1c8b-4b58-9a3b-14545f660c58",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "user",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the User to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "19218fd6-3144-47f8-af33-7f2487248712",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "user",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the User to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "platform",
                    "description": "",
                    "item": [
                        {
                            "name": "platform",
                            "description": "",
                            "item": [
                                {
                                    "name": "unusedid",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "c9dbc394-4eda-4e8e-836f-0fc8ed6d96a3",
                                            "name": "Finds the Platform by ID",
                                            "request": {
                                                "name": "Finds the Platform by ID",
                                                "description": {
                                                    "content": "Returns the current Platform\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "platform",
                                                        "platform",
                                                        "unusedid"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "14082bd6-0d84-4005-baba-ccb91749d22b",
                                                    "name": "Success",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "platform",
                                                                "platform",
                                                                "unusedid"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"state\": \"STOPPED\",\n  \"version\": \"<string>\",\n  \"initialVersion\": \"<string>\",\n  \"previousVersion\": \"<string>\",\n  \"createdBy\": \"<string>\",\n  \"created\": \"<string>\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "2ace7707-457d-47fd-84b9-c5fde132f5de",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "platform",
                                                                "platform",
                                                                "unusedid"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "12167cba-f2a0-43a4-919d-7fd94fb675e8",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "platform",
                                                                "platform",
                                                                "unusedid"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "f15730f7-bf6c-4e1a-a5ac-e48712c65b6a",
                                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "platform",
                                                                "platform",
                                                                "unusedid"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "e43f2424-7572-4efb-a641-a517b19b6275",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "platform",
                                                                "platform",
                                                                "unusedid"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "ba977458-0f6d-4f28-82c3-92e5f30cad44",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "platform",
                                                                "platform",
                                                                "unusedid"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "9795d03b-076a-40bf-b8da-012b7c7230dd",
                                            "name": "Update the Platform by ID",
                                            "request": {
                                                "name": "Update the Platform by ID",
                                                "description": {
                                                    "content": "Start or stop the current node, that is, start or stop all services of the current JVM.\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "platform",
                                                        "platform",
                                                        "unusedid"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "PUT",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"state\": \"stop\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "bf7ce7a3-b21c-4421-87f2-2fd27ad5ee7f",
                                                    "name": "OK",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "platform",
                                                                "platform",
                                                                "unusedid"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"state\": \"stop\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "e07b2492-5963-49b7-b4f6-918afb231abd",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "platform",
                                                                "platform",
                                                                "unusedid"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"state\": \"stop\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "685373b9-d375-482e-a5f2-ccc9f9d93f9e",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "platform",
                                                                "platform",
                                                                "unusedid"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"state\": \"stop\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "138497b4-3d48-4eb0-9427-10cd94773499",
                                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "platform",
                                                                "platform",
                                                                "unusedid"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"state\": \"stop\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "6c7480b4-e5f2-41f1-9763-6eadb2e063f3",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "platform",
                                                                "platform",
                                                                "unusedid"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"state\": \"stop\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "981abac2-077d-4b00-b4c6-cc1c367e6e5d",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "platform",
                                                                "platform",
                                                                "unusedid"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"state\": \"stop\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "license",
                            "description": "",
                            "item": [
                                {
                                    "id": "2f747647-4064-441e-9c2b-8bf86b9d2fa4",
                                    "name": "Get the platform License",
                                    "request": {
                                        "name": "Get the platform License",
                                        "description": {
                                            "content": "Returns the current platform License.\nThis requires a platform session. Log in using the platform login service.\nWarning: Since Bonita 10.2 (2024.3), this API is deprecated: use the API `GET /system/information` instead.\n",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "API",
                                                "platform",
                                                "license"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "3269408c-9898-480a-bd22-83963adf53cf",
                                            "name": "Success",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "platform",
                                                        "license"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"licenseStartDate\": \"<string>\",\n  \"duration\": \"<string>\",\n  \"licenseExpirationDate\": \"<string>\",\n  \"numberOfCPUCores\": \"<string>\",\n  \"edition\": \"<string>\",\n  \"licenseMode\": \"<string>\",\n  \"requestKey\": \"<string>\",\n  \"subscriptionStartPeriod\": \"<string>\",\n  \"subscriptionEndPeriod\": \"<string>\",\n  \"caseCounterLimit\": \"<long>\",\n  \"caseCounter\": \"<long>\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "15cc9486-fd47-49cd-9bcd-77cd43152d41",
                                            "name": "Bad request.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "platform",
                                                        "license"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "021f8702-2866-4cf8-91b5-b7f3bb0d5a63",
                                            "name": "Authorization information is missing or invalid.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "platform",
                                                        "license"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "cec1b348-9f90-4b78-8311-c20362a7ec12",
                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "platform",
                                                        "license"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "c76a9969-120b-4f92-8337-6e0eca6229a6",
                                            "name": "The resource for the specified ID was not found.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "platform",
                                                        "license"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Not Found",
                                            "code": 404,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "a86b8efc-5c47-4261-874f-bee05325614f",
                                            "name": "Unexpected error.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "platform",
                                                        "license"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "portal",
                    "description": "",
                    "item": [
                        {
                            "name": "page",
                            "description": "",
                            "item": [
                                {
                                    "id": "87c244a6-f3fa-448b-b767-1547535f44d2",
                                    "name": "Finds Pages",
                                    "request": {
                                        "name": "Finds Pages",
                                        "description": {
                                            "content": "Finds Pages with pagination params and filters\n\n- can search on `displayName`,`description`\n- can filter on `createdBy`,`contentType`\n",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "API",
                                                "portal",
                                                "page"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) index of the page to display",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "p",
                                                    "value": "0"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) maximum number of elements to retrieve",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "c",
                                                    "value": "20"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "OrKOIemKmRkbOx4e66sJImbWGQpiG09GR%RSKuHimY6RKvneI%xj9qTCbyIwSPgLCQqK1uDO05bdI0SNgZ7Bg1QTkW9dK0O655BK6lZY5maKUPszsczKGRE6Atfb6jFcpUFoAY8IsdpSUGDoCRtTKNZe9o1E%dktcAypG%b99rEI1WHdTxeT0YZY%HPvV3lf09ggm62qj0BZuo21XXDfSiPI9eX3N07kptV4ccvj0yUftTdLz"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "x62n%OFSzf6dRdC8"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "3a61cf03-bb8a-4eac-b6a8-b6ecb41c4299",
                                            "name": "Success",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "portal",
                                                        "page"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "The total number of matching items",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "Content-Range",
                                                    "value": "<long>"
                                                }
                                            ],
                                            "body": "[\n  {\n    \"id\": \"<string>\",\n    \"creationDate\": \"<string>\",\n    \"createdBy\": \"<string>\",\n    \"isProvided\": \"<boolean>\",\n    \"description\": \"<string>\",\n    \"contentName\": \"<string>\",\n    \"displayName\": \"<string>\",\n    \"updatedBy\": \"<string>\",\n    \"lastUpdateDate\": \"<string>\",\n    \"urlToken\": \"<string>\"\n  },\n  {\n    \"id\": \"<string>\",\n    \"creationDate\": \"<string>\",\n    \"createdBy\": \"<string>\",\n    \"isProvided\": \"<boolean>\",\n    \"description\": \"<string>\",\n    \"contentName\": \"<string>\",\n    \"displayName\": \"<string>\",\n    \"updatedBy\": \"<string>\",\n    \"lastUpdateDate\": \"<string>\",\n    \"urlToken\": \"<string>\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "21a9811b-2f5f-4545-933f-c0f4525754ac",
                                            "name": "Bad request.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "portal",
                                                        "page"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "9a571c0d-95ee-4fb1-acda-5c1288400f77",
                                            "name": "Authorization information is missing or invalid.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "portal",
                                                        "page"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "31537892-4e51-451a-adea-a77c8058c73f",
                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "portal",
                                                        "page"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "725b05b4-4ab6-49d1-90d1-850c83f3f953",
                                            "name": "Unexpected error.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "portal",
                                                        "page"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "6e278cf1-e593-4291-abb5-d952beaa1ad6",
                                    "name": "Create the Page",
                                    "request": {
                                        "name": "Create the Page",
                                        "description": {
                                            "content": "Upload the page content using the `portal/pageUpload`. This returns a temporary file name that can be used as input for this operation.\n\nWarning: as of 9.0.0, creating a page using this API is deprecated.\n",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "API",
                                                "portal",
                                                "page"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"pageZip\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        },
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "28810f30-4dd0-4c94-aadf-363d4d426aee",
                                            "name": "Success",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "portal",
                                                        "page"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"pageZip\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"id\": \"<string>\",\n  \"creationDate\": \"<string>\",\n  \"createdBy\": \"<string>\",\n  \"isProvided\": \"<boolean>\",\n  \"description\": \"<string>\",\n  \"contentName\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"updatedBy\": \"<string>\",\n  \"lastUpdateDate\": \"<string>\",\n  \"urlToken\": \"<string>\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "21b74c1b-4d23-409b-b9db-112e9dd23479",
                                            "name": "Bad request.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "portal",
                                                        "page"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"pageZip\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "a5852d31-2e8c-4914-872c-c33bd9bb0a9a",
                                            "name": "Authorization information is missing or invalid.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "portal",
                                                        "page"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"pageZip\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "facdec63-3d50-40ef-9965-e3c2dced60e7",
                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "portal",
                                                        "page"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"pageZip\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "ec388f50-7d1a-4563-b249-42e331b49c13",
                                            "name": "Unexpected error.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "portal",
                                                        "page"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"pageZip\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "554e4354-fa2b-4da2-98f1-acd1ae09a7f3",
                                            "name": "Finds the Page by ID",
                                            "request": {
                                                "name": "Finds the Page by ID",
                                                "description": {
                                                    "content": "Returns the single Page for the given ID\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "portal",
                                                        "page",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ID of the Page to return",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "570f210c-87d5-48b7-ae27-56e4459c9e26",
                                                    "name": "Success",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "page",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Page to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"id\": \"<string>\",\n  \"creationDate\": \"<string>\",\n  \"createdBy\": \"<string>\",\n  \"isProvided\": \"<boolean>\",\n  \"description\": \"<string>\",\n  \"contentName\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"updatedBy\": \"<string>\",\n  \"lastUpdateDate\": \"<string>\",\n  \"urlToken\": \"<string>\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "707088ad-2724-46b4-a52d-d37ff2b73e16",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "page",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Page to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "468e788c-57cd-4f54-a17f-f97b022b6e18",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "page",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Page to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "928b7cee-e1bf-4c32-82c0-0a50bcdf9250",
                                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "page",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Page to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "9c745ee2-730a-4ae2-975d-60cdc42bc85b",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "page",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Page to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "e46c2c29-571f-48d1-be20-8b26a1d291be",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "page",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Page to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "8e3b0e83-682a-42db-950a-8d32d4e2b329",
                                            "name": "Update the Page by ID",
                                            "request": {
                                                "name": "Update the Page by ID",
                                                "description": {
                                                    "content": "Use the PUT method to update an existing custom page. To update a custom page, upload the new page content using the pageUpload servlet, which returns a temporary file name, and then call this API with the temporary file name.\n\nWarning: as of 9.0.0, updating a page using this API is deprecated.\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "portal",
                                                        "page",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ID of the Page to return",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "PUT",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"pageZip\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "b7f3c01f-baba-4931-b278-f60269854e61",
                                                    "name": "OK",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "page",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Page to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"pageZip\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "1895b23f-3eb5-42d0-9a71-e08f56797d4e",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "page",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Page to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"pageZip\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "51ea84fd-e1d7-45d9-851d-01380b01dca2",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "page",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Page to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"pageZip\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "7eb6566f-f9c1-4b9a-993d-e5e6c426e7bb",
                                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "page",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Page to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"pageZip\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "d4637af6-c8b7-4f60-9a9b-711c72ee4d55",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "page",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Page to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"pageZip\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "9c384120-a449-4864-b6cb-f8bb0d644400",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "page",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Page to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"pageZip\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "0702be60-f45e-4440-b1a0-ba2bfa92a968",
                                            "name": "Delete the Page by ID",
                                            "request": {
                                                "name": "Delete the Page by ID",
                                                "description": {
                                                    "content": "Delete the single Page for the given ID\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "portal",
                                                        "page",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ID of the Page to delete",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "DELETE",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "6e06960a-dff0-4285-88cc-d67b0ab81d77",
                                                    "name": "OK",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "page",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Page to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "ae0048a5-417e-431b-988d-19441e8153ed",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "page",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Page to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "2f9a9f11-897a-484a-a332-b63229e6d749",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "page",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Page to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "7deeea1e-cbf1-4646-b550-ed2351665cae",
                                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "page",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Page to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "994db990-8de8-4aff-aee6-fa29aa2c967a",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "page",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Page to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "9b334a70-5b92-448c-9e45-decb48024f84",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "page",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Page to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "profile",
                            "description": "",
                            "item": [
                                {
                                    "id": "7ed3b039-4c45-42f5-9b64-c669fd170db0",
                                    "name": "Finds Profiles",
                                    "request": {
                                        "name": "Finds Profiles",
                                        "description": {
                                            "content": "Finds Profiles with pagination params and filters\n\n- can search on `name`\n- can filter on `name`,`hasNavigation`\n- can order on `name`\n",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "API",
                                                "portal",
                                                "profile"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) index of the page to display",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "p",
                                                    "value": "0"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) maximum number of elements to retrieve",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "c",
                                                    "value": "20"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "OrKOIemKmRkbOx4e66sJImbWGQpiG09GR%RSKuHimY6RKvneI%xj9qTCbyIwSPgLCQqK1uDO05bdI0SNgZ7Bg1QTkW9dK0O655BK6lZY5maKUPszsczKGRE6Atfb6jFcpUFoAY8IsdpSUGDoCRtTKNZe9o1E%dktcAypG%b99rEI1WHdTxeT0YZY%HPvV3lf09ggm62qj0BZuo21XXDfSiPI9eX3N07kptV4ccvj0yUftTdLz"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "x62n%OFSzf6dRdC8"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "9ff17e55-3b66-4eb6-b1b5-99ad65559f27",
                                            "name": "Success",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "portal",
                                                        "profile"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "The total number of matching items",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "Content-Range",
                                                    "value": "<long>"
                                                }
                                            ],
                                            "body": "[\n  {\n    \"id\": \"<string>\",\n    \"creationDate\": \"<string>\",\n    \"icon\": \"<string>\",\n    \"createdBy\": \"<string>\",\n    \"description\": \"<string>\",\n    \"name\": \"<string>\",\n    \"isdefault\": \"<boolean>\",\n    \"lastUpdateDate\": \"<string>\",\n    \"updatedBy\": \"<string>\"\n  },\n  {\n    \"id\": \"<string>\",\n    \"creationDate\": \"<string>\",\n    \"icon\": \"<string>\",\n    \"createdBy\": \"<string>\",\n    \"description\": \"<string>\",\n    \"name\": \"<string>\",\n    \"isdefault\": \"<boolean>\",\n    \"lastUpdateDate\": \"<string>\",\n    \"updatedBy\": \"<string>\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "82f57f9f-caa2-4451-b86b-67211e7bf89b",
                                            "name": "Bad request.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "portal",
                                                        "profile"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "a398e078-a663-48cb-8ac0-980cd79aac48",
                                            "name": "Authorization information is missing or invalid.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "portal",
                                                        "profile"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "ac460bfc-69a1-4b2d-8d6b-3283584cc0e0",
                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "portal",
                                                        "profile"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "5aed6faf-1a92-4aab-a569-971fcbec4bcb",
                                            "name": "Unexpected error.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "portal",
                                                        "profile"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "456d1815-c289-4a30-a066-52334f2ab872",
                                    "name": "Create the Profile",
                                    "request": {
                                        "name": "Create the Profile",
                                        "description": {
                                            "content": "![edition](https://img.shields.io/badge/edition-entreprise-blue)\n\nCreate the Profile\n\nWarning: as of 9.0.0, creating profiles using this API is deprecated.\n",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "API",
                                                "portal",
                                                "profile"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"description\": \"<string>\",\n  \"name\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        },
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "3a6489ae-2467-44ec-93f8-6df641c4200d",
                                            "name": "Success",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "portal",
                                                        "profile"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"description\": \"<string>\",\n  \"name\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"id\": \"<string>\",\n  \"creationDate\": \"<string>\",\n  \"icon\": \"<string>\",\n  \"createdBy\": \"<string>\",\n  \"description\": \"<string>\",\n  \"name\": \"<string>\",\n  \"isdefault\": \"<boolean>\",\n  \"lastUpdateDate\": \"<string>\",\n  \"updatedBy\": \"<string>\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "9bf97ff1-9496-4b81-b673-981ed4f1dc8f",
                                            "name": "Bad request.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "portal",
                                                        "profile"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"description\": \"<string>\",\n  \"name\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "d2c5586b-9d8b-4bac-ae41-a87c289e1496",
                                            "name": "Authorization information is missing or invalid.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "portal",
                                                        "profile"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"description\": \"<string>\",\n  \"name\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "bd6b3d9f-9890-4c46-8cd8-6332619578c4",
                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "portal",
                                                        "profile"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"description\": \"<string>\",\n  \"name\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "b2dd2d9b-d4cb-42ef-a430-6aa78fa92a16",
                                            "name": "Unexpected error.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "portal",
                                                        "profile"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"description\": \"<string>\",\n  \"name\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "ab4067b8-45f4-4a2c-9c36-787b99e5ea42",
                                            "name": "Finds the Profile by ID",
                                            "request": {
                                                "name": "Finds the Profile by ID",
                                                "description": {
                                                    "content": "Returns the single Profile for the given ID\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "portal",
                                                        "profile",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ID of the Profile to return",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "0fee484b-ae35-444d-aecc-a410c6fc8293",
                                                    "name": "Success",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "profile",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Profile to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"id\": \"<string>\",\n  \"creationDate\": \"<string>\",\n  \"icon\": \"<string>\",\n  \"createdBy\": \"<string>\",\n  \"description\": \"<string>\",\n  \"name\": \"<string>\",\n  \"isdefault\": \"<boolean>\",\n  \"lastUpdateDate\": \"<string>\",\n  \"updatedBy\": \"<string>\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "e8b15958-ce00-4d22-97e1-824b4912a8fd",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "profile",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Profile to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "e22f4d1b-1055-42f3-bea7-5b31d09791e4",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "profile",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Profile to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "f2ea2140-0713-4057-877e-194a6050f5bb",
                                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "profile",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Profile to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "da1b22a9-8790-496a-a1fd-0c183cafa70b",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "profile",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Profile to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "296251d4-fce7-4dae-ac5d-9c0ffebb36b9",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "profile",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Profile to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "6c963aca-fec6-493d-890e-32f5d93f742a",
                                            "name": "Update the Profile by ID",
                                            "request": {
                                                "name": "Update the Profile by ID",
                                                "description": {
                                                    "content": "![edition](https://img.shields.io/badge/edition-entreprise-blue)\n\nUpdate the Profile for the given ID\n\nWarning: as of 9.0.0, updating a profile using this API is deprecated.\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "portal",
                                                        "profile",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ID of the Profile to return",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "PUT",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"description\": \"<string>\",\n  \"displayName\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "df2a0192-33a0-4933-a31e-e1231a62a285",
                                                    "name": "OK",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "profile",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Profile to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"description\": \"<string>\",\n  \"displayName\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "9be664c4-a184-4f17-9612-e484e3986649",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "profile",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Profile to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"description\": \"<string>\",\n  \"displayName\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "47f851ed-9aa3-4382-8de2-f08c4a4c9141",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "profile",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Profile to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"description\": \"<string>\",\n  \"displayName\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "914f62b7-5567-48ea-88a5-e56f358a9224",
                                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "profile",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Profile to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"description\": \"<string>\",\n  \"displayName\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "4c763226-0a8b-41dd-b506-16cf67b6e134",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "profile",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Profile to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"description\": \"<string>\",\n  \"displayName\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "a5cb5518-0272-481f-800c-fa8a521d9431",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "profile",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Profile to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"description\": \"<string>\",\n  \"displayName\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "ef4366c1-6db5-4f5f-aea1-2839e652d6e5",
                                            "name": "Delete the Profile by ID",
                                            "request": {
                                                "name": "Delete the Profile by ID",
                                                "description": {
                                                    "content": "Delete the single Profile for the given ID\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "portal",
                                                        "profile",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ID of the Profile to delete",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "DELETE",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "6dc6e92a-3f57-45dc-87d0-2d5736a914b4",
                                                    "name": "OK",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "profile",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Profile to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "1d51d619-04df-4ad7-ab85-6fd9184e6c33",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "profile",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Profile to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "17272601-2354-4510-ad59-95173552a35a",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "profile",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Profile to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "d369f7a5-ec35-43d3-8c58-1ed0ae21d1e3",
                                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "profile",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Profile to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "f453261a-8073-4f3e-857d-2e64b6699f86",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "profile",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Profile to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "98b79b59-23b0-46d7-9b05-3fac0ada9c4a",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "profile",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Profile to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "profileEntry",
                            "description": "",
                            "item": [
                                {
                                    "id": "8c8ecbc4-221b-486e-ad37-e3f0baa43a5c",
                                    "name": "Finds ProfileEntries",
                                    "request": {
                                        "name": "Finds ProfileEntries",
                                        "description": {
                                            "content": "Finds ProfileEntries with pagination params and filters\n\n- can search on `name`\n- can filter on `page`,`name` and `parent_id`\n\nWarning: Since Bonita 7.13, ProfileEntry is deprecated\n",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "API",
                                                "portal",
                                                "profileEntry"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) index of the page to display",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "p",
                                                    "value": "0"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) maximum number of elements to retrieve",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "c",
                                                    "value": "20"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "OrKOIemKmRkbOx4e66sJImbWGQpiG09GR%RSKuHimY6RKvneI%xj9qTCbyIwSPgLCQqK1uDO05bdI0SNgZ7Bg1QTkW9dK0O655BK6lZY5maKUPszsczKGRE6Atfb6jFcpUFoAY8IsdpSUGDoCRtTKNZe9o1E%dktcAypG%b99rEI1WHdTxeT0YZY%HPvV3lf09ggm62qj0BZuo21XXDfSiPI9eX3N07kptV4ccvj0yUftTdLz"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "x62n%OFSzf6dRdC8"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "3cc2293c-91c2-4b0a-a21c-2b4d4fea919f",
                                            "name": "Success",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "portal",
                                                        "profileEntry"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "The total number of matching items",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "Content-Range",
                                                    "value": "<long>"
                                                }
                                            ],
                                            "body": "[\n  {\n    \"id\": \"<string>\",\n    \"icon\": \"<string>\",\n    \"index\": \"<string>\",\n    \"profile_id\": \"<string>\",\n    \"page\": \"<string>\",\n    \"description\": \"<string>\",\n    \"name\": \"<string>\",\n    \"type\": \"<string>\",\n    \"isCustom\": \"<boolean>\",\n    \"parent_id\": \"<string>\"\n  },\n  {\n    \"id\": \"<string>\",\n    \"icon\": \"<string>\",\n    \"index\": \"<string>\",\n    \"profile_id\": \"<string>\",\n    \"page\": \"<string>\",\n    \"description\": \"<string>\",\n    \"name\": \"<string>\",\n    \"type\": \"<string>\",\n    \"isCustom\": \"<boolean>\",\n    \"parent_id\": \"<string>\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "58aba545-8488-4c16-936d-e27097f972d8",
                                            "name": "Bad request.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "portal",
                                                        "profileEntry"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "08a02ce9-90fa-4aab-a12f-efdb14df54c6",
                                            "name": "Authorization information is missing or invalid.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "portal",
                                                        "profileEntry"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "28ba6671-0a08-4832-a872-d74ac3c7af84",
                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "portal",
                                                        "profileEntry"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "2ac94e89-c84c-476a-9831-798630968fc8",
                                            "name": "Unexpected error.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "portal",
                                                        "profileEntry"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "6d148bde-78b0-41ce-a18f-852b08e2cd82",
                                    "name": "Create the ProfileEntry",
                                    "request": {
                                        "name": "Create the ProfileEntry",
                                        "description": {
                                            "content": "Create the ProfileEntry\nWarning: Since Bonita 7.13, ProfileEntry is deprecated\n",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "API",
                                                "portal",
                                                "profileEntry"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"profile_id\": \"<string>\",\n  \"page\": \"<string>\",\n  \"description\": \"<string>\",\n  \"name\": \"<string>\",\n  \"type\": \"<string>\",\n  \"isCustom\": \"<boolean>\",\n  \"parent_id\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        },
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "eb03c911-5953-49a1-abec-1625f8398644",
                                            "name": "Success",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "portal",
                                                        "profileEntry"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"profile_id\": \"<string>\",\n  \"page\": \"<string>\",\n  \"description\": \"<string>\",\n  \"name\": \"<string>\",\n  \"type\": \"<string>\",\n  \"isCustom\": \"<boolean>\",\n  \"parent_id\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"id\": \"<string>\",\n  \"icon\": \"<string>\",\n  \"index\": \"<string>\",\n  \"profile_id\": \"<string>\",\n  \"page\": \"<string>\",\n  \"description\": \"<string>\",\n  \"name\": \"<string>\",\n  \"type\": \"<string>\",\n  \"isCustom\": \"<boolean>\",\n  \"parent_id\": \"<string>\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "156a97dc-f859-46e8-960d-39d626c649c5",
                                            "name": "Bad request.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "portal",
                                                        "profileEntry"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"profile_id\": \"<string>\",\n  \"page\": \"<string>\",\n  \"description\": \"<string>\",\n  \"name\": \"<string>\",\n  \"type\": \"<string>\",\n  \"isCustom\": \"<boolean>\",\n  \"parent_id\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "ad49c605-ac22-451d-9732-499af177d6b0",
                                            "name": "Authorization information is missing or invalid.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "portal",
                                                        "profileEntry"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"profile_id\": \"<string>\",\n  \"page\": \"<string>\",\n  \"description\": \"<string>\",\n  \"name\": \"<string>\",\n  \"type\": \"<string>\",\n  \"isCustom\": \"<boolean>\",\n  \"parent_id\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "d49d0db7-9529-4724-b8db-4b9e2fdb76e1",
                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "portal",
                                                        "profileEntry"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"profile_id\": \"<string>\",\n  \"page\": \"<string>\",\n  \"description\": \"<string>\",\n  \"name\": \"<string>\",\n  \"type\": \"<string>\",\n  \"isCustom\": \"<boolean>\",\n  \"parent_id\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "3d8861cb-3111-4b2c-b276-69f84637e7fa",
                                            "name": "Unexpected error.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "portal",
                                                        "profileEntry"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"profile_id\": \"<string>\",\n  \"page\": \"<string>\",\n  \"description\": \"<string>\",\n  \"name\": \"<string>\",\n  \"type\": \"<string>\",\n  \"isCustom\": \"<boolean>\",\n  \"parent_id\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "97a6e8bd-2bef-406f-8dc5-1f8ab71372e7",
                                            "name": "Finds the ProfileEntry by ID",
                                            "request": {
                                                "name": "Finds the ProfileEntry by ID",
                                                "description": {
                                                    "content": "Returns the single ProfileEntry for the given ID\nWarning: Since Bonita 7.13, ProfileEntry is deprecated\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "portal",
                                                        "profileEntry",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ID of the ProfileEntry to return",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "55c5cccc-fd0f-4ebb-8d76-9101a0e891e9",
                                                    "name": "Success",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "profileEntry",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ProfileEntry to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"id\": \"<string>\",\n  \"icon\": \"<string>\",\n  \"index\": \"<string>\",\n  \"profile_id\": \"<string>\",\n  \"page\": \"<string>\",\n  \"description\": \"<string>\",\n  \"name\": \"<string>\",\n  \"type\": \"<string>\",\n  \"isCustom\": \"<boolean>\",\n  \"parent_id\": \"<string>\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "dc74dab0-d260-4aee-8322-701e20a54e72",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "profileEntry",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ProfileEntry to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "ea515c2c-dc7b-4f2f-b318-0848c104addc",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "profileEntry",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ProfileEntry to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "afe9468d-1daf-4ffd-8a29-fd8b95430fe4",
                                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "profileEntry",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ProfileEntry to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "c32a2059-f0fe-4b14-a729-17f3f5f043b9",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "profileEntry",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ProfileEntry to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "e9df03a8-879e-481d-a6d3-7c5a4d0ac2cd",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "profileEntry",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ProfileEntry to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "d49502bd-20f3-41ee-88a3-60cdb512ef5f",
                                            "name": "Update the ProfileEntry by ID",
                                            "request": {
                                                "name": "Update the ProfileEntry by ID",
                                                "description": {
                                                    "content": "Update the ProfileEntry for the given ID\nWarning: Since Bonita 7.13, ProfileEntry is deprecated\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "portal",
                                                        "profileEntry",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ID of the ProfileEntry to return",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "PUT",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"profile_id\": \"<string>\",\n  \"page\": \"<string>\",\n  \"description\": \"<string>\",\n  \"name\": \"<string>\",\n  \"type\": \"<string>\",\n  \"isCustom\": \"<boolean>\",\n  \"parent_id\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "8dbc29b9-e41f-4ee6-bc27-0c6fae47e4b3",
                                                    "name": "OK",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "profileEntry",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ProfileEntry to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"profile_id\": \"<string>\",\n  \"page\": \"<string>\",\n  \"description\": \"<string>\",\n  \"name\": \"<string>\",\n  \"type\": \"<string>\",\n  \"isCustom\": \"<boolean>\",\n  \"parent_id\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "9ed4e65c-3bec-4366-ae3d-57caa05970fb",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "profileEntry",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ProfileEntry to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"profile_id\": \"<string>\",\n  \"page\": \"<string>\",\n  \"description\": \"<string>\",\n  \"name\": \"<string>\",\n  \"type\": \"<string>\",\n  \"isCustom\": \"<boolean>\",\n  \"parent_id\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "5d829cd9-b09a-48b2-b152-fed62c70534e",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "profileEntry",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ProfileEntry to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"profile_id\": \"<string>\",\n  \"page\": \"<string>\",\n  \"description\": \"<string>\",\n  \"name\": \"<string>\",\n  \"type\": \"<string>\",\n  \"isCustom\": \"<boolean>\",\n  \"parent_id\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "b8c15ee0-3e80-4bfb-b1e4-7c32235fb832",
                                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "profileEntry",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ProfileEntry to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"profile_id\": \"<string>\",\n  \"page\": \"<string>\",\n  \"description\": \"<string>\",\n  \"name\": \"<string>\",\n  \"type\": \"<string>\",\n  \"isCustom\": \"<boolean>\",\n  \"parent_id\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "379a3667-83ad-4fa5-86f2-eb36189e906b",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "profileEntry",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ProfileEntry to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"profile_id\": \"<string>\",\n  \"page\": \"<string>\",\n  \"description\": \"<string>\",\n  \"name\": \"<string>\",\n  \"type\": \"<string>\",\n  \"isCustom\": \"<boolean>\",\n  \"parent_id\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "00f69524-55cd-4a3f-9b0b-e205404295ec",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "profileEntry",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ProfileEntry to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"profile_id\": \"<string>\",\n  \"page\": \"<string>\",\n  \"description\": \"<string>\",\n  \"name\": \"<string>\",\n  \"type\": \"<string>\",\n  \"isCustom\": \"<boolean>\",\n  \"parent_id\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "c9ee9ab4-e999-4351-833c-13c7f7e08204",
                                            "name": "Delete the ProfileEntry by ID",
                                            "request": {
                                                "name": "Delete the ProfileEntry by ID",
                                                "description": {
                                                    "content": "Delete the single ProfileEntry for the given ID\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "portal",
                                                        "profileEntry",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ID of the ProfileEntry to delete",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "DELETE",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "49a83fec-a9b3-4718-953d-989d710847c7",
                                                    "name": "OK",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "profileEntry",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ProfileEntry to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "812c7222-b9ee-4083-93e5-85a5fc4b4704",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "profileEntry",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ProfileEntry to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "1fd28f93-95d8-457c-89b9-1b03c49a5c2a",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "profileEntry",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ProfileEntry to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "0f83fbbc-a115-4e88-a019-14ea7a6590ef",
                                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "profileEntry",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ProfileEntry to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "66ea8485-a6a3-4aeb-8450-5c851cfcacb3",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "profileEntry",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ProfileEntry to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "bbaa1260-3a48-4f7c-aaf4-55f3d93754af",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "profileEntry",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ProfileEntry to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "profileMember",
                            "description": "",
                            "item": [
                                {
                                    "id": "0a5d7d22-4b3b-45d9-810a-74c5b17161ff",
                                    "name": "Finds ProfileMembers",
                                    "request": {
                                        "name": "Finds ProfileMembers",
                                        "description": {
                                            "content": "Finds ProfileMembers with pagination params and filters\n\n**Filter `member_type` is mandatory**\n\nYou can filter on `profile_id`, `user_id`, `role_id` and `group_id`\n",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "API",
                                                "portal",
                                                "profileMember"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) index of the page to display",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "p",
                                                    "value": "0"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) maximum number of elements to retrieve",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "c",
                                                    "value": "20"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "OrKOIemKmRkbOx4e66sJImbWGQpiG09GR%RSKuHimY6RKvneI%xj9qTCbyIwSPgLCQqK1uDO05bdI0SNgZ7Bg1QTkW9dK0O655BK6lZY5maKUPszsczKGRE6Atfb6jFcpUFoAY8IsdpSUGDoCRtTKNZe9o1E%dktcAypG%b99rEI1WHdTxeT0YZY%HPvV3lf09ggm62qj0BZuo21XXDfSiPI9eX3N07kptV4ccvj0yUftTdLz"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "x62n%OFSzf6dRdC8"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "53c8ea6c-d115-448a-9b0c-5c41a87cb395",
                                            "name": "Success",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "portal",
                                                        "profileMember"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "The total number of matching items",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "Content-Range",
                                                    "value": "<long>"
                                                }
                                            ],
                                            "body": "[\n  {\n    \"id\": \"<string>\",\n    \"profile_id\": \"<string>\",\n    \"role_id\": \"<string>\",\n    \"group_id\": \"<string>\",\n    \"user_id\": \"<string>\"\n  },\n  {\n    \"id\": \"<string>\",\n    \"profile_id\": \"<string>\",\n    \"role_id\": \"<string>\",\n    \"group_id\": \"<string>\",\n    \"user_id\": \"<string>\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "f24fb0a1-d5f1-4b44-801c-f8e8e4c858c8",
                                            "name": "Bad request.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "portal",
                                                        "profileMember"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "0ac40893-29ee-4e4a-a513-c07aadf898ce",
                                            "name": "Authorization information is missing or invalid.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "portal",
                                                        "profileMember"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "dfdc63b6-2769-49f4-92bd-a813a28ac3e2",
                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "portal",
                                                        "profileMember"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "ab974b47-8f47-4d05-a414-55fd44184617",
                                            "name": "Unexpected error.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "portal",
                                                        "profileMember"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "3e9d9233-66aa-43aa-9f8f-f3627bff614a",
                                    "name": "Create the ProfileMember",
                                    "request": {
                                        "name": "Create the ProfileMember",
                                        "description": {
                                            "content": "Create the ProfileMember\n",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "API",
                                                "portal",
                                                "profileMember"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"profile_id\": \"<string>\",\n  \"role_id\": \"<string>\",\n  \"group_id\": \"<string>\",\n  \"user_id\": \"<string>\",\n  \"member_type\": \"ROLE\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        },
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "77b256cf-1fee-4994-b2e1-af6d9158294e",
                                            "name": "Success",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "portal",
                                                        "profileMember"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"profile_id\": \"<string>\",\n  \"role_id\": \"<string>\",\n  \"group_id\": \"<string>\",\n  \"user_id\": \"<string>\",\n  \"member_type\": \"ROLE\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"id\": \"<string>\",\n  \"profile_id\": \"<string>\",\n  \"role_id\": \"<string>\",\n  \"group_id\": \"<string>\",\n  \"user_id\": \"<string>\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "3c7f97e5-0202-452e-a1e4-e4eb9d3854b7",
                                            "name": "Bad request.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "portal",
                                                        "profileMember"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"profile_id\": \"<string>\",\n  \"role_id\": \"<string>\",\n  \"group_id\": \"<string>\",\n  \"user_id\": \"<string>\",\n  \"member_type\": \"ROLE\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "a2e15ba0-3281-4f36-b765-98b99e42a089",
                                            "name": "Authorization information is missing or invalid.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "portal",
                                                        "profileMember"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"profile_id\": \"<string>\",\n  \"role_id\": \"<string>\",\n  \"group_id\": \"<string>\",\n  \"user_id\": \"<string>\",\n  \"member_type\": \"ROLE\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "2b0c2c84-edcb-43df-a0e3-15f5666a97d1",
                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "portal",
                                                        "profileMember"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"profile_id\": \"<string>\",\n  \"role_id\": \"<string>\",\n  \"group_id\": \"<string>\",\n  \"user_id\": \"<string>\",\n  \"member_type\": \"ROLE\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "98ddd64a-becf-4d11-9c55-73849afe748a",
                                            "name": "Unexpected error.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "portal",
                                                        "profileMember"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"profile_id\": \"<string>\",\n  \"role_id\": \"<string>\",\n  \"group_id\": \"<string>\",\n  \"user_id\": \"<string>\",\n  \"member_type\": \"ROLE\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "6e39e0f2-0c0e-4b2c-beab-7e8785b4296d",
                                            "name": "Finds the ProfileMember by ID",
                                            "request": {
                                                "name": "Finds the ProfileMember by ID",
                                                "description": {
                                                    "content": "Returns the single ProfileMember for the given ID\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "portal",
                                                        "profileMember",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<string>",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ID of the ProfileMember to return",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "736e9138-1394-475b-9691-88806348599c",
                                                    "name": "Success",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "profileMember",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ProfileMember to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"id\": \"<string>\",\n  \"profile_id\": \"<string>\",\n  \"role_id\": \"<string>\",\n  \"group_id\": \"<string>\",\n  \"user_id\": \"<string>\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "7fcc8320-5014-4e06-bf5d-b42155948897",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "profileMember",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ProfileMember to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "198da761-4dd9-4e42-b608-99a3a1a755a1",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "profileMember",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ProfileMember to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "ab9ed485-0bda-4d3e-ab40-fe1e31213aec",
                                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "profileMember",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ProfileMember to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "da8aa2ab-5f6f-4871-87b4-9c472dd1e95c",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "profileMember",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ProfileMember to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "e4688a50-e0fc-4bba-8f7f-5a28e0e7a47f",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "profileMember",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ProfileMember to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<string>",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "e0926761-97fe-4f98-b4e1-29eea817bb44",
                                            "name": "Delete the ProfileMember by ID",
                                            "request": {
                                                "name": "Delete the ProfileMember by ID",
                                                "description": {
                                                    "content": "Delete the single ProfileMember for the given ID\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "portal",
                                                        "profileMember",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ID of the ProfileMember to delete",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "DELETE",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "3d2724ac-e753-4555-9242-bb3633702963",
                                                    "name": "OK",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "profileMember",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ProfileMember to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "f5253afc-8d4b-4571-8d65-d5e5e30beea0",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "profileMember",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ProfileMember to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "ba2fb932-4b36-4ff9-9652-e022133e5727",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "profileMember",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ProfileMember to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "f7d50657-dc0a-404b-8f00-849bb5949a1d",
                                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "profileMember",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ProfileMember to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "fd3ab189-2dc8-4c58-afd8-718e1e1e1609",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "profileMember",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ProfileMember to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "4eb791d0-246d-4d0c-92c4-d88ca3495a94",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "profileMember",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the ProfileMember to delete",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "theme",
                            "description": "",
                            "item": [
                                {
                                    "id": "f7621bf3-451a-4ea9-81a3-9c339487cce3",
                                    "name": "Create the Theme",
                                    "request": {
                                        "name": "Create the Theme",
                                        "description": {
                                            "content": "Create the Theme\nWarning: Since Bonita 7.13, theme management is deprecated\n",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "API",
                                                "portal",
                                                "theme"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"type\": \"mobile\",\n  \"zipFilePathportal\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        },
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "f1c89b73-01ea-4505-9f97-9eaa1a62b91c",
                                            "name": "OK",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "portal",
                                                        "theme"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"type\": \"mobile\",\n  \"zipFilePathportal\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        },
                                        {
                                            "id": "0bebd2df-3f15-43cf-8afb-d24ffbb04428",
                                            "name": "Bad request.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "portal",
                                                        "theme"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"type\": \"mobile\",\n  \"zipFilePathportal\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "922e0b47-0ef8-4030-a6fd-844daa0e4586",
                                            "name": "Authorization information is missing or invalid.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "portal",
                                                        "theme"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"type\": \"mobile\",\n  \"zipFilePathportal\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "84bec5bc-eb90-45db-b68e-89ff73e6d562",
                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "portal",
                                                        "theme"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"type\": \"mobile\",\n  \"zipFilePathportal\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "a85db4da-967b-4a3c-8e6a-5c423a7ddc64",
                                            "name": "Unexpected error.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "portal",
                                                        "theme"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"type\": \"mobile\",\n  \"zipFilePathportal\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "unusedId",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "95145ac7-335f-4a8a-8b4c-1f2c7386a294",
                                            "name": "Restore default Theme",
                                            "request": {
                                                "name": "Restore default Theme",
                                                "description": {
                                                    "content": "Restore the default theme\nWarning: Since Bonita 7.13, theme management is deprecated\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "portal",
                                                        "theme",
                                                        "unusedId"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "PUT",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"type\": \"portal\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "23378e16-1283-423a-8bcf-6d74c36ee894",
                                                    "name": "OK",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "theme",
                                                                "unusedId"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"type\": \"portal\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "9410a957-4263-479b-804f-52c1aaa4f054",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "theme",
                                                                "unusedId"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"type\": \"portal\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "5339bbdc-2ae3-4bc8-9646-d333a739e63f",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "theme",
                                                                "unusedId"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"type\": \"portal\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "ef2ef8c1-5918-4ceb-b2ec-afde391c8b1e",
                                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "theme",
                                                                "unusedId"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"type\": \"portal\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "3a31b815-30ed-4d40-8fa5-2e3d32dc36f0",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "theme",
                                                                "unusedId"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"type\": \"portal\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "97cb0e4e-95ec-4cab-b91d-f777e1facbd4",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "theme",
                                                                "unusedId"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "PUT",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"type\": \"portal\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "system",
                    "description": "",
                    "item": [
                        {
                            "name": "log",
                            "description": "",
                            "item": [
                                {
                                    "id": "4e430b82-9961-47fd-9163-213af1ae157b",
                                    "name": "Finds Logs",
                                    "request": {
                                        "name": "Finds Logs",
                                        "description": {
                                            "content": "Finds Logs with pagination params and filters. The search returns an array of log entries.\nThis Web REST API is available in **Enterprise editions only**.\n\n- can filter on `action_scope`, `action_type`, `createdBy`, `message`, `severity` value\n- can search by text on `action_scope`, `action_type`, `createdBy`, `message`, `severity`\n- can order on `action_scope`, `action_type`, `creation_date`, `createdBy`, `message`, `severity`\n",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "API",
                                                "system",
                                                "log"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) index of the page to display",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "p",
                                                    "value": "0"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) maximum number of elements to retrieve",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "c",
                                                    "value": "20"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "OrKOIemKmRkbOx4e66sJImbWGQpiG09GR%RSKuHimY6RKvneI%xj9qTCbyIwSPgLCQqK1uDO05bdI0SNgZ7Bg1QTkW9dK0O655BK6lZY5maKUPszsczKGRE6Atfb6jFcpUFoAY8IsdpSUGDoCRtTKNZe9o1E%dktcAypG%b99rEI1WHdTxeT0YZY%HPvV3lf09ggm62qj0BZuo21XXDfSiPI9eX3N07kptV4ccvj0yUftTdLz"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "x62n%OFSzf6dRdC8"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "d62dee85-f67f-4a4e-bb86-96274740bb46",
                                            "name": "Success",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "system",
                                                        "log"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "The total number of matching items",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "Content-Range",
                                                    "value": "<long>"
                                                }
                                            ],
                                            "body": "[\n  {\n    \"id\": \"bPE9AXxfrFfYFWZtcj05eM6hI4iKhFx.IUwDd.5OZyYN8Z1ufakgl-HJu9.0OKxgKJ2bC5Aut_Vk0ZU-SokgAjC67ptD1i3K.j3LRiz9tVga6r0Y879\",\n    \"creation_date\": \"<dateTime>\",\n    \"createdBy\": \"<string>\",\n    \"severity\": \"BUSINESS\",\n    \"message\": \"<string>\",\n    \"action_scope\": \"<string>\",\n    \"icon\": \"<string>\"\n  },\n  {\n    \"id\": \"HI1reqtMaZi49Ag5P-z2FonfjKqw\",\n    \"creation_date\": \"<dateTime>\",\n    \"createdBy\": \"<string>\",\n    \"severity\": \"INTERNAL\",\n    \"message\": \"<string>\",\n    \"action_scope\": \"<string>\",\n    \"icon\": \"<string>\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "663b0bd4-2bcf-444b-af37-b590e118de3d",
                                            "name": "Bad request.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "system",
                                                        "log"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "d55f6439-5e59-412d-bad4-613217258d78",
                                            "name": "Authorization information is missing or invalid.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "system",
                                                        "log"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "ceed6cd9-8548-4a1d-9983-7a4fba06f50d",
                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "system",
                                                        "log"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "694f4c61-6158-4e76-a47d-80c0d3f1b4b7",
                                            "name": "Unexpected error.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "system",
                                                        "log"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "rwzddqHj7mG1mJLgzqNIq0uySay81ynvzzWZfJFYk9C7UpcMUKYvV6WBXBII3LB8gAk7UwMZ7tPs9823N9cenZ29xaucO9HV2YHKXiQj1ota%3pUcfb62I9nvEE2ZQ%%I1YmMyF3exmFuEgau4oGs28bCNr3QRgZ5TGe2KWo0e"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "721a7647-9cdd-4f7f-81ae-70b48c7c923f",
                                            "name": "Finds the Log by ID",
                                            "request": {
                                                "name": "Finds the Log by ID",
                                                "description": {
                                                    "content": "Returns the single Log for the given ID.\nThis Web REST API is available in **Enterprise editions only**.\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "system",
                                                        "log",
                                                        ":id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                            "key": "id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) ID of the Log to return",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "b211aaa4-5ea3-4be2-ba50-e251ab633eb3",
                                                    "name": "Success",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "system",
                                                                "log",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Log to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"id\": \"aiFiW9-lVhVJJKbCcyDvfYMF55o3SPRM6ziQYdGfmVYDCOWqEyQWRnXyacsGOGg5FKxwwhkTNwXNPs0AmzhO0dX1qYGW.obq26w54_ayp9tQev_6.mc9SEmRNsB1STKtTHA6CkmcuNhS3LzGI7tO2Pwg0L27NYHpEg8CeHDulLIW4WCosF2KrGjp_jGfxk\",\n  \"creation_date\": \"<dateTime>\",\n  \"createdBy\": \"<string>\",\n  \"severity\": \"INTERNAL\",\n  \"message\": \"<string>\",\n  \"action_scope\": \"<string>\",\n  \"icon\": \"<string>\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "29bc58e0-d080-49e9-bc08-1cfec1854527",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "system",
                                                                "log",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Log to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "a9fea829-4356-45a3-86e1-b739128e0291",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "system",
                                                                "log",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Log to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "9becfc8f-0d43-4751-b3ff-12232c561e90",
                                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "system",
                                                                "log",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Log to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "489b53d9-dba2-4354-823f-fc33d0999717",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "system",
                                                                "log",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Log to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "2e2620ad-cb1e-4ef4-841f-acbf6e6d8fc0",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "system",
                                                                "log",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the Log to return",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                                                    "key": "id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "i18nlocale",
                            "description": "",
                            "item": [
                                {
                                    "id": "52b31884-3673-4b13-803b-fae871cf1813",
                                    "name": "Finds I18nlocales",
                                    "request": {
                                        "name": "Finds I18nlocales",
                                        "description": {
                                            "content": "List the available I18nlocales with pagination params and filters\n",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "API",
                                                "system",
                                                "i18nlocale"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) index of the page to display",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "p",
                                                    "value": "0"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) maximum number of elements to retrieve",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "c",
                                                    "value": "20"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "80d08d85-1033-4887-bbb2-5cd9e5ef3c39",
                                            "name": "Success",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "system",
                                                        "i18nlocale"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "The total number of matching items",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "Content-Range",
                                                    "value": "<long>"
                                                }
                                            ],
                                            "body": "[\n  {\n    \"name\": \"<string>\",\n    \"locale\": \"<string>\"\n  },\n  {\n    \"name\": \"<string>\",\n    \"locale\": \"<string>\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "1c933654-33eb-4e15-a68e-cbf2a5405d3c",
                                            "name": "Bad request.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "system",
                                                        "i18nlocale"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "a15d9435-2ad8-4d0c-b8ef-1fd9eb762f64",
                                            "name": "Authorization information is missing or invalid.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "system",
                                                        "i18nlocale"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "92e4883d-7281-4f6c-a22c-d9079a391366",
                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "system",
                                                        "i18nlocale"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "0c601d62-52f8-4ad3-820e-85a82ac61316",
                                            "name": "Unexpected error.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "system",
                                                        "i18nlocale"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        },
                        {
                            "name": "i18ntranslation",
                            "description": "",
                            "item": [
                                {
                                    "id": "572c0cea-7b67-442c-b190-2cbd57a50f52",
                                    "name": "Finds I18ntranslations",
                                    "request": {
                                        "name": "Finds I18ntranslations",
                                        "description": {
                                            "content": "List the available I18ntranslations with pagination params and filters\nReturns all translations of the product. If a locale is specified in the filter, that translation for that locale are returned.\nIf no locale is specified, the translations in English are returned.\n\nYou can filter on `locale`\n",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "API",
                                                "system",
                                                "i18ntranslation"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) index of the page to display",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "p",
                                                    "value": "0"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) maximum number of elements to retrieve",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "c",
                                                    "value": "20"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "OrKOIemKmRkbOx4e66sJImbWGQpiG09GR%RSKuHimY6RKvneI%xj9qTCbyIwSPgLCQqK1uDO05bdI0SNgZ7Bg1QTkW9dK0O655BK6lZY5maKUPszsczKGRE6Atfb6jFcpUFoAY8IsdpSUGDoCRtTKNZe9o1E%dktcAypG%b99rEI1WHdTxeT0YZY%HPvV3lf09ggm62qj0BZuo21XXDfSiPI9eX3N07kptV4ccvj0yUftTdLz"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "x62n%OFSzf6dRdC8"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "3db05b9c-b295-4b7f-875c-7d4c98f92034",
                                            "name": "Success",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "system",
                                                        "i18ntranslation"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "The total number of matching items",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "Content-Range",
                                                    "value": "<long>"
                                                }
                                            ],
                                            "body": "[\n  {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  },\n  {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "14306510-467e-45a0-b71f-1bd61be16c18",
                                            "name": "Bad request.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "system",
                                                        "i18ntranslation"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "cc9d7d8b-1260-4627-8af2-a693a5c0719e",
                                            "name": "Authorization information is missing or invalid.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "system",
                                                        "i18ntranslation"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "e50ccaa8-92e0-4a2e-a4f8-ba86d31be097",
                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "system",
                                                        "i18ntranslation"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "37e0db9e-5f7b-4cbd-a62e-169b17740928",
                                            "name": "Unexpected error.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "system",
                                                        "i18ntranslation"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "x62n%OFSzf6dRdC8"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        },
                        {
                            "name": "session",
                            "description": "",
                            "item": [
                                {
                                    "name": "unusedId",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "347ff5bd-32a8-446d-9d4b-2131fafb5c3b",
                                            "name": "Get the current user session",
                                            "request": {
                                                "name": "Get the current user session",
                                                "description": {
                                                    "content": "Returns session information for the current user\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "system",
                                                        "session",
                                                        "unusedId"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "7cfbed38-bd20-43ec-b760-8002c2840322",
                                                    "name": "Success",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "system",
                                                                "session",
                                                                "unusedId"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"user_id\": \"<string>\",\n  \"user_name\": \"<string>\",\n  \"session_id\": \"<string>\",\n  \"conf\": \"<string>\",\n  \"is_technical_user\": \"<boolean>\",\n  \"is_guest_user\": \"<boolean>\",\n  \"version\": \"<string>\",\n  \"copyright\": \"<string>\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "3c0d626b-5b57-415c-b88c-940067a9ac7a",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "system",
                                                                "session",
                                                                "unusedId"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "018b2f4d-bbca-4917-a09c-6f4a2ee4dadf",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "system",
                                                                "session",
                                                                "unusedId"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "cdcb33f4-35bd-4d25-9bf0-07e3cf8ced1d",
                                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "system",
                                                                "session",
                                                                "unusedId"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "a72fcc15-9390-49d4-8a44-02ec86fd9f8e",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "system",
                                                                "session",
                                                                "unusedId"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "maintenance",
                            "description": "",
                            "item": [
                                {
                                    "id": "78ef714b-e87c-492a-bce9-25b6674884a7",
                                    "name": "Get the maintenance details",
                                    "request": {
                                        "name": "Get the maintenance details",
                                        "description": {
                                            "content": "Returns maintenance details of the platform\n",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "API",
                                                "system",
                                                "maintenance"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "851477b5-f894-45ea-80a3-a1458f320c15",
                                            "name": "Success",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "system",
                                                        "maintenance"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"maintenanceState\": \"DISABLED\",\n  \"maintenanceMessage\": \"<string>\",\n  \"maintenanceMessageActive\": \"<boolean>\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "1a195ee3-bd56-4ee7-913e-ee8fbb51937f",
                                            "name": "Bad request.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "system",
                                                        "maintenance"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "6a2eeeee-1ee7-4903-a1ba-2f854ccbae06",
                                            "name": "Authorization information is missing or invalid.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "system",
                                                        "maintenance"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "738fd543-a88f-4b68-97b8-77a7a87bb325",
                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "system",
                                                        "maintenance"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "5f65b75b-9ed0-4947-ad43-165db5ee4937",
                                            "name": "Unexpected error.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "system",
                                                        "maintenance"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "3a342e58-e80f-4dbd-b763-3fbd60715c3b",
                                    "name": "Update the maintenance details",
                                    "request": {
                                        "name": "Update the maintenance details",
                                        "description": {
                                            "content": "Update maintenance details\n",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "API",
                                                "system",
                                                "maintenance"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "PUT",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"maintenanceState\": \"DISABLED\",\n  \"maintenanceMessage\": \"<string>\",\n  \"maintenanceMessageActive\": \"<boolean>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        },
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "dc7c9afc-3086-4691-bfec-0a859832e8a7",
                                            "name": "Success",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "system",
                                                        "maintenance"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "PUT",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"maintenanceState\": \"DISABLED\",\n  \"maintenanceMessage\": \"<string>\",\n  \"maintenanceMessageActive\": \"<boolean>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"maintenanceState\": \"DISABLED\",\n  \"maintenanceMessage\": \"<string>\",\n  \"maintenanceMessageActive\": \"<boolean>\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "e1139105-fec5-449b-b030-5d5512662a3f",
                                            "name": "Bad request.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "system",
                                                        "maintenance"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "PUT",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"maintenanceState\": \"DISABLED\",\n  \"maintenanceMessage\": \"<string>\",\n  \"maintenanceMessageActive\": \"<boolean>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "0a4eac72-51e2-4bcb-9e84-bc965bf8f165",
                                            "name": "Authorization information is missing or invalid.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "system",
                                                        "maintenance"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "PUT",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"maintenanceState\": \"DISABLED\",\n  \"maintenanceMessage\": \"<string>\",\n  \"maintenanceMessageActive\": \"<boolean>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "062d93ef-ab8d-4572-b958-2efa39970e7c",
                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "system",
                                                        "maintenance"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "PUT",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"maintenanceState\": \"DISABLED\",\n  \"maintenanceMessage\": \"<string>\",\n  \"maintenanceMessageActive\": \"<boolean>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "a244f464-6e14-443f-a8a6-4b29547d513c",
                                            "name": "Unexpected error.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "system",
                                                        "maintenance"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "PUT",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"maintenanceState\": \"DISABLED\",\n  \"maintenanceMessage\": \"<string>\",\n  \"maintenanceMessageActive\": \"<boolean>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        },
                        {
                            "name": "information",
                            "description": "",
                            "item": [
                                {
                                    "id": "dba3b069-f246-42c6-91fd-d87b9c24dc8c",
                                    "name": "Get the system information",
                                    "request": {
                                        "name": "Get the system information",
                                        "description": {
                                            "content": "Returns system information details of the platform.\nRequires to be logged in as a user having the Admin profile.\n",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "API",
                                                "system",
                                                "information"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "89a7bf08-8c5f-4887-b9bc-b755306560a6",
                                            "name": "Success",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "system",
                                                        "information"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"licenseStartDate\": \"<string>\",\n  \"duration\": \"<string>\",\n  \"licenseExpirationDate\": \"<string>\",\n  \"numberOfCPUCores\": \"<string>\",\n  \"edition\": \"<string>\",\n  \"subscriptionType\": \"<string>\",\n  \"licenseMode\": \"<string>\",\n  \"managedAppsLimit\": \"<long>\",\n  \"licensee\": \"<string>\",\n  \"contactInfo\": \"<string>\",\n  \"expirationDate\": \"<long>\",\n  \"activeFeatures\": \"<string>\",\n  \"requestKey\": \"<string>\",\n  \"subscriptionStartPeriod\": \"<string>\",\n  \"subscriptionEndPeriod\": \"<string>\",\n  \"caseCounterLimit\": \"<long>\",\n  \"caseCounter\": \"<long>\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "e4048be0-5208-444e-a5d7-bb732ad639a4",
                                            "name": "Bad request.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "system",
                                                        "information"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "3e6c6ed4-6636-4fa0-81f0-70f1a47f7557",
                                            "name": "Authorization information is missing or invalid.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "system",
                                                        "information"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "f77270d1-553b-42fa-bb57-fd54404386ad",
                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "system",
                                                        "information"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "503edbec-1dd0-4d12-b8a2-89f532042210",
                                            "name": "Unexpected error.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "system",
                                                        "information"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        },
                        {
                            "name": "license",
                            "description": "",
                            "item": [
                                {
                                    "name": "unusedid",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "299b98d3-8c8d-4aee-a798-8ddda5798e42",
                                            "name": "Get the current server license",
                                            "request": {
                                                "name": "Get the current server license",
                                                "description": {
                                                    "content": "Returns license information for the current server. Requires to be logged in as a technical administrator.\nThe same information can be retrieved as a user having simply the Admin profile through the API `GET /system/information`.\n",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "system",
                                                        "license",
                                                        "unusedid"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {},
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "ec9202db-1b6e-4ebf-b1d9-ed7db9cceed5",
                                                    "name": "Success",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "system",
                                                                "license",
                                                                "unusedid"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"owner\": \"<string>\",\n  \"edition\": \"<string>\",\n  \"nb_cpu_cores\": \"<string>\",\n  \"expirationDate\": \"<long>\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "1d70cdd5-fa5e-451a-b9b1-8c405e0d5e87",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "system",
                                                                "license",
                                                                "unusedid"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "bd6c4ba6-b03e-4a23-a1ec-e08e5a389e0f",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "system",
                                                                "license",
                                                                "unusedid"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "5e08b40c-d224-4dd7-a481-3a63249a3037",
                                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "system",
                                                                "license",
                                                                "unusedid"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "3b23e4b6-83cd-4945-899d-3a6a95e76be1",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "system",
                                                                "license",
                                                                "unusedid"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: apikey",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "JSESSIONID",
                                                                "value": "<API Key>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        }
                                                    ],
                                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "tenant",
                    "description": "",
                    "item": [
                        {
                            "name": "bdm",
                            "description": "",
                            "item": [
                                {
                                    "id": "0271a2bd-8cb9-4efa-bac4-fca9de8a4586",
                                    "name": "Get the BDM",
                                    "request": {
                                        "name": "Get the BDM",
                                        "description": {
                                            "content": "Returns the current BDM. Make this call to get the status the BDM.\n",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "API",
                                                "tenant",
                                                "bdm"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "d3ba98c0-a827-406d-99a6-1f29ed064a61",
                                            "name": "Success",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "tenant",
                                                        "bdm"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"type\": \"<string>\",\n  \"state\": \"INSTALLED\",\n  \"lastUpdatedBy\": \"-1\",\n  \"lastUpdateDate\": \"<string>\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "bdd5f051-a6d9-409c-9828-3a8cb7bbe551",
                                            "name": "Bad request.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "tenant",
                                                        "bdm"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "a4034242-1bc6-4036-aed7-5f099b4410c4",
                                            "name": "Authorization information is missing or invalid.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "tenant",
                                                        "bdm"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "968374b0-5597-4f4f-9133-b31c56342e08",
                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "tenant",
                                                        "bdm"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "461abc08-9361-455c-9a5d-b203879949f7",
                                            "name": "The resource for the specified ID was not found.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "tenant",
                                                        "bdm"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Not Found",
                                            "code": 404,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "81f4a1b0-f3e5-4bfa-a46c-76985bc29550",
                                            "name": "Unexpected error.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "tenant",
                                                        "bdm"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "1332c53a-f915-41ff-a248-af8409f5ac97",
                                    "name": "Install a BDM",
                                    "request": {
                                        "name": "Install a BDM",
                                        "description": {
                                            "content": "Install a BDM\n\nWarning: as of 9.0.0, importing a BDM using this API is deprecated.\n",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "API",
                                                "tenant",
                                                "bdm"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"fileUpload\": \"<string>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        },
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "1199388f-aed9-44eb-8a49-37abff03452a",
                                            "name": "OK",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "tenant",
                                                        "bdm"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"fileUpload\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        },
                                        {
                                            "id": "51c6d6b0-6825-4612-88da-53b97c65e7ac",
                                            "name": "Bad request.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "tenant",
                                                        "bdm"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"fileUpload\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "b2364fd1-9e44-441e-8249-c644c2b799ce",
                                            "name": "Authorization information is missing or invalid.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "tenant",
                                                        "bdm"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"fileUpload\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "c2133d2d-777e-4360-8f33-e3a0df801c37",
                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "tenant",
                                                        "bdm"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"fileUpload\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "983ab696-f0b1-491a-8dbb-e2e40947d804",
                                            "name": "Unexpected error.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "API",
                                                        "tenant",
                                                        "bdm"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"fileUpload\": \"<string>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "formFileUpload",
                    "description": "",
                    "item": [
                        {
                            "id": "69612c74-eb6d-40c0-9f1c-ff3dd2a02f38",
                            "name": "Upload a file",
                            "request": {
                                "name": "Upload a file",
                                "description": {
                                    "content": "Supports any type of files, used to upload a file before submitting a process or task form with a document in its contract\n",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "API",
                                        "formFileUpload"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "multipart/form-data"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "text/plain"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "formdata",
                                    "formdata": [
                                        {
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "file",
                                            "type": "file"
                                        }
                                    ]
                                },
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "16a0e647-4845-4301-86d3-56f0e4b586ce",
                                    "name": "Success",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "API",
                                                "formFileUpload"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "multipart/form-data"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "text/plain"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: apikey",
                                                    "type": "text/plain"
                                                },
                                                "key": "JSESSIONID",
                                                "value": "<API Key>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "formdata",
                                            "formdata": [
                                                {
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "file",
                                                    "type": "file"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "text/plain"
                                        }
                                    ],
                                    "body": "{\n  \"filename\": \"<string>\",\n  \"tempPath\": \"<string>\",\n  \"contentType\": \"<string>\"\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                },
                                {
                                    "id": "f2b4432d-99f1-49ef-9447-ed1f8c670a40",
                                    "name": "Bad request.",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "API",
                                                "formFileUpload"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "multipart/form-data"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: apikey",
                                                    "type": "text/plain"
                                                },
                                                "key": "JSESSIONID",
                                                "value": "<API Key>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "formdata",
                                            "formdata": [
                                                {
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "file",
                                                    "type": "file"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "a6fa89fc-a6f6-429f-9783-b7bfc3862647",
                                    "name": "Authorization information is missing or invalid.",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "API",
                                                "formFileUpload"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "multipart/form-data"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: apikey",
                                                    "type": "text/plain"
                                                },
                                                "key": "JSESSIONID",
                                                "value": "<API Key>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "formdata",
                                            "formdata": [
                                                {
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "file",
                                                    "type": "file"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "b7d45de3-fb3d-4d63-b02c-806ab3647612",
                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "API",
                                                "formFileUpload"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "multipart/form-data"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: apikey",
                                                    "type": "text/plain"
                                                },
                                                "key": "JSESSIONID",
                                                "value": "<API Key>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "formdata",
                                            "formdata": [
                                                {
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "file",
                                                    "type": "file"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "Forbidden",
                                    "code": 403,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "1db348a5-0a35-4613-8405-239d37defcbb",
                                    "name": "Unexpected error.",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "API",
                                                "formFileUpload"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "multipart/form-data"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: apikey",
                                                    "type": "text/plain"
                                                },
                                                "key": "JSESSIONID",
                                                "value": "<API Key>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "formdata",
                                            "formdata": [
                                                {
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "file",
                                                    "type": "file"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "Internal Server Error",
                                    "code": 500,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                }
            ]
        },
        {
            "name": "services",
            "description": "",
            "item": [
                {
                    "name": "application",
                    "description": "",
                    "item": [
                        {
                            "name": "import",
                            "description": "",
                            "item": [
                                {
                                    "id": "d3260bc4-7e5d-4248-abdd-cce444438e49",
                                    "name": "Import a living application",
                                    "request": {
                                        "name": "Import a living application",
                                        "description": {
                                            "content": "Import a single application\n\nWarning: as of 9.0.0, importing a living application using this service is deprecated.\n",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "services",
                                                "application",
                                                "import"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/x-www-form-urlencoded"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "urlencoded",
                                            "urlencoded": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Uploaded file",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "applicationsDataUpload",
                                                    "value": "<string>"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Import policy",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "importPolicy",
                                                    "value": "<string>"
                                                }
                                            ]
                                        },
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "a1c048f8-145c-4fee-b39f-18495fbf9472",
                                            "name": "Success",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "services",
                                                        "application",
                                                        "import"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/x-www-form-urlencoded"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "urlencoded",
                                                    "urlencoded": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Uploaded file",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "applicationsDataUpload",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Import policy",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "importPolicy",
                                                            "value": "<string>"
                                                        }
                                                    ]
                                                }
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        },
                                        {
                                            "id": "598ea3ba-68c7-4fb2-a725-e41ff8718232",
                                            "name": "Bad request.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "services",
                                                        "application",
                                                        "import"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/x-www-form-urlencoded"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "urlencoded",
                                                    "urlencoded": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Uploaded file",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "applicationsDataUpload",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Import policy",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "importPolicy",
                                                            "value": "<string>"
                                                        }
                                                    ]
                                                }
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "25583e4f-b8c9-4f7c-9ae6-929e5e9e6314",
                                            "name": "Authorization information is missing or invalid.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "services",
                                                        "application",
                                                        "import"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/x-www-form-urlencoded"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "urlencoded",
                                                    "urlencoded": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Uploaded file",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "applicationsDataUpload",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Import policy",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "importPolicy",
                                                            "value": "<string>"
                                                        }
                                                    ]
                                                }
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "c396143c-ff83-469b-a164-124d867b3ed0",
                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "services",
                                                        "application",
                                                        "import"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/x-www-form-urlencoded"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "urlencoded",
                                                    "urlencoded": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Uploaded file",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "applicationsDataUpload",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Import policy",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "importPolicy",
                                                            "value": "<string>"
                                                        }
                                                    ]
                                                }
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "341dea1f-fc04-4f6e-b7c7-f8a252e194c9",
                                            "name": "The resource for the specified ID was not found.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "services",
                                                        "application",
                                                        "import"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/x-www-form-urlencoded"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "urlencoded",
                                                    "urlencoded": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Uploaded file",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "applicationsDataUpload",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Import policy",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "importPolicy",
                                                            "value": "<string>"
                                                        }
                                                    ]
                                                }
                                            },
                                            "status": "Not Found",
                                            "code": 404,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "9bad9baa-e01c-4299-8c09-4fd7616eaca0",
                                            "name": "Unexpected error.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "services",
                                                        "application",
                                                        "import"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/x-www-form-urlencoded"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "urlencoded",
                                                    "urlencoded": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Uploaded file",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "applicationsDataUpload",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Import policy",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "importPolicy",
                                                            "value": "<string>"
                                                        }
                                                    ]
                                                }
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "bdmAccessControl",
                    "description": "",
                    "item": [
                        {
                            "name": "install",
                            "description": "",
                            "item": [
                                {
                                    "id": "08ed502c-7690-4eee-bc1d-ff2ed07eb581",
                                    "name": "Import a BDM Access Control",
                                    "request": {
                                        "name": "Import a BDM Access Control",
                                        "description": {
                                            "content": "![edition](https://img.shields.io/badge/edition-entreprise-blue)\n\nImport a BDM Access Control\n\nWarning: as of 9.0.0, importing a BDM Access Control using this service is deprecated.\n",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "services",
                                                "bdmAccessControl",
                                                "install"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/x-www-form-urlencoded"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "urlencoded",
                                            "urlencoded": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "The temporary name of the previously uploaded file to install",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "bdmAccessControlUpload",
                                                    "value": "<string>"
                                                }
                                            ]
                                        },
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "37ae8b23-0118-4ad3-ab85-cda03f635ed5",
                                            "name": "OK",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "services",
                                                        "bdmAccessControl",
                                                        "install"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/x-www-form-urlencoded"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "urlencoded",
                                                    "urlencoded": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "The temporary name of the previously uploaded file to install",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "bdmAccessControlUpload",
                                                            "value": "<string>"
                                                        }
                                                    ]
                                                }
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        },
                                        {
                                            "id": "f00537bd-10f3-4819-8abc-d71d7bdeebfd",
                                            "name": "Bad request.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "services",
                                                        "bdmAccessControl",
                                                        "install"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/x-www-form-urlencoded"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "urlencoded",
                                                    "urlencoded": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "The temporary name of the previously uploaded file to install",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "bdmAccessControlUpload",
                                                            "value": "<string>"
                                                        }
                                                    ]
                                                }
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "b067568d-053e-4a9a-80c1-c96fcb9dd3ff",
                                            "name": "Authorization information is missing or invalid.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "services",
                                                        "bdmAccessControl",
                                                        "install"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/x-www-form-urlencoded"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "urlencoded",
                                                    "urlencoded": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "The temporary name of the previously uploaded file to install",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "bdmAccessControlUpload",
                                                            "value": "<string>"
                                                        }
                                                    ]
                                                }
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "8a070de1-ee6e-4387-a334-bdd0354a0fbb",
                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "services",
                                                        "bdmAccessControl",
                                                        "install"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/x-www-form-urlencoded"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "urlencoded",
                                                    "urlencoded": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "The temporary name of the previously uploaded file to install",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "bdmAccessControlUpload",
                                                            "value": "<string>"
                                                        }
                                                    ]
                                                }
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "19ff30dc-db5d-4e26-8219-6b744b3ed572",
                                            "name": "The resource for the specified ID was not found.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "services",
                                                        "bdmAccessControl",
                                                        "install"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/x-www-form-urlencoded"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "urlencoded",
                                                    "urlencoded": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "The temporary name of the previously uploaded file to install",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "bdmAccessControlUpload",
                                                            "value": "<string>"
                                                        }
                                                    ]
                                                }
                                            },
                                            "status": "Not Found",
                                            "code": 404,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "b952feef-dc1d-4eeb-8b21-3b4ac9978bf6",
                                            "name": "Unexpected error.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "services",
                                                        "bdmAccessControl",
                                                        "install"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/x-www-form-urlencoded"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "urlencoded",
                                                    "urlencoded": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "The temporary name of the previously uploaded file to install",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "bdmAccessControlUpload",
                                                            "value": "<string>"
                                                        }
                                                    ]
                                                }
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "organization",
                    "description": "",
                    "item": [
                        {
                            "name": "import",
                            "description": "",
                            "item": [
                                {
                                    "id": "c795be3a-814c-49cb-8abb-3d7c781b373d",
                                    "name": "Import an organization",
                                    "request": {
                                        "name": "Import an organization",
                                        "description": {
                                            "content": "Import an organization\n",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "services",
                                                "organization",
                                                "import"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/x-www-form-urlencoded"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "urlencoded",
                                            "urlencoded": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Uploaded file",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "organizationDataUpload",
                                                    "value": "<string>"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Import policy",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "importPolicy",
                                                    "value": "<string>"
                                                }
                                            ]
                                        },
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "9c0f266e-4b82-47e1-a6d0-eac7c33d8ed0",
                                            "name": "Success",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "services",
                                                        "organization",
                                                        "import"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/x-www-form-urlencoded"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "urlencoded",
                                                    "urlencoded": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Uploaded file",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "organizationDataUpload",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Import policy",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "importPolicy",
                                                            "value": "<string>"
                                                        }
                                                    ]
                                                }
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        },
                                        {
                                            "id": "f2dbc21d-b845-47fd-80fb-b44051c5f5b8",
                                            "name": "Bad request.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "services",
                                                        "organization",
                                                        "import"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/x-www-form-urlencoded"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "urlencoded",
                                                    "urlencoded": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Uploaded file",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "organizationDataUpload",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Import policy",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "importPolicy",
                                                            "value": "<string>"
                                                        }
                                                    ]
                                                }
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "9aaa3eac-356b-472f-9aa1-291894fd0f8f",
                                            "name": "Authorization information is missing or invalid.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "services",
                                                        "organization",
                                                        "import"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/x-www-form-urlencoded"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "urlencoded",
                                                    "urlencoded": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Uploaded file",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "organizationDataUpload",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Import policy",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "importPolicy",
                                                            "value": "<string>"
                                                        }
                                                    ]
                                                }
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "40036d98-858c-4ffb-8fb4-d56eadd159cf",
                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "services",
                                                        "organization",
                                                        "import"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/x-www-form-urlencoded"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "urlencoded",
                                                    "urlencoded": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Uploaded file",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "organizationDataUpload",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Import policy",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "importPolicy",
                                                            "value": "<string>"
                                                        }
                                                    ]
                                                }
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "7a9d7f15-b6d9-4062-a9d8-ca4dedf54b94",
                                            "name": "The resource for the specified ID was not found.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "services",
                                                        "organization",
                                                        "import"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/x-www-form-urlencoded"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "urlencoded",
                                                    "urlencoded": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Uploaded file",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "organizationDataUpload",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Import policy",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "importPolicy",
                                                            "value": "<string>"
                                                        }
                                                    ]
                                                }
                                            },
                                            "status": "Not Found",
                                            "code": 404,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "27961e54-9987-48f3-8a79-757dbd4060ef",
                                            "name": "Unexpected error.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "services",
                                                        "organization",
                                                        "import"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/x-www-form-urlencoded"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "urlencoded",
                                                    "urlencoded": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Uploaded file",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "organizationDataUpload",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Import policy",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "importPolicy",
                                                            "value": "<string>"
                                                        }
                                                    ]
                                                }
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "profile",
                    "description": "",
                    "item": [
                        {
                            "name": "import",
                            "description": "",
                            "item": [
                                {
                                    "id": "49398cd6-4862-472e-92a9-a741daccda04",
                                    "name": "Import profiles",
                                    "request": {
                                        "name": "Import profiles",
                                        "description": {
                                            "content": "Import profiles\n\nWarning: as of 9.0.0, importing profiles using this service is deprecated.\n",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "services",
                                                "profile",
                                                "import"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/x-www-form-urlencoded"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "urlencoded",
                                            "urlencoded": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Uploaded file",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "profilesDataUpload",
                                                    "value": "<string>"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Import policy",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "importPolicy",
                                                    "value": "<string>"
                                                }
                                            ]
                                        },
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "32163c7c-b992-4ad0-8cee-bc6c5b0f5263",
                                            "name": "Success",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "services",
                                                        "profile",
                                                        "import"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/x-www-form-urlencoded"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "urlencoded",
                                                    "urlencoded": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Uploaded file",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "profilesDataUpload",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Import policy",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "importPolicy",
                                                            "value": "<string>"
                                                        }
                                                    ]
                                                }
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        },
                                        {
                                            "id": "18734a4d-8a20-4371-8e31-8e0c498b0e73",
                                            "name": "Bad request.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "services",
                                                        "profile",
                                                        "import"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/x-www-form-urlencoded"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "urlencoded",
                                                    "urlencoded": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Uploaded file",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "profilesDataUpload",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Import policy",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "importPolicy",
                                                            "value": "<string>"
                                                        }
                                                    ]
                                                }
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "9da8f1e5-582e-4814-93c1-d142e2098a07",
                                            "name": "Authorization information is missing or invalid.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "services",
                                                        "profile",
                                                        "import"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/x-www-form-urlencoded"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "urlencoded",
                                                    "urlencoded": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Uploaded file",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "profilesDataUpload",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Import policy",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "importPolicy",
                                                            "value": "<string>"
                                                        }
                                                    ]
                                                }
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "6bf6bdb8-ada9-4107-9c63-e06dd44e5b09",
                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "services",
                                                        "profile",
                                                        "import"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/x-www-form-urlencoded"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "urlencoded",
                                                    "urlencoded": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Uploaded file",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "profilesDataUpload",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Import policy",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "importPolicy",
                                                            "value": "<string>"
                                                        }
                                                    ]
                                                }
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "2226f150-7ef3-46b4-a58b-9008c858f004",
                                            "name": "The resource for the specified ID was not found.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "services",
                                                        "profile",
                                                        "import"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/x-www-form-urlencoded"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "urlencoded",
                                                    "urlencoded": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Uploaded file",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "profilesDataUpload",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Import policy",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "importPolicy",
                                                            "value": "<string>"
                                                        }
                                                    ]
                                                }
                                            },
                                            "status": "Not Found",
                                            "code": 404,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "cc378d74-abca-46f4-9c48-385ed9f0e2e7",
                                            "name": "Unexpected error.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "services",
                                                        "profile",
                                                        "import"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/x-www-form-urlencoded"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "urlencoded",
                                                    "urlencoded": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Uploaded file",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "profilesDataUpload",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Import policy",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "importPolicy",
                                                            "value": "<string>"
                                                        }
                                                    ]
                                                }
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        }
                    ]
                }
            ]
        },
        {
            "name": "portal",
            "description": "",
            "item": [
                {
                    "name": "applicationsUpload",
                    "description": "",
                    "item": [
                        {
                            "id": "3f1351c6-cac5-4aa7-a67e-3c0932d58512",
                            "name": "Upload a living application",
                            "request": {
                                "name": "Upload a living application",
                                "description": {
                                    "content": "Upload application\n\nWarning: as of 9.0.0, uploading a living application using the portal is deprecated.\n",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "portal",
                                        "applicationsUpload"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "multipart/form-data"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "text/plain"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "formdata",
                                    "formdata": [
                                        {
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "file",
                                            "type": "file"
                                        }
                                    ]
                                },
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "02ce0b44-2ef1-4c1f-ac37-1d844ca2c47c",
                                    "name": "Success",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "portal",
                                                "applicationsUpload"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "multipart/form-data"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "text/plain"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: apikey",
                                                    "type": "text/plain"
                                                },
                                                "key": "JSESSIONID",
                                                "value": "<API Key>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "formdata",
                                            "formdata": [
                                                {
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "file",
                                                    "type": "file"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "text/plain"
                                        }
                                    ],
                                    "body": "dzIv_wWLy-5AiCnTnaZiNZ7ppGIiAD7I78XI9nqKlPZcbefihG_x_iG0vd1GlDuOE3zq7r.BGw4i6cdd_YIsrcBDJ_LBT5902VOf6GFT4St.cZyGTzBzKZ4DBipBwewQqDxc0r9wrS9u55.piIsFS1VD093o-u-WncO0CuTSu8mi.iuXsJQU1H9PfFSJCX7Az3Trg1ZgjjVPoInLMOxY3KRj.6wNoZ",
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                },
                                {
                                    "id": "55187a35-9afa-4c42-8823-0e450b980841",
                                    "name": "Bad request.",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "portal",
                                                "applicationsUpload"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "multipart/form-data"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: apikey",
                                                    "type": "text/plain"
                                                },
                                                "key": "JSESSIONID",
                                                "value": "<API Key>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "formdata",
                                            "formdata": [
                                                {
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "file",
                                                    "type": "file"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "928e2a1a-db45-4c46-99b6-b7b917fd9193",
                                    "name": "Authorization information is missing or invalid.",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "portal",
                                                "applicationsUpload"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "multipart/form-data"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: apikey",
                                                    "type": "text/plain"
                                                },
                                                "key": "JSESSIONID",
                                                "value": "<API Key>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "formdata",
                                            "formdata": [
                                                {
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "file",
                                                    "type": "file"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "6f52c9b7-62f0-4a5b-9557-97f6fce09365",
                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "portal",
                                                "applicationsUpload"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "multipart/form-data"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: apikey",
                                                    "type": "text/plain"
                                                },
                                                "key": "JSESSIONID",
                                                "value": "<API Key>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "formdata",
                                            "formdata": [
                                                {
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "file",
                                                    "type": "file"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "Forbidden",
                                    "code": 403,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "d064bf7a-1758-4e8d-8399-105f1d8c2a50",
                                    "name": "Unexpected error.",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "portal",
                                                "applicationsUpload"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "multipart/form-data"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: apikey",
                                                    "type": "text/plain"
                                                },
                                                "key": "JSESSIONID",
                                                "value": "<API Key>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "formdata",
                                            "formdata": [
                                                {
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "file",
                                                    "type": "file"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "Internal Server Error",
                                    "code": 500,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "bdmAccessControlUpload",
                    "description": "",
                    "item": [
                        {
                            "id": "7ced70d7-a261-4c64-a6eb-e5bc29394bbb",
                            "name": "Upload a BDM Access Control",
                            "request": {
                                "name": "Upload a BDM Access Control",
                                "description": {
                                    "content": "![edition](https://img.shields.io/badge/edition-entreprise-blue)\n\nUpload BDM Access Control\n\nWarning: as of 9.0.0, uploading a BDM Access Control using the portal is deprecated.\n",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "portal",
                                        "bdmAccessControlUpload"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "multipart/form-data"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "text/plain"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "formdata",
                                    "formdata": [
                                        {
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "file",
                                            "type": "file"
                                        }
                                    ]
                                },
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "2c85b64c-4cde-4a03-8a28-3594b53d8dd0",
                                    "name": "Success",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "portal",
                                                "bdmAccessControlUpload"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "multipart/form-data"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "text/plain"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: apikey",
                                                    "type": "text/plain"
                                                },
                                                "key": "JSESSIONID",
                                                "value": "<API Key>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "formdata",
                                            "formdata": [
                                                {
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "file",
                                                    "type": "file"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "text/plain"
                                        }
                                    ],
                                    "body": "WrYAHttAAP9K_o2gN6Z-wINY7n1oN3MzASH-YJiO8dUv_rnjuRyhZEG5SucU0nPy0stQ",
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                },
                                {
                                    "id": "d2d01302-494c-4fae-adea-d85727ff8a87",
                                    "name": "Bad request.",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "portal",
                                                "bdmAccessControlUpload"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "multipart/form-data"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: apikey",
                                                    "type": "text/plain"
                                                },
                                                "key": "JSESSIONID",
                                                "value": "<API Key>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "formdata",
                                            "formdata": [
                                                {
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "file",
                                                    "type": "file"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "49c8010c-5c02-4b3f-be41-3370488d7427",
                                    "name": "Authorization information is missing or invalid.",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "portal",
                                                "bdmAccessControlUpload"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "multipart/form-data"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: apikey",
                                                    "type": "text/plain"
                                                },
                                                "key": "JSESSIONID",
                                                "value": "<API Key>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "formdata",
                                            "formdata": [
                                                {
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "file",
                                                    "type": "file"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "c0f42429-ecb6-4c58-a1e5-b4ba99b372aa",
                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "portal",
                                                "bdmAccessControlUpload"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "multipart/form-data"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: apikey",
                                                    "type": "text/plain"
                                                },
                                                "key": "JSESSIONID",
                                                "value": "<API Key>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "formdata",
                                            "formdata": [
                                                {
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "file",
                                                    "type": "file"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "Forbidden",
                                    "code": 403,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "3cf2b4b5-af05-4ef0-ae9b-6da52c2247b5",
                                    "name": "Unexpected error.",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "portal",
                                                "bdmAccessControlUpload"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "multipart/form-data"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: apikey",
                                                    "type": "text/plain"
                                                },
                                                "key": "JSESSIONID",
                                                "value": "<API Key>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "formdata",
                                            "formdata": [
                                                {
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "file",
                                                    "type": "file"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "Internal Server Error",
                                    "code": 500,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "processUpload",
                    "description": "",
                    "item": [
                        {
                            "id": "2e64631c-69fd-4738-9d47-ce4ce1a97db4",
                            "name": "Upload a bar file",
                            "request": {
                                "name": "Upload a bar file",
                                "description": {
                                    "content": "Upload a bar file\n\nWarning: as of 9.0.0, uploading a bar file using the portal is deprecated.\n",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "portal",
                                        "processUpload"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "multipart/form-data"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "text/plain"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "formdata",
                                    "formdata": [
                                        {
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "file",
                                            "type": "file"
                                        }
                                    ]
                                },
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "6381f908-6e0f-4bb8-8908-6744bd93361f",
                                    "name": "the temporary file name once uploaded on the server",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "portal",
                                                "processUpload"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "multipart/form-data"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "text/plain"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: apikey",
                                                    "type": "text/plain"
                                                },
                                                "key": "JSESSIONID",
                                                "value": "<API Key>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "formdata",
                                            "formdata": [
                                                {
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "file",
                                                    "type": "file"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "text/plain"
                                        }
                                    ],
                                    "body": "UD9XR0QbBN9iFlwVAEuOtqZ1S9ayosW45tZxAocsdzfOtElhc-SG4KYr32O6oBomvtJV6z6DpoRvjjWscOTnbUmeCOAO1L3rGRGGtzEnF3RY-r.0GUZ",
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                },
                                {
                                    "id": "97f7fabe-db37-44a2-8382-31b807810521",
                                    "name": "Bad request.",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "portal",
                                                "processUpload"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "multipart/form-data"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: apikey",
                                                    "type": "text/plain"
                                                },
                                                "key": "JSESSIONID",
                                                "value": "<API Key>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "formdata",
                                            "formdata": [
                                                {
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "file",
                                                    "type": "file"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "2371eaa0-e141-41d0-9c6d-44739ae6d3dd",
                                    "name": "Authorization information is missing or invalid.",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "portal",
                                                "processUpload"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "multipart/form-data"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: apikey",
                                                    "type": "text/plain"
                                                },
                                                "key": "JSESSIONID",
                                                "value": "<API Key>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "formdata",
                                            "formdata": [
                                                {
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "file",
                                                    "type": "file"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "d9aef277-56b4-4fe9-a546-81a0bd6e6778",
                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "portal",
                                                "processUpload"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "multipart/form-data"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: apikey",
                                                    "type": "text/plain"
                                                },
                                                "key": "JSESSIONID",
                                                "value": "<API Key>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "formdata",
                                            "formdata": [
                                                {
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "file",
                                                    "type": "file"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "Forbidden",
                                    "code": 403,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "d3e43661-9425-41de-850d-b6446e7aeb32",
                                    "name": "Unexpected error.",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "portal",
                                                "processUpload"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "multipart/form-data"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: apikey",
                                                    "type": "text/plain"
                                                },
                                                "key": "JSESSIONID",
                                                "value": "<API Key>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "formdata",
                                            "formdata": [
                                                {
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "file",
                                                    "type": "file"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "Internal Server Error",
                                    "code": 500,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "pageUpload",
                    "description": "",
                    "item": [
                        {
                            "id": "af3a8ba1-0405-46d7-a92b-1052206ad236",
                            "name": "Upload a Page",
                            "request": {
                                "name": "Upload a Page",
                                "description": {
                                    "content": "Upload Page\n\nWarning: as of 9.0.0, uploading a page using the portal is deprecated.\n",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "portal",
                                        "pageUpload"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "multipart/form-data"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "text/plain"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "formdata",
                                    "formdata": [
                                        {
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "file",
                                            "type": "file"
                                        }
                                    ]
                                },
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "0b843c97-e70f-4293-9982-a754538eb5dc",
                                    "name": "Success: the temp file name as present on the server",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "portal",
                                                "pageUpload"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "multipart/form-data"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "text/plain"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: apikey",
                                                    "type": "text/plain"
                                                },
                                                "key": "JSESSIONID",
                                                "value": "<API Key>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "formdata",
                                            "formdata": [
                                                {
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "file",
                                                    "type": "file"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "text/plain"
                                        }
                                    ],
                                    "body": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                },
                                {
                                    "id": "303baa59-f503-4581-bdf2-0ed5d9cb7fba",
                                    "name": "Bad request.",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "portal",
                                                "pageUpload"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "multipart/form-data"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: apikey",
                                                    "type": "text/plain"
                                                },
                                                "key": "JSESSIONID",
                                                "value": "<API Key>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "formdata",
                                            "formdata": [
                                                {
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "file",
                                                    "type": "file"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "930ee6e5-4bc6-46a2-9959-00e718177e84",
                                    "name": "Authorization information is missing or invalid.",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "portal",
                                                "pageUpload"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "multipart/form-data"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: apikey",
                                                    "type": "text/plain"
                                                },
                                                "key": "JSESSIONID",
                                                "value": "<API Key>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "formdata",
                                            "formdata": [
                                                {
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "file",
                                                    "type": "file"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "505e8fdc-73f2-4486-b3ed-caebcb6e1b53",
                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "portal",
                                                "pageUpload"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "multipart/form-data"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: apikey",
                                                    "type": "text/plain"
                                                },
                                                "key": "JSESSIONID",
                                                "value": "<API Key>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "formdata",
                                            "formdata": [
                                                {
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "file",
                                                    "type": "file"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "Forbidden",
                                    "code": 403,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "a271665a-1b27-448f-a56e-aa14ee790524",
                                    "name": "Unexpected error.",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "portal",
                                                "pageUpload"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "multipart/form-data"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: apikey",
                                                    "type": "text/plain"
                                                },
                                                "key": "JSESSIONID",
                                                "value": "<API Key>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "formdata",
                                            "formdata": [
                                                {
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "file",
                                                    "type": "file"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "Internal Server Error",
                                    "code": 500,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "fileUpload",
                    "description": "",
                    "item": [
                        {
                            "id": "e790d50b-5797-47f2-871b-8ca8c9985db1",
                            "name": "Upload a file",
                            "request": {
                                "name": "Upload a file",
                                "description": {
                                    "content": "Upload file.\n\n**NOTE:** If this file is a BDM zip, to do this, Maintenance mode needs to be enabled.\nIn Enterprise editions, if you have an access control file installed, you need to delete it before installing or updating your BDM.\n",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "portal",
                                        "fileUpload"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "multipart/form-data"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "text/plain"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "formdata",
                                    "formdata": [
                                        {
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "file",
                                            "type": "file"
                                        }
                                    ]
                                },
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "a47e867a-48c8-425b-ba8a-b914c7e7fead",
                                    "name": "Success: the temp file name as present on the server",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "portal",
                                                "fileUpload"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "multipart/form-data"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "text/plain"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: apikey",
                                                    "type": "text/plain"
                                                },
                                                "key": "JSESSIONID",
                                                "value": "<API Key>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "formdata",
                                            "formdata": [
                                                {
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "file",
                                                    "type": "file"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "text/plain"
                                        }
                                    ],
                                    "body": "7BWrSElds.8cP1vNtX0Wpeuhyu.-hgX0295bA1YD",
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                },
                                {
                                    "id": "288ffc75-da50-4d3e-941d-e7225d7d5509",
                                    "name": "Bad request.",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "portal",
                                                "fileUpload"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "multipart/form-data"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: apikey",
                                                    "type": "text/plain"
                                                },
                                                "key": "JSESSIONID",
                                                "value": "<API Key>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "formdata",
                                            "formdata": [
                                                {
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "file",
                                                    "type": "file"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "c4e409b6-2833-4982-8f04-b97f5e8f1c5f",
                                    "name": "Authorization information is missing or invalid.",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "portal",
                                                "fileUpload"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "multipart/form-data"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: apikey",
                                                    "type": "text/plain"
                                                },
                                                "key": "JSESSIONID",
                                                "value": "<API Key>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "formdata",
                                            "formdata": [
                                                {
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "file",
                                                    "type": "file"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "a2a22bed-6811-4696-8551-a0e5d2c68235",
                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "portal",
                                                "fileUpload"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "multipart/form-data"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: apikey",
                                                    "type": "text/plain"
                                                },
                                                "key": "JSESSIONID",
                                                "value": "<API Key>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "formdata",
                                            "formdata": [
                                                {
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "file",
                                                    "type": "file"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "Forbidden",
                                    "code": 403,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "6f9c1900-df9f-4db4-bfe5-56aeaf63c7e7",
                                    "name": "Unexpected error.",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "portal",
                                                "fileUpload"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "multipart/form-data"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: apikey",
                                                    "type": "text/plain"
                                                },
                                                "key": "JSESSIONID",
                                                "value": "<API Key>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "formdata",
                                            "formdata": [
                                                {
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "file",
                                                    "type": "file"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "Internal Server Error",
                                    "code": 500,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "organizationUpload",
                    "description": "",
                    "item": [
                        {
                            "id": "5c454fc3-250d-439d-bed8-3ce808db86f4",
                            "name": "Import an organization",
                            "request": {
                                "name": "Import an organization",
                                "description": {
                                    "content": "Upload organization\n",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "portal",
                                        "organizationUpload"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "multipart/form-data"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "text/plain"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "formdata",
                                    "formdata": [
                                        {
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "file",
                                            "type": "file"
                                        }
                                    ]
                                },
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "ae733ff6-11b5-4231-b2bf-31b8d540da21",
                                    "name": "Success",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "portal",
                                                "organizationUpload"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "multipart/form-data"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "text/plain"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: apikey",
                                                    "type": "text/plain"
                                                },
                                                "key": "JSESSIONID",
                                                "value": "<API Key>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "formdata",
                                            "formdata": [
                                                {
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "file",
                                                    "type": "file"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "text/plain"
                                        }
                                    ],
                                    "body": "odVWay1ZcfQNbKmrkfzlZ_o5bwPLCE_AxZ_RWXT5Act1HY4EubrQWupO5K3BQ9S7jyvKMlyMc.NkGBtPkzRQI4yRsVOTJ85xTGA47OsJYRuqEGmsJYQWU_kTfO36EoXdxi9FlYhaOIXiiF.Tsz3aNQ---p7U1psXGjy9WaDexfj._N-5aMCgTzsGY-fXvACGAT29EccmVSgjunohQKb-45pvVbFmkO",
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                },
                                {
                                    "id": "7f728065-1ee4-47a5-bcd6-fcbfbce2db4b",
                                    "name": "Bad request.",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "portal",
                                                "organizationUpload"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "multipart/form-data"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: apikey",
                                                    "type": "text/plain"
                                                },
                                                "key": "JSESSIONID",
                                                "value": "<API Key>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "formdata",
                                            "formdata": [
                                                {
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "file",
                                                    "type": "file"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "a322be72-06a7-4770-b05a-e4adf3738f77",
                                    "name": "Authorization information is missing or invalid.",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "portal",
                                                "organizationUpload"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "multipart/form-data"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: apikey",
                                                    "type": "text/plain"
                                                },
                                                "key": "JSESSIONID",
                                                "value": "<API Key>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "formdata",
                                            "formdata": [
                                                {
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "file",
                                                    "type": "file"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "331e09a5-b128-4459-ad68-2d10c97054a9",
                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "portal",
                                                "organizationUpload"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "multipart/form-data"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: apikey",
                                                    "type": "text/plain"
                                                },
                                                "key": "JSESSIONID",
                                                "value": "<API Key>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "formdata",
                                            "formdata": [
                                                {
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "file",
                                                    "type": "file"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "Forbidden",
                                    "code": 403,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "1e3b7d99-3500-42f6-aa7c-61ed3febfadb",
                                    "name": "Unexpected error.",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "portal",
                                                "organizationUpload"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "multipart/form-data"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: apikey",
                                                    "type": "text/plain"
                                                },
                                                "key": "JSESSIONID",
                                                "value": "<API Key>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "formdata",
                                            "formdata": [
                                                {
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "file",
                                                    "type": "file"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "Internal Server Error",
                                    "code": 500,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                },
                {
                    "name": "profilesUpload",
                    "description": "",
                    "item": [
                        {
                            "id": "9871e43b-d5e1-4036-a67d-935c136719e7",
                            "name": "Upload profiles",
                            "request": {
                                "name": "Upload profiles",
                                "description": {
                                    "content": "![edition](https://img.shields.io/badge/edition-entreprise-blue)\n\nUpload profiles\n\nWarning: as of 9.0.0, uploading profiles using the portal is deprecated.\n",
                                    "type": "text/plain"
                                },
                                "url": {
                                    "path": [
                                        "portal",
                                        "profilesUpload"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "multipart/form-data"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "text/plain"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "formdata",
                                    "formdata": [
                                        {
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "file",
                                            "type": "file"
                                        }
                                    ]
                                },
                                "auth": null
                            },
                            "response": [
                                {
                                    "id": "78c116c2-8e8b-4e51-82c0-f29647baabbf",
                                    "name": "Success",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "portal",
                                                "profilesUpload"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "multipart/form-data"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "text/plain"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: apikey",
                                                    "type": "text/plain"
                                                },
                                                "key": "JSESSIONID",
                                                "value": "<API Key>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "formdata",
                                            "formdata": [
                                                {
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "file",
                                                    "type": "file"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "OK",
                                    "code": 200,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "text/plain"
                                        }
                                    ],
                                    "body": "VfLw46scApcx2AuXx_IY9-rrFUfOQZGgwP4mAFXsfK.at2gZieUPTAD.Cc8QGqMwG.PcYJ7fDfUa",
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                },
                                {
                                    "id": "2a4f36fc-c3b8-4b28-913a-db64d74781dc",
                                    "name": "Bad request.",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "portal",
                                                "profilesUpload"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "multipart/form-data"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: apikey",
                                                    "type": "text/plain"
                                                },
                                                "key": "JSESSIONID",
                                                "value": "<API Key>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "formdata",
                                            "formdata": [
                                                {
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "file",
                                                    "type": "file"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "Bad Request",
                                    "code": 400,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "0ab14382-4e2a-4b64-8198-aeba621813eb",
                                    "name": "Authorization information is missing or invalid.",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "portal",
                                                "profilesUpload"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "multipart/form-data"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: apikey",
                                                    "type": "text/plain"
                                                },
                                                "key": "JSESSIONID",
                                                "value": "<API Key>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "formdata",
                                            "formdata": [
                                                {
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "file",
                                                    "type": "file"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "Unauthorized",
                                    "code": 401,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "58898b12-0639-4be8-abd3-954962678ce3",
                                    "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "portal",
                                                "profilesUpload"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "multipart/form-data"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: apikey",
                                                    "type": "text/plain"
                                                },
                                                "key": "JSESSIONID",
                                                "value": "<API Key>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "formdata",
                                            "formdata": [
                                                {
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "file",
                                                    "type": "file"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "Forbidden",
                                    "code": 403,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                },
                                {
                                    "id": "a9e18ca1-ce11-48de-9757-a0cafc0acb71",
                                    "name": "Unexpected error.",
                                    "originalRequest": {
                                        "url": {
                                            "path": [
                                                "portal",
                                                "profilesUpload"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "multipart/form-data"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            },
                                            {
                                                "description": {
                                                    "content": "Added as a part of security scheme: apikey",
                                                    "type": "text/plain"
                                                },
                                                "key": "JSESSIONID",
                                                "value": "<API Key>"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "formdata",
                                            "formdata": [
                                                {
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "file",
                                                    "type": "file"
                                                }
                                            ]
                                        }
                                    },
                                    "status": "Internal Server Error",
                                    "code": 500,
                                    "header": [
                                        {
                                            "key": "Content-Type",
                                            "value": "application/json"
                                        }
                                    ],
                                    "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                    "cookie": [],
                                    "_postman_previewlanguage": "json"
                                }
                            ],
                            "event": [],
                            "protocolProfileBehavior": {
                                "disableBodyPruning": true
                            }
                        }
                    ]
                }
            ]
        },
        {
            "name": "platformloginservice",
            "description": "",
            "item": [
                {
                    "id": "b7c22c94-b97b-4fa0-b8eb-fdfa62052040",
                    "name": "Platform Login",
                    "request": {
                        "name": "Platform Login",
                        "description": {
                            "content": "The username and password are in `bonita-platform-community-custom.properties` file.\n",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "platformloginservice"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": []
                        },
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/x-www-form-urlencoded"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "POST",
                        "body": {
                            "mode": "urlencoded",
                            "urlencoded": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "the username",
                                        "type": "text/plain"
                                    },
                                    "key": "username",
                                    "value": "<string>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "the password",
                                        "type": "text/plain"
                                    },
                                    "key": "password",
                                    "value": "<string>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "\"true\" or \"false\". \"false\" indicates that the service should not redirect to Bonita Portal (after a successful login) or to the login page (after a login failure).",
                                        "type": "text/plain"
                                    },
                                    "key": "redirect",
                                    "value": "<string>"
                                }
                            ]
                        },
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "64dff9bd-ae9f-4e5b-80d1-444cae76359c",
                            "name": "Login success",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "platformloginservice"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/x-www-form-urlencoded"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: apikey",
                                            "type": "text/plain"
                                        },
                                        "key": "JSESSIONID",
                                        "value": "<API Key>"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "urlencoded",
                                    "urlencoded": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "the username",
                                                "type": "text/plain"
                                            },
                                            "key": "username",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "the password",
                                                "type": "text/plain"
                                            },
                                            "key": "password",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "\"true\" or \"false\". \"false\" indicates that the service should not redirect to Bonita Portal (after a successful login) or to the login page (after a login failure).",
                                                "type": "text/plain"
                                            },
                                            "key": "redirect",
                                            "value": "<string>"
                                        }
                                    ]
                                }
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Session cookie",
                                        "type": "text/plain"
                                    },
                                    "key": "Set-Cookie",
                                    "value": "Nk&D*(Dv~;"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "X-Bonita-API-Token - CSRF token (also present in the cookie response)",
                                        "type": "text/plain"
                                    },
                                    "key": "X-Bonita-API-Token",
                                    "value": "L0PMdQUSV9b-eXmGOoXJUksLmN4RqHAplErMYGlfa5lVVvsTEdZjJ3HKkNTvm1smK4uT7B8Q0LPVC0K4dxKBuYYTh"
                                }
                            ],
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        },
                        {
                            "id": "bb016ce7-b14d-4c77-ba44-9bbf44fbecf9",
                            "name": "Bad request.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "platformloginservice"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/x-www-form-urlencoded"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: apikey",
                                            "type": "text/plain"
                                        },
                                        "key": "JSESSIONID",
                                        "value": "<API Key>"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "urlencoded",
                                    "urlencoded": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "the username",
                                                "type": "text/plain"
                                            },
                                            "key": "username",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "the password",
                                                "type": "text/plain"
                                            },
                                            "key": "password",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "\"true\" or \"false\". \"false\" indicates that the service should not redirect to Bonita Portal (after a successful login) or to the login page (after a login failure).",
                                                "type": "text/plain"
                                            },
                                            "key": "redirect",
                                            "value": "<string>"
                                        }
                                    ]
                                }
                            },
                            "status": "Bad Request",
                            "code": 400,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "9f3aff73-0eb4-47f8-9de4-17835aa7a51c",
                            "name": "Authorization information is missing or invalid.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "platformloginservice"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/x-www-form-urlencoded"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: apikey",
                                            "type": "text/plain"
                                        },
                                        "key": "JSESSIONID",
                                        "value": "<API Key>"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "urlencoded",
                                    "urlencoded": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "the username",
                                                "type": "text/plain"
                                            },
                                            "key": "username",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "the password",
                                                "type": "text/plain"
                                            },
                                            "key": "password",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "\"true\" or \"false\". \"false\" indicates that the service should not redirect to Bonita Portal (after a successful login) or to the login page (after a login failure).",
                                                "type": "text/plain"
                                            },
                                            "key": "redirect",
                                            "value": "<string>"
                                        }
                                    ]
                                }
                            },
                            "status": "Unauthorized",
                            "code": 401,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "65b1a1a8-7372-47c1-947c-edb5e03db889",
                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "platformloginservice"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/x-www-form-urlencoded"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: apikey",
                                            "type": "text/plain"
                                        },
                                        "key": "JSESSIONID",
                                        "value": "<API Key>"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "urlencoded",
                                    "urlencoded": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "the username",
                                                "type": "text/plain"
                                            },
                                            "key": "username",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "the password",
                                                "type": "text/plain"
                                            },
                                            "key": "password",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "\"true\" or \"false\". \"false\" indicates that the service should not redirect to Bonita Portal (after a successful login) or to the login page (after a login failure).",
                                                "type": "text/plain"
                                            },
                                            "key": "redirect",
                                            "value": "<string>"
                                        }
                                    ]
                                }
                            },
                            "status": "Forbidden",
                            "code": 403,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "1ae57c3c-f02d-47b3-8ce1-eb4da017f43d",
                            "name": "Unexpected error.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "platformloginservice"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/x-www-form-urlencoded"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: apikey",
                                            "type": "text/plain"
                                        },
                                        "key": "JSESSIONID",
                                        "value": "<API Key>"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "urlencoded",
                                    "urlencoded": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "the username",
                                                "type": "text/plain"
                                            },
                                            "key": "username",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "the password",
                                                "type": "text/plain"
                                            },
                                            "key": "password",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "\"true\" or \"false\". \"false\" indicates that the service should not redirect to Bonita Portal (after a successful login) or to the login page (after a login failure).",
                                                "type": "text/plain"
                                            },
                                            "key": "redirect",
                                            "value": "<string>"
                                        }
                                    ]
                                }
                            },
                            "status": "Internal Server Error",
                            "code": 500,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                }
            ]
        },
        {
            "name": "platformlogoutservice",
            "description": "",
            "item": [
                {
                    "id": "5e8e9c0c-17e2-4c48-aaa0-e5f47e4e4533",
                    "name": "Platform Logout",
                    "request": {
                        "name": "Platform Logout",
                        "description": {
                            "content": "",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "platformlogoutservice"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": []
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "POST",
                        "body": {},
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "3170a527-2b46-4739-b6f9-d857262e9bcf",
                            "name": "logout success",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "platformlogoutservice"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: apikey",
                                            "type": "text/plain"
                                        },
                                        "key": "JSESSIONID",
                                        "value": "<API Key>"
                                    }
                                ],
                                "method": "POST",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [],
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        },
                        {
                            "id": "348c7fa7-6165-4a4f-ba07-da57940aebb2",
                            "name": "Bad request.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "platformlogoutservice"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: apikey",
                                            "type": "text/plain"
                                        },
                                        "key": "JSESSIONID",
                                        "value": "<API Key>"
                                    }
                                ],
                                "method": "POST",
                                "body": {}
                            },
                            "status": "Bad Request",
                            "code": 400,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "8e34ab66-1750-4d28-a72f-93cc26a18276",
                            "name": "Authorization information is missing or invalid.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "platformlogoutservice"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: apikey",
                                            "type": "text/plain"
                                        },
                                        "key": "JSESSIONID",
                                        "value": "<API Key>"
                                    }
                                ],
                                "method": "POST",
                                "body": {}
                            },
                            "status": "Unauthorized",
                            "code": 401,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "a5b6ab68-4931-4427-ae7b-094520b19903",
                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "platformlogoutservice"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: apikey",
                                            "type": "text/plain"
                                        },
                                        "key": "JSESSIONID",
                                        "value": "<API Key>"
                                    }
                                ],
                                "method": "POST",
                                "body": {}
                            },
                            "status": "Forbidden",
                            "code": 403,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "a60a1c96-39a9-4167-af35-f115e7a45849",
                            "name": "Unexpected error.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "platformlogoutservice"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: apikey",
                                            "type": "text/plain"
                                        },
                                        "key": "JSESSIONID",
                                        "value": "<API Key>"
                                    }
                                ],
                                "method": "POST",
                                "body": {}
                            },
                            "status": "Internal Server Error",
                            "code": 500,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                }
            ]
        },
        {
            "name": "APIv2",
            "description": "",
            "item": [
                {
                    "name": "service",
                    "description": "",
                    "item": [
                        {
                            "name": "install",
                            "description": "",
                            "item": [
                                {
                                    "id": "93181d6f-1315-471d-82c0-73c9f00b7022",
                                    "name": "Upload an application configuration file",
                                    "request": {
                                        "name": "Upload an application configuration file",
                                        "description": {
                                            "content": "![edition](https://img.shields.io/badge/edition-entreprise-blue)\n\nUpload an application configuration file in the `bconf` format.\n\nWarning: as of 9.0.0, uploading an application configuration file using this API is deprecated.\n",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "APIv2",
                                                "service",
                                                "install"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "multipart/form-data"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "text/plain"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "formdata",
                                            "formdata": [
                                                {
                                                    "description": {
                                                        "content": "(Required) ",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "configuration",
                                                    "type": "file"
                                                }
                                            ]
                                        },
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "65e9c37f-a9e4-45b5-b859-00ba0c4d1c01",
                                            "name": "Success: the temp file name as present on the server",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "APIv2",
                                                        "service",
                                                        "install"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "multipart/form-data"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "text/plain"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "formdata",
                                                    "formdata": [
                                                        {
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "configuration",
                                                            "type": "file"
                                                        }
                                                    ]
                                                }
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "text/plain"
                                                }
                                            ],
                                            "body": "<string>",
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        },
                                        {
                                            "id": "f42e16ec-c8ba-4f4a-9424-11136a232308",
                                            "name": "Bad request.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "APIv2",
                                                        "service",
                                                        "install"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "multipart/form-data"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "formdata",
                                                    "formdata": [
                                                        {
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "configuration",
                                                            "type": "file"
                                                        }
                                                    ]
                                                }
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "ff789ce7-fcc5-4b5f-ad95-cb4bfcf7453c",
                                            "name": "Authorization information is missing or invalid.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "APIv2",
                                                        "service",
                                                        "install"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "multipart/form-data"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "formdata",
                                                    "formdata": [
                                                        {
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "configuration",
                                                            "type": "file"
                                                        }
                                                    ]
                                                }
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "49485489-4fd0-4f96-95d9-f557ec51513f",
                                            "name": "Forbidden, The request contained valid data and was understood by the server, but the server is refusing action.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "APIv2",
                                                        "service",
                                                        "install"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "multipart/form-data"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "formdata",
                                                    "formdata": [
                                                        {
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "configuration",
                                                            "type": "file"
                                                        }
                                                    ]
                                                }
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "b3474fd8-8bab-4bcd-9c0c-f641b9cb07be",
                                            "name": "Unexpected error.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "APIv2",
                                                        "service",
                                                        "install"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "multipart/form-data"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: apikey",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "JSESSIONID",
                                                        "value": "<API Key>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "formdata",
                                                    "formdata": [
                                                        {
                                                            "description": {
                                                                "content": "(Required) ",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "configuration",
                                                            "type": "file"
                                                        }
                                                    ]
                                                }
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                }
                                            ],
                                            "body": "{\n  \"message\": \"<string>\",\n  \"exception\": \"<string>\",\n  \"explanations\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                }
                            ]
                        }
                    ]
                }
            ]
        }
    ],
    "auth": {
        "type": "apikey",
        "apikey": [
            {
                "type": "any",
                "value": "JSESSIONID",
                "key": "key"
            },
            {
                "type": "any",
                "value": "{{apiKey}}",
                "key": "value"
            },
            {
                "type": "any",
                "value": "header",
                "key": "in"
            }
        ]
    },
    "event": [],
    "variable": [
        {
            "key": "baseUrl",
            "value": "http://localhost:8080/bonita"
        }
    ],
    "info": {
        "_postman_id": "f9657659-05b7-4a20-8ac7-a2471472525b",
        "name": "Bonita API",
        "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
        "description": {
            "content": "<p> \n<a download=\"openapi.yaml\" href=\"./openapi.yaml\" target=\"_blank\" class=\"btn-download\">Download OpenAPI specification</a>\n<a download=\"postman.json\" href=\"./postman.json\" target=\"_blank\" class=\"btn-download\">Download Postman collection</a>\n</p>\n\n<hr>\n\nThe REST API lets you access the data with HTTP requests; it is useful when implementing rich web forms / pages for a good user experience.\n\nAn open source [java client](https://github.com/bonitasoft/bonita-java-client) is implemented above the HTTP API. It is available on [Maven central](https://search.maven.org/search?q=g:%22org.bonitasoft.web%22%20AND%20a:%22bonita-java-client%22).\n\nIf your application is using a technology other than Java, you can integrate it with the Bonita solution using the Web REST API. This API provides\naccess to all Bonita objects (like processes, tasks, users, connectors etc.), to execute operations on them (create, retrieve, update, delete).\nYou can use these operations to create a workflow with Bonita and integrate it into your application. The Bonita Engine remains responsible for executing\nthe workflow logic (connectors, gateways with conditions, messages, timers etc.) while your application gives access to the workflow.\nUsers can manage processes and tasks, and perform administrative activities.\n\n### API Extensions\n\nYou can create [Rest API Extensions](https://documentation.bonitasoft.com/bonita/latest/api/rest-api-extensions) to extend the Rest API by adding missing resources (not provided by the Rest API).\nIt is possible for an extension to interact with the engine (via the API) or with any other external service (for example a database, a directory, or a web service).\n\n### Create a resource\n\n| Request URL | `http://.../API/{API_name}/{resource_name}/  `|\n|:-|:-|\n| Request Method | POST|\n| Request Payload | an item in JSON|\n| Response | the same item in JSON, containing the values provided in the posted item, completed with default values and identifiers provided by Bonita Engine.|\n\n### Read a resource\n\n| Request URL | `http://.../API/{API_name}/{resource_name}/{id} `|\n|:-|:-|\n| Request Method | GET|\n| Response | an item in JSON|\n\nExample `http://.../API/identity/user/5 `\n\n#### Extend resource response\n\nOn some resources, in GET methods the `d` (deploy) URL query parameter can be used to extend the response objects. The value of this parameter consists of an attribute for which you want to make an extended request (called a deploy) and retrieve attributes of a linked resource.\nThis means that instead of retrieving the ID or a parent or referenced resource, you can retrieve the full object.\n\nFor example, when you retrieve a task, you can also retrieve the process definition attributes in addition to the process definition ID that is already part of the task resource.\nThe supported deploy values for a task include its process (d=processId).\n\nSpecifiy multiple `d` parameter to extend several resources. For instance, to retrieve the flow node of id 143 and the associated process, process instance and assigned user, call `/API/bpm/flowNode/143?d=processId&d=caseId&d=assigned_id`\n\n#### With compound identifier\n\nThe order of the identifier parts for each resource type is given in the table above.\n\n| Request URL | `http://.../API/{API_name}/{resource_name}/{id_part1}/{id_part2} `|\n|:-|:-|\n| Request Method | GET|\n| Response | an item in JSON|\n\nExample `http://.../API/identity/membership/5/12/24 `\n\n### Update a resource\n\n| Request URL | `http://.../API/{API_name}/{resource_name}/{id} `|\n|:-|:-|\n| Request Method | PUT|\n| Request Payload | a map in JSON containing the new values for the attributes you want to change.|\n| Response | the corresponding item in JSON with new values where you requested a modification|\n\nExample `http://.../API/identity/user/5`\n\n#### With compound identifier:\n\nResponse: the corresponding item in JSON with new values where you requested a modification.\n\n| Request URL | `http://.../API/{API_name}/{resource_name}/{id_part1}/{id_part2} `|\n|:-|:-|\n| Request Method | PUT|\n| Request Payload | ` a map in JSON containing the new values for the attributes you want to change `|\n| Response | ` the corresponding item in JSON with new values where you requested a modification`|\n\nExample\n`http://.../API/identity/membership/5/12/24 `\n\n### Delete resources\n\nUse the DELETE request to remove multiple resources.\n\n| Request URL | `http://.../API/{API_name}/{resource_name}/ `|\n|:-|:-|\n| Request Method | DELETE|\n| Request Payload | A list of identifiers in JSON, for example `[\"id1\",\"id2\",\"id3\"]`. Compound identifiers are separated by '/' characters.|\n| Response | `empty `|\n\nExample\n`http://.../API/identity/membership/ `\n\n### Search for a resource\n\nThe required object is specified with a set of filters in the request URL. The URL parameters must be URL-encoded.\n\nResults are returned in a paged list, so you have to specify the page (counting from zero), and the number of results per page (count), additionally you can define a sort key (order). You can see the total number of matching results in the HTTP response header Content-Range.\nIf you are searching for business data using a custom query, there must be a [count query in the BDM](https://documentation.bonitasoft.com/bonita/latest/data/define-and-deploy-the-bdm). If there is no count query, results from a custom query on business data cannot be paged properly (the header Content-Range will be absent).\nFor business data default queries, the count query is defined automatically.\n\nThe available filters are the attributes of the item plus some specific filters defined by each item.\n\n| Request URL | `http://.../API/{API_name}/{resource_name}?p={page}&c={count}&o={order}&s={query}&f={filter_name}={filter_value}&f=... `|\n|:-|:-|\n| Request Method | GET|\n| Response | an array of items in JSON|\n\nExample\n`/API/identity/user?p=0&c=10&o=firstname&s=test&f=manager_id=3`\n\nFor a GET method that retrieves more than one instance of a resource, you can specify the following request parameters:\n\n* p (Mandatory): index of the page to display\n* c (Mandatory): maximum number of elements to retrieve\n* o: order of presentation of values in response: must be either `attributeName ASC` or `attributeName DESC`. The final order parameter value must be URL encoded.\n* f: list of filters, specified as `attributeName=attributeValue`. To filter on more than one attribute, specify an f parameters for each attribute. The final filter parameter value must be URL encoded.\n  The attributes you can filter on are specific to the resource.\n* s: search on name or search indexes. Before Bonita 2024.1, the matching policy depended on the configuration of [word-based search](https://documentation.bonitasoft.com/bonita/2023.2/api/using-list-and-search-methods#word_based_search).\n  For example, if word-based search was enabled, `s=Valid` returned matches containing the string \"valid\" at the start of any word in the attribute value word,\n  such as \"Valid address\", \"Not a valid address\", and \"Validated request\" but not \"Invalid request\".\n  If word-based search was disabled, `s=Valid` returned matches containing the string \"valid\" at the start of the attribute value, such as \"Valid address\" or \"Validated request\" but not \"Not a valid address\" or \"Invalid request\".\n  Since Bonita 2024.1, the search mode can no longer be configured and a \"like-based\" algorithm is used. This means all the matching records for which the search term occurs anywhere in a phrase or a word are returned.\n\n### Errors\n\nThe API uses standard HTTP status codes to indicate the success or failure of the API call.\n\nIf you get a `401` response code :\n  - make sure that the cookies have been transfered with the call\n  - make sure that the cookies transfered are the ones generated during the last sucessfull login call\n  - if one of the PUT, DELETE or POST method is used, make sure that the `X-Bonita-API-Token` header is included\n  - if the X-Bonita-API-Token header is included, make sure that the value is the same as the one of the cookie generated during the last login\n  - Maybe a logout was issued or the session has expired; try to log in again, and re run the request with the new cookies and the new value for the `X-Bonita-API-Token` header.\n",
            "type": "text/plain"
        }
    }
}