{
    "item": [
        {
            "name": "loginservice",
            "description": "",
            "item": [
                {
                    "id": "9a16bbfb-f661-44da-923b-02bc3d7dbcb8",
                    "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": "11847b37-8417-4a27-8668-1aaaad6d3fe1",
                            "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": "134290a1-62d8-4d4b-a292-d082eaca0e85",
                            "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": "af6af724-6aee-45f2-8142-504b8d01b839",
                            "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": "e2f53372-5d81-44c4-a846-e3a56a6fcdc2",
                            "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": "23e25478-e497-42f3-8230-56978b12c4f5",
                            "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": "ab307e63-4f22-410b-91ad-7e9bd478f8a2",
                    "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": "false"
                                }
                            ],
                            "variable": []
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "body": {},
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "ad7d0ae8-8c5a-4c1e-8ee7-d2509026ed0e",
                            "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": "false"
                                        }
                                    ],
                                    "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": "4384998d-688f-4c29-9e93-ab28308d0893",
                            "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": "false"
                                        }
                                    ],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "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": "52d1af3c-b69a-4335-9f4e-fb6e1d4c13e9",
                            "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": "false"
                                        }
                                    ],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "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": "b1012273-aa6d-4bc5-9333-1837d79c98f3",
                            "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": "false"
                                        }
                                    ],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "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": "fd60ca3d-4ecb-478d-8130-ca30a6191adf",
                            "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": "false"
                                        }
                                    ],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "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": "4d5f50d0-7821-49d6-9d4d-20c7c134e101",
                                    "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": "XKLC2B7IxvInoBqNGL1cMEoPKT8QhSmTPUWZv%Z3qCFp0JjOmFmZdMI9dXwserPzJC30uNrkqFCUFTDX2khUbKU0C4juP%KCwMYPJVDOkZx%szVCbmcLyb5WgVmuHf"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "db512439-c219-4267-834f-bb4a7841d832",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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\": \"c5Va2rE7yRR-RlUQFfmwa07HQk\",\n    \"creationDate\": \"<string>\",\n    \"description\": \"<string>\",\n    \"displayName\": \"<string>\",\n    \"id\": \"i8zQp_sSdj8Q6x6yM0dtJvsUGbvNteVcY2Gv1VUdgwq-soPQGps7oxKW4L1zyKWXPYmvpmfhLXCna9TMsq4PlxEWMD3qRnc3nhEV\",\n    \"lastUpdateDate\": \"<string>\",\n    \"profileId\": \"8JjJaYQ75zLfGF-1qLZZrUwCX7PUbxWi_eUPKO2FzjlR4nDOYPLf6RiFLPadBX1ULkTItiCstq2n7iebGGUyPCqTg7JUZ.lB4x9djQzxdml6q7m-3uWmEaICJqAa_jnIIVw-VrGnBVpvdtBJqlu9ew1.2OSq5NP4pi5GMZ129Wgl\",\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\": \"FKSq3bR3fFKWk64BzigXkbvTEPnWz8jOwH9NehZM5MvaPQHSw8dJlxCkBdg5uGagpVsRR.0vCNDsLKTLFlfCiLV57S1PTERDL-Xo5TCWVVZgbefwoB..ykGcoA2RUGzX\",\n    \"creationDate\": \"<string>\",\n    \"description\": \"<string>\",\n    \"displayName\": \"<string>\",\n    \"id\": \"uSoox-9ph1LMQ2Hb1q190dmnSVwJcmqESkELHQFzXiUOunBlge70irWEcXkyn5rdJ.O65botXhOegGjZdsvWJoWc4rDrN-.vHy\",\n    \"lastUpdateDate\": \"<string>\",\n    \"profileId\": \"Kj6kcEeSba_wwji4JrFiNuYBU49tV7bniHVBevHIS0VCfcb3_5tS-qksKM3tFhJ1zYBU1Yu-2K26kBh1Rs9-mQGgphvAYLLDMLW.9WViVHxzUI_AY2lLA9uXb3DwC1e0udGAaSA6z-16d30QlWuGz\",\n    \"token\": \"<string>\",\n    \"updatedBy\": \"<string>\",\n    \"version\": \"<string>\",\n    \"state\": \"ACTIVATED\",\n    \"visibility\": \"ALL\",\n    \"editable\": \"<boolean>\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "6dacf776-a309-4c77-a040-024f63786a0c",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "9322829e-2930-44b9-8eaa-c638d1287581",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "eff55a08-bef9-4725-87c1-da431c9986e6",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "34c78d29-6d3d-4dff-aeb5-a76df1e11e4d",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "6398454b-b93f-442d-934d-6151330367c3",
                                    "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": "9d203960-2576-4358-ba57-8efccffa4d67",
                                            "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\": \"4jdbjxL63C5o6ZzqAA2WsbHuCoHqhbCudsqkTSBs6aoZYHQsiDbK2YR9dZF8P0jGlqjTJcXoPOunJcJzoCq-ax7Bx4ccav3OA5glmg.CrG_qmnxP9en.DgAxAoFCUlO1rn-KxXY6.C1meZgN9kJcW6M3Zwaa.O5C_JpZQsFkPLj5pTv3ZbpAKLV7ZzyfH7kWCfX0LKzVwW6A1sV7.549tLxc3O\",\n  \"creationDate\": \"<string>\",\n  \"description\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"id\": \"38nb1sHcEoUjjNttqVYkSC3xTT5Iud-5t2fmChA35iv-aPONxfXRGeSat-cgcXKcxu4NKYixen_95SnpF6jaz3wpOcWf5gJcoKuQSCUAwjtX6jhRH8qvBYaA24mfNMvPAyzvztaiKatI506tlN2GbAG9LntCiYFd1t\",\n  \"lastUpdateDate\": \"<string>\",\n  \"profileId\": \"yXs1aMYjQ5JG.OTdCbi_BedBTk\",\n  \"token\": \"<string>\",\n  \"updatedBy\": \"<string>\",\n  \"version\": \"<string>\",\n  \"state\": \"DEACTIVATED\",\n  \"visibility\": \"ALL\",\n  \"editable\": \"<boolean>\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "86e3a2d1-e0e5-4923-aad3-8c85097031da",
                                            "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": "7fbd1e53-276e-48f9-b1a3-591f2e9aeba3",
                                            "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": "cf5c4569-176d-4f99-9a58-53cb96d19ef9",
                                            "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": "2c47d9e8-b138-4780-9273-8a0124695e70",
                                            "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": "add06de9-33e5-49d2-a973-8d8726e937d2",
                                            "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                            "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": "db84e1f9-b47c-43a8-a423-ee71205c3941",
                                                    "name": "Success ",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "living",
                                                                "application",
                                                                ":id"
                                                            ],
                                                            "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  \"link\": true,\n  \"createdBy\": \"4jdbjxL63C5o6ZzqAA2WsbHuCoHqhbCudsqkTSBs6aoZYHQsiDbK2YR9dZF8P0jGlqjTJcXoPOunJcJzoCq-ax7Bx4ccav3OA5glmg.CrG_qmnxP9en.DgAxAoFCUlO1rn-KxXY6.C1meZgN9kJcW6M3Zwaa.O5C_JpZQsFkPLj5pTv3ZbpAKLV7ZzyfH7kWCfX0LKzVwW6A1sV7.549tLxc3O\",\n  \"creationDate\": \"<string>\",\n  \"description\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"id\": \"38nb1sHcEoUjjNttqVYkSC3xTT5Iud-5t2fmChA35iv-aPONxfXRGeSat-cgcXKcxu4NKYixen_95SnpF6jaz3wpOcWf5gJcoKuQSCUAwjtX6jhRH8qvBYaA24mfNMvPAyzvztaiKatI506tlN2GbAG9LntCiYFd1t\",\n  \"lastUpdateDate\": \"<string>\",\n  \"profileId\": \"yXs1aMYjQ5JG.OTdCbi_BedBTk\",\n  \"token\": \"<string>\",\n  \"updatedBy\": \"<string>\",\n  \"version\": \"<string>\",\n  \"state\": \"DEACTIVATED\",\n  \"visibility\": \"ALL\",\n  \"editable\": \"<boolean>\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "78bbde1c-f0c1-4c9e-b1f5-cb8637ba231c",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "living",
                                                                "application",
                                                                ":id"
                                                            ],
                                                            "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": "747b32bd-9456-481f-b29a-f0998c1bf499",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "living",
                                                                "application",
                                                                ":id"
                                                            ],
                                                            "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": "00133ca7-f87c-4f4a-9028-663dd259837e",
                                                    "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": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "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": "01578e20-34fc-4675-a83e-a10b16ddcb87",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "living",
                                                                "application",
                                                                ":id"
                                                            ],
                                                            "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": "1ef8826d-f337-4ce9-9b0c-13254d7502f0",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "living",
                                                                "application",
                                                                ":id"
                                                            ],
                                                            "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": "0acec5dc-5bed-44ff-a368-9e0c0560ad06",
                                            "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                            "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": "2767348c-d035-421a-bd65-1b26fcc35207",
                                                    "name": "Success ",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "living",
                                                                "application",
                                                                ":id"
                                                            ],
                                                            "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": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "2dc25c70-16cc-4ca6-b2a0-e9df1fc0d614",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "living",
                                                                "application",
                                                                ":id"
                                                            ],
                                                            "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": "df0fd8fa-8d89-4761-96ab-a04c410839d9",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "living",
                                                                "application",
                                                                ":id"
                                                            ],
                                                            "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": "585bb773-7b41-4fe0-823b-7fa676b26761",
                                                    "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": []
                                                        },
                                                        "header": [
                                                            {
                                                                "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": "23d37fea-4894-476d-9580-0fe3a573db39",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "living",
                                                                "application",
                                                                ":id"
                                                            ],
                                                            "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": "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": "0917e183-e96d-4bb4-be47-6104f2de7883",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "living",
                                                                "application",
                                                                ":id"
                                                            ],
                                                            "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
                                            }
                                        },
                                        {
                                            "id": "73c504a9-d0b3-4d22-a389-c31e2bdbc057",
                                            "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                            "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": "7c3ba677-1036-41b4-8f53-f508994470e4",
                                                    "name": "Success ",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "living",
                                                                "application",
                                                                ":id"
                                                            ],
                                                            "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  \"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\": \"4jdbjxL63C5o6ZzqAA2WsbHuCoHqhbCudsqkTSBs6aoZYHQsiDbK2YR9dZF8P0jGlqjTJcXoPOunJcJzoCq-ax7Bx4ccav3OA5glmg.CrG_qmnxP9en.DgAxAoFCUlO1rn-KxXY6.C1meZgN9kJcW6M3Zwaa.O5C_JpZQsFkPLj5pTv3ZbpAKLV7ZzyfH7kWCfX0LKzVwW6A1sV7.549tLxc3O\",\n  \"creationDate\": \"<string>\",\n  \"description\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"id\": \"38nb1sHcEoUjjNttqVYkSC3xTT5Iud-5t2fmChA35iv-aPONxfXRGeSat-cgcXKcxu4NKYixen_95SnpF6jaz3wpOcWf5gJcoKuQSCUAwjtX6jhRH8qvBYaA24mfNMvPAyzvztaiKatI506tlN2GbAG9LntCiYFd1t\",\n  \"lastUpdateDate\": \"<string>\",\n  \"profileId\": \"yXs1aMYjQ5JG.OTdCbi_BedBTk\",\n  \"token\": \"<string>\",\n  \"updatedBy\": \"<string>\",\n  \"version\": \"<string>\",\n  \"state\": \"DEACTIVATED\",\n  \"visibility\": \"ALL\",\n  \"editable\": \"<boolean>\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "c1df3fe9-d0a2-4a94-b90b-315d1fe78478",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "living",
                                                                "application",
                                                                ":id"
                                                            ],
                                                            "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  \"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": "37265240-0a7c-485a-9cd4-546d9edcd2a5",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "living",
                                                                "application",
                                                                ":id"
                                                            ],
                                                            "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  \"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": "27d41659-f6f0-42e4-8bbd-9122d51e4043",
                                                    "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": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "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": "8d75ce49-3825-4127-935f-5676dc027865",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "living",
                                                                "application",
                                                                ":id"
                                                            ],
                                                            "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  \"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": "6bacde1e-dbe4-4acb-aa82-43ce8c6c9328",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "living",
                                                                "application",
                                                                ":id"
                                                            ],
                                                            "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  \"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": "be17228e-ec22-464d-8792-c6fe2422eff4",
                                    "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": "XKLC2B7IxvInoBqNGL1cMEoPKT8QhSmTPUWZv%Z3qCFp0JjOmFmZdMI9dXwserPzJC30uNrkqFCUFTDX2khUbKU0C4juP%KCwMYPJVDOkZx%szVCbmcLyb5WgVmuHf"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "55fc8b8c-1c98-4821-aa22-e33551faadf9",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "baf7042d-c2ff-4fd8-adda-e0c75e30ac1b",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "c17e7532-fed0-4940-a342-29e893ac02fc",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "32b2a9bd-0bbd-4ae3-b2c1-27e680b19e1f",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "aa73d1c3-b43e-48b1-8b07-bf76af5f1ce4",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "926fb48e-eddd-4f2f-a4ba-068cd84de184",
                                    "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": "43c0a2c3-7db5-46e0-ae53-df9cb7b7517c",
                                            "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": "7591fca8-e511-4cc2-a57e-8102cb84890c",
                                            "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": "4296215a-6b2e-4b65-8654-165d95c785b3",
                                            "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": "d1bdedb6-3af1-47f8-8b0f-2b677798d7e9",
                                            "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": "e3fbe096-f7cd-4d68-8190-14bb5b2cd1a9",
                                            "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": "de404293-936d-4bd8-bf60-c562fd9ef383",
                                            "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                            "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": "b3ce3645-a3c8-47d8-8a41-cbccaef8759a",
                                                    "name": "Success ",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "living",
                                                                "application-menu",
                                                                ":id"
                                                            ],
                                                            "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  \"parentMenuId\": \"<string>\",\n  \"applicationPageId\": \"<string>\",\n  \"applicationId\": \"<string>\",\n  \"menuIndex\": \"<string>\",\n  \"displayName\": \"<string>\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "f181ab09-a578-46be-9252-4ea5845e01ef",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "living",
                                                                "application-menu",
                                                                ":id"
                                                            ],
                                                            "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": "b3d1aa83-71ca-48e7-9bf4-9840ddc7c657",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "living",
                                                                "application-menu",
                                                                ":id"
                                                            ],
                                                            "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": "7c3f2b88-8169-4c03-ba80-c60a89a6256c",
                                                    "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": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "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": "86ec40c9-3d6b-4640-8b1d-e5531de32f40",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "living",
                                                                "application-menu",
                                                                ":id"
                                                            ],
                                                            "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": "3e334da3-3e25-4e68-a872-6886620805e8",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "living",
                                                                "application-menu",
                                                                ":id"
                                                            ],
                                                            "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": "9f88f9f0-eb78-4789-a9f2-29131f2668e8",
                                            "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                            "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": "44fdf5a0-57a5-4165-b782-17aee24207d9",
                                                    "name": "Success ",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "living",
                                                                "application-menu",
                                                                ":id"
                                                            ],
                                                            "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": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "5479fea1-fd3d-4c15-8328-04a225fbcfcc",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "living",
                                                                "application-menu",
                                                                ":id"
                                                            ],
                                                            "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": "0dfc9f9f-657b-4af6-ae2b-132e167d6512",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "living",
                                                                "application-menu",
                                                                ":id"
                                                            ],
                                                            "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": "a4532726-b445-4a2b-8eac-57506fd05599",
                                                    "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": []
                                                        },
                                                        "header": [
                                                            {
                                                                "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": "e832a790-91fa-4d95-9d5c-4649f2eff2a1",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "living",
                                                                "application-menu",
                                                                ":id"
                                                            ],
                                                            "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": "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": "ba44e56a-cf41-49e3-a369-0d9c88ea3795",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "living",
                                                                "application-menu",
                                                                ":id"
                                                            ],
                                                            "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
                                            }
                                        },
                                        {
                                            "id": "e1449989-de68-4c52-9ad5-57b9b8e4cb6a",
                                            "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                            "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": "e47e2043-9e46-4391-9e12-f28c74a34331",
                                                    "name": "OK",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "living",
                                                                "application-menu",
                                                                ":id"
                                                            ],
                                                            "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  \"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": "3f9b2ae0-6854-494b-bf5a-9a7de27e7c12",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "living",
                                                                "application-menu",
                                                                ":id"
                                                            ],
                                                            "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  \"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": "ae393220-5bc7-4a2e-8d7f-d9c835ef84b1",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "living",
                                                                "application-menu",
                                                                ":id"
                                                            ],
                                                            "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  \"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": "898e74df-c85e-44bc-950b-3caee5184bc1",
                                                    "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": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "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": "bce9ffa4-4c22-44f8-96a7-e85637cdb6db",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "living",
                                                                "application-menu",
                                                                ":id"
                                                            ],
                                                            "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  \"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": "3e4e5573-6b3c-420b-a1fe-b157efb55caa",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "living",
                                                                "application-menu",
                                                                ":id"
                                                            ],
                                                            "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  \"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": "8d88cc60-f7c0-423a-aea7-98472cf159ac",
                                    "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": "XKLC2B7IxvInoBqNGL1cMEoPKT8QhSmTPUWZv%Z3qCFp0JjOmFmZdMI9dXwserPzJC30uNrkqFCUFTDX2khUbKU0C4juP%KCwMYPJVDOkZx%szVCbmcLyb5WgVmuHf"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "dc82415b-c9bf-43eb-b7aa-5b1e40e581f5",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "f182d5f8-b5b7-467d-b298-99d19c4af390",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "d0661d3c-ed35-4550-8b87-7d6949a1a48d",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "34340e72-7a41-418d-acac-3ec334ed1e85",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "d4f0f0b0-28a6-4b18-a04c-7da9f4fbac01",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "bf10648c-d2e2-4ef1-81e4-1c6f0a115f23",
                                    "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": "62844eb1-c8f2-4e19-93e8-2bde3272571f",
                                            "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": "d5221fb5-dfc6-4f32-9e3c-4ed5c998d1bb",
                                            "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": "24ddec32-5c07-4270-af88-84db0c3f2a0e",
                                            "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": "31a7bb09-e85f-42c5-b13d-2614a2ca2266",
                                            "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": "d05f1c04-dd26-48f1-a2cb-ee7302d36f87",
                                            "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": "64bcd43f-d6e1-4a89-8e15-323db8bf5fd0",
                                            "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                            "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": "27c3683d-a19f-49e6-b53b-b3bb85be454b",
                                                    "name": "Success ",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "living",
                                                                "application-page",
                                                                ":id"
                                                            ],
                                                            "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  \"token\": \"<string>\",\n  \"applicationId\": \"<string>\",\n  \"pageId\": \"<string>\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "a93c41ab-a244-44ac-bad0-48390a3ba9d0",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "living",
                                                                "application-page",
                                                                ":id"
                                                            ],
                                                            "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": "df88604a-9827-4e91-a036-c26ccd8881af",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "living",
                                                                "application-page",
                                                                ":id"
                                                            ],
                                                            "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": "0bb33a3d-ce53-4900-872b-06e37d8355d1",
                                                    "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": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "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": "9a1024af-d746-4497-84ed-f4892df5a7da",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "living",
                                                                "application-page",
                                                                ":id"
                                                            ],
                                                            "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": "b7a9ac2a-e308-4aff-84bc-7a8521ea295e",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "living",
                                                                "application-page",
                                                                ":id"
                                                            ],
                                                            "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": "6603d709-aa2e-40bc-9292-f6fdcfc49085",
                                            "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                            "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": "54000a0b-7f75-48f3-ac25-548f987abf87",
                                                    "name": "OK",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "living",
                                                                "application-page",
                                                                ":id"
                                                            ],
                                                            "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": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "6aba2bab-8727-49bc-9ab2-f53324afb648",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "living",
                                                                "application-page",
                                                                ":id"
                                                            ],
                                                            "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": "e42d8e4b-2a0f-4a35-ac08-379f0486b2bb",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "living",
                                                                "application-page",
                                                                ":id"
                                                            ],
                                                            "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": "554caa6e-5625-4502-a990-3fdb49bbd286",
                                                    "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": []
                                                        },
                                                        "header": [
                                                            {
                                                                "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": "95de093e-f261-485a-b0b1-b3d3d9fd1ca0",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "living",
                                                                "application-page",
                                                                ":id"
                                                            ],
                                                            "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": "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": "a60d43a9-6a45-437b-b306-c995598c1490",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "living",
                                                                "application-page",
                                                                ":id"
                                                            ],
                                                            "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": "bdm",
                    "description": "",
                    "item": [
                        {
                            "name": "businessData",
                            "description": "",
                            "item": [
                                {
                                    "name": "{businessDataType}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "d4842562-eeaf-49f9-92bd-f5b28b7bd9b3",
                                            "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) index of the page to display",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "p",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) maximum number of elements to retrieve",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "c",
                                                            "value": "20"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "XKLC2B7IxvInoBqNGL1cMEoPKT8QhSmTPUWZv%Z3qCFp0JjOmFmZdMI9dXwserPzJC30uNrkqFCUFTDX2khUbKU0C4juP%KCwMYPJVDOkZx%szVCbmcLyb5WgVmuHf"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "f",
                                                            "value": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        }
                                                    ],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                            "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": "37f32cc8-53fc-42ad-afa4-4870b9ab8231",
                                                    "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) index of the page to display",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "p",
                                                                    "value": "0"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) maximum number of elements to retrieve",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "c",
                                                                    "value": "20"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "f",
                                                                    "value": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "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": "fe5eef6d-f3d3-49c9-8f1f-b3caaf10d524",
                                                    "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) index of the page to display",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "p",
                                                                    "value": "0"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) maximum number of elements to retrieve",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "c",
                                                                    "value": "20"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "f",
                                                                    "value": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "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": "3d52a6d4-44f2-4d3d-837f-90441ce169ef",
                                                    "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) index of the page to display",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "p",
                                                                    "value": "0"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) maximum number of elements to retrieve",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "c",
                                                                    "value": "20"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "f",
                                                                    "value": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "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": "651b951e-aee2-401a-815c-ab64e792e309",
                                                    "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) index of the page to display",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "p",
                                                                    "value": "0"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) maximum number of elements to retrieve",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "c",
                                                                    "value": "20"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "f",
                                                                    "value": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "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": "4b519679-3eff-4c78-884b-066b07c4be6b",
                                                    "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) index of the page to display",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "p",
                                                                    "value": "0"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) maximum number of elements to retrieve",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "c",
                                                                    "value": "20"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "f",
                                                                    "value": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "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": "d42167db-98e2-4a26-a3bf-c3578dda13e7",
                                                    "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) index of the page to display",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "p",
                                                                    "value": "0"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) maximum number of elements to retrieve",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "c",
                                                                    "value": "20"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "f",
                                                                    "value": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "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": "78691ade-7d5e-44be-9032-1a6c6bf0db04",
                                            "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                            "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": "99421ee4-73b7-4565-9787-b72d72d8508b",
                                                    "name": "Success",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bdm",
                                                                "businessData",
                                                                ":businessDataType"
                                                            ],
                                                            "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": "{}",
                                                            "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": "2052a0a0-25db-4eb0-8d14-f69ba8ce0643",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bdm",
                                                                "businessData",
                                                                ":businessDataType"
                                                            ],
                                                            "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": "{}",
                                                            "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": "54186681-5043-4a28-84c2-66ddcaf9ca35",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bdm",
                                                                "businessData",
                                                                ":businessDataType"
                                                            ],
                                                            "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": "{}",
                                                            "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": "315c2d69-6e20-49cf-8fc6-14033c324f87",
                                                    "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": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "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": "547f75d8-7f9e-440c-9126-9e78d209dc72",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bdm",
                                                                "businessData",
                                                                ":businessDataType"
                                                            ],
                                                            "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": "{}",
                                                            "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": "d489d38b-7dcc-4a61-ae96-a6c205efe9d1",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bdm",
                                                                "businessData",
                                                                ":businessDataType"
                                                            ],
                                                            "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": "{}",
                                                            "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": "86158134-f8f9-42c3-a959-58fbd688dacc",
                                                    "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                                    "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": "18c5e8d0-c43d-41ed-a2b9-b347b9cfa8ac",
                                                            "name": "Success",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bdm",
                                                                        "businessData",
                                                                        ":businessDataType",
                                                                        "import"
                                                                    ],
                                                                    "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": "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": "60cfcdf0-58a5-474b-b8bf-ade80234a55c",
                                                            "name": "Bad request.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bdm",
                                                                        "businessData",
                                                                        ":businessDataType",
                                                                        "import"
                                                                    ],
                                                                    "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": "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": "3185bf1c-d29f-4508-bf92-bd6a0da3f1da",
                                                            "name": "Authorization information is missing or invalid.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bdm",
                                                                        "businessData",
                                                                        ":businessDataType",
                                                                        "import"
                                                                    ],
                                                                    "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": "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": "7039d6aa-d2b9-48db-964f-15c86f7f0a6c",
                                                            "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": []
                                                                },
                                                                "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": "776e3041-4850-4ff1-84e7-7630f192b17d",
                                                            "name": "The resource for the specified ID was not found.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bdm",
                                                                        "businessData",
                                                                        ":businessDataType",
                                                                        "import"
                                                                    ],
                                                                    "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": "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": "5a5894e7-1e11-4853-a268-91dc888e3965",
                                                            "name": "Unexpected error.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bdm",
                                                                        "businessData",
                                                                        ":businessDataType",
                                                                        "import"
                                                                    ],
                                                                    "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": "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": "dcad2e4b-3e7e-4e35-af5b-925a74dfe5eb",
                                                    "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy"
                                                                }
                                                            ],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                                    "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": "948be65f-068a-41c6-abd9-d5fb5ed09062",
                                                            "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy"
                                                                        }
                                                                    ],
                                                                    "variable": []
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "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": "bb065d10-2778-45c2-9e1e-ab4bc1ab01e6",
                                                            "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy"
                                                                        }
                                                                    ],
                                                                    "variable": []
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "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": "b325efd2-a89a-4ed4-810f-3913064e071c",
                                                            "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy"
                                                                        }
                                                                    ],
                                                                    "variable": []
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "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": "3f4c6e1e-f612-4d08-979f-204f5a6c6c00",
                                                            "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy"
                                                                        }
                                                                    ],
                                                                    "variable": []
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "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": "68f247c8-5bc7-4ca4-a1cf-e9d74febbdc3",
                                                            "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy"
                                                                        }
                                                                    ],
                                                                    "variable": []
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "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": "5f863a28-3c4a-47a4-adab-2331e9634053",
                                                    "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                                    "key": "businessDataType",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Business Data Type",
                                                                        "type": "text/plain"
                                                                    }
                                                                },
                                                                {
                                                                    "type": "any",
                                                                    "value": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                                    "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": "b058ae34-f5b9-4295-a1cf-82b8b3d15441",
                                                            "name": "Success ",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bdm",
                                                                        "businessData",
                                                                        ":businessDataType",
                                                                        ":persistenceId"
                                                                    ],
                                                                    "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  \"persistenceId_string\": \"<string>\",\n  \"persistenceVersion_string\": \"<string>\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "0e4b78fc-8a9d-4333-8f38-483a14d612d1",
                                                            "name": "Bad request.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bdm",
                                                                        "businessData",
                                                                        ":businessDataType",
                                                                        ":persistenceId"
                                                                    ],
                                                                    "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": "7538210e-816e-475a-a852-f6f50e38a772",
                                                            "name": "Authorization information is missing or invalid.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bdm",
                                                                        "businessData",
                                                                        ":businessDataType",
                                                                        ":persistenceId"
                                                                    ],
                                                                    "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": "c0830535-ea1e-4ba6-995d-2269e6ecbfbe",
                                                            "name": "The resource for the specified ID was not found.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bdm",
                                                                        "businessData",
                                                                        ":businessDataType",
                                                                        ":persistenceId"
                                                                    ],
                                                                    "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": "0fc88575-d59d-42d3-9658-f07c80d413bf",
                                                            "name": "Unexpected error.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bdm",
                                                                        "businessData",
                                                                        ":businessDataType",
                                                                        ":persistenceId"
                                                                    ],
                                                                    "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": "56adf60b-ce73-416c-b235-87c723ee0d73",
                                                    "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": "HGDLJCBMMIKJLEKDMAGADMFGLLCF",
                                                                    "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": "9def7bed-7763-4009-9bf2-20206819b503",
                                                            "name": "Success",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bdm",
                                                                        "businessData",
                                                                        ":businessDataType",
                                                                        ":persistenceId"
                                                                    ],
                                                                    "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": "{}",
                                                                    "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": "14c17e58-d681-413e-b75f-c11f468550e5",
                                                            "name": "Bad request.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bdm",
                                                                        "businessData",
                                                                        ":businessDataType",
                                                                        ":persistenceId"
                                                                    ],
                                                                    "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": "{}",
                                                                    "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": "8ce4c2ad-0111-4312-a4a6-82d601b5dc93",
                                                            "name": "Authorization information is missing or invalid.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bdm",
                                                                        "businessData",
                                                                        ":businessDataType",
                                                                        ":persistenceId"
                                                                    ],
                                                                    "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": "{}",
                                                                    "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": "9f360f3a-39b5-4f84-b56c-ca1ad221e24c",
                                                            "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": []
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "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": "7a9e015c-3a3f-4468-918e-794313b55c62",
                                                            "name": "The resource for the specified ID was not found.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bdm",
                                                                        "businessData",
                                                                        ":businessDataType",
                                                                        ":persistenceId"
                                                                    ],
                                                                    "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": "{}",
                                                                    "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": "4e13b052-a0bf-48bd-8a62-d2728940a7e4",
                                                            "name": "Unexpected error.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bdm",
                                                                        "businessData",
                                                                        ":businessDataType",
                                                                        ":persistenceId"
                                                                    ],
                                                                    "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": "{}",
                                                                    "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": "247d12bc-eb60-40d1-a965-7302be49f322",
                                                    "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                                    "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": "c91c0fa4-d995-419d-af45-64e4c6bed968",
                                                            "name": "The Business Data was successfully deleted",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bdm",
                                                                        "businessData",
                                                                        ":businessDataType",
                                                                        ":persistenceId"
                                                                    ],
                                                                    "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": "b51ead37-da06-4d1e-8a3a-b0d45ea03c42",
                                                            "name": "Bad request.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bdm",
                                                                        "businessData",
                                                                        ":businessDataType",
                                                                        ":persistenceId"
                                                                    ],
                                                                    "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": "d0a3c120-4d2d-49e6-81f9-f9bce89b7538",
                                                            "name": "Authorization information is missing or invalid.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bdm",
                                                                        "businessData",
                                                                        ":businessDataType",
                                                                        ":persistenceId"
                                                                    ],
                                                                    "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": "736241c6-c2e5-46e3-9aaf-f8eaee1ec1cf",
                                                            "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": []
                                                                },
                                                                "header": [
                                                                    {
                                                                        "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": "8e2e147a-ed3b-49c8-a986-66a51f1fa60b",
                                                            "name": "The resource for the specified ID was not found.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bdm",
                                                                        "businessData",
                                                                        ":businessDataType",
                                                                        ":persistenceId"
                                                                    ],
                                                                    "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": "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": "dd75befa-5af7-45de-bc66-dbdc628bcbe5",
                                                            "name": "Unexpected error.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bdm",
                                                                        "businessData",
                                                                        ":businessDataType",
                                                                        ":persistenceId"
                                                                    ],
                                                                    "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": "{attributeName}",
                                                    "description": "",
                                                    "item": [
                                                        {
                                                            "id": "c7792e6f-76b5-4f1b-94c7-70a3ecacaf87",
                                                            "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                                            "key": "businessDataType",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Business Data Type",
                                                                                "type": "text/plain"
                                                                            }
                                                                        },
                                                                        {
                                                                            "type": "any",
                                                                            "value": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                                            "key": "persistenceId",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Business data ID",
                                                                                "type": "text/plain"
                                                                            }
                                                                        },
                                                                        {
                                                                            "type": "any",
                                                                            "value": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                                            "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": "79e51baa-f205-4682-99a4-c0e3db9c592f",
                                                                    "name": "Success ",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "API",
                                                                                "bdm",
                                                                                "businessData",
                                                                                ":businessDataType",
                                                                                ":persistenceId",
                                                                                ":attributeName"
                                                                            ],
                                                                            "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  \"persistenceId_string\": \"<string>\",\n  \"persistenceVersion_string\": \"<string>\"\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                },
                                                                {
                                                                    "id": "9df6a154-36c5-488d-b484-ecc4571c6201",
                                                                    "name": "Bad request.",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "API",
                                                                                "bdm",
                                                                                "businessData",
                                                                                ":businessDataType",
                                                                                ":persistenceId",
                                                                                ":attributeName"
                                                                            ],
                                                                            "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": "99e0d3c5-438a-4516-99ac-86e63e2360bd",
                                                                    "name": "Authorization information is missing or invalid.",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "API",
                                                                                "bdm",
                                                                                "businessData",
                                                                                ":businessDataType",
                                                                                ":persistenceId",
                                                                                ":attributeName"
                                                                            ],
                                                                            "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": "a328461c-5e63-40da-bf69-8789ce5cfb42",
                                                                    "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": []
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Accept",
                                                                                "value": "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": "a31162df-00ff-4b71-b94a-c510227a2a30",
                                                                    "name": "The resource for the specified ID was not found.",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "API",
                                                                                "bdm",
                                                                                "businessData",
                                                                                ":businessDataType",
                                                                                ":persistenceId",
                                                                                ":attributeName"
                                                                            ],
                                                                            "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": "448c9833-06c4-4eeb-b121-019733197914",
                                                                    "name": "Unexpected error.",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "API",
                                                                                "bdm",
                                                                                "businessData",
                                                                                ":businessDataType",
                                                                                ":persistenceId",
                                                                                ":attributeName"
                                                                            ],
                                                                            "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": "accessControl",
                    "description": "",
                    "item": [
                        {
                            "name": "bdm",
                            "description": "",
                            "item": [
                                {
                                    "id": "9fd971a2-cc97-4943-a363-1e8269f3e5d8",
                                    "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": "f770824d-39d5-4ad6-974f-918991b7ac27",
                                            "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\": \"INSTALLING\",\n  \"lastUpdatedBy\": \"<string>\",\n  \"lastUpdateDate\": \"<string>\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "1926bd4c-f755-4fe2-9ca6-7b4e9f2b2276",
                                            "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": "ac1eb37b-4c14-4a3d-9c1e-2ce8dc2d029c",
                                            "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": "cc44329f-645f-4281-b869-948ed5cf6cf3",
                                            "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": "de5d248f-7188-4c7c-8804-5186d40a7c20",
                                            "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": "4e7a00d2-cc0f-4c8c-a306-401e886b548a",
                                    "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": "ea10f421-1bfa-479c-9884-59342a71d4ea",
                                            "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": "c9947110-757e-491d-a9e2-9aea73d84f11",
                                            "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": "71d13d73-c0a4-448c-8bd2-7679a02a70a7",
                                            "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": "2bd5d29e-a43b-4463-876a-ee12cf18eae1",
                                            "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": "095069e2-d061-4220-a475-8e9317c5b384",
                                            "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": "bpm",
                    "description": "",
                    "item": [
                        {
                            "name": "activity",
                            "description": "",
                            "item": [
                                {
                                    "id": "9505090d-db03-4cb2-80df-8b687b6241ee",
                                    "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": "XKLC2B7IxvInoBqNGL1cMEoPKT8QhSmTPUWZv%Z3qCFp0JjOmFmZdMI9dXwserPzJC30uNrkqFCUFTDX2khUbKU0C4juP%KCwMYPJVDOkZx%szVCbmcLyb5WgVmuHf"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "3df657a9-3df3-4e21-be3d-3d563fc42ad6",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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\": \"WvKokgF7oXQB4xD8TBhM99H8iUE7Qkswym3ZrAYBn61ijlKBs6uN0yEvw8Xs1UOlX2vB6s2UwRZt.-evd.CEDtHvhZ8DdZVo9y8O8oMuGf9LmyzO4K42Ql3iw5mnSzEYt7YCOK6vgvMLxNr_o\",\n    \"type\": \"AUTOMATIC_TASK\",\n    \"name\": \"<string>\",\n    \"displayName\": \"<string>\",\n    \"description\": \"<string>\",\n    \"displayDescription\": \"<string>\",\n    \"state\": \"waiting\",\n    \"reached_state_date\": \"<string>\",\n    \"last_update_date\": \"<string>\",\n    \"dueDate\": \"<string>\",\n    \"priority\": \"lowest\",\n    \"processId\": \"p.AsCD18RCt7xuCiwI2UsAIJwLhdcR0LjPy3Y_P37mG_i5Qyq7CyYClJd20ctPTsCkze9MG\",\n    \"parentCaseId\": \"3RUSLZvuqmIO6K8R_Omz84rNDL3V.Kct-WgLHOu6bvEtfOxzyS3SKuF.IYRtmNOeEHDV2kLD.26E4I2lqvjixu-CSi-h6bf3R_hcmM-j2gdugLcLprNOHX68NU-vVYwBOOg4NZ55fubkabbr_l_.pzc-dEoQhLtjUrw9dxjmIxgpT4UBRFQA\",\n    \"rootCaseId\": \"9RLxAO2jUfHV40B.5TYHI5ZHDxGiSYGZo4IBDHiIi-0Od.TvQTFsz7p7H4bNVM.9juD\",\n    \"rootContainerId\": \"hXHqpxkJYoKugZy0pvx9CUYj31A7.N_Ua0KqzDSK50JkevsOpef13ITNTGwszWy2SGWxvIzpl3Qzl_F1EP70ZAlmr4.6RBfxl6vyVUeRu03.z80wV9BbKp\",\n    \"executedBy\": \"d3EKH5yapbqDencR2TwGz3oLKtssueFcNkp96se_RIM8CK.OGOI2swmN.0wvvOM62BrDnOQz9Ee.LO_7vnsw4XOmqU4Z7UnCkzh_FJ11iUiL5jTCMv1IvPVXY7njLbCkjTNuL0sLeTrXHBw4QsBwoaJkRC.RggOcy5QtA7ZnRrAEoAL6QPZpy-v43BeiHlKXrpeb9RpZV6xs-ZHdFSfpawc_uK76RPOSI1huDB5\",\n    \"executedBySubstitute\": \"<string>\",\n    \"actorId\": \"-w-_MTkq16M5yez8yqXKYiQwqs0uKjEnHC1wWGs3xMTDv55nPR0nbgfxrwp_kgMU2-BudTmoUJwF\",\n    \"assigned_id\": \"nDzffA-k3MPruzuWuj_OuUxbke_n7OjxMYcaxHoP.hRe045baNgPELLfO4PUjiq4yXYd6Gw9RfofVMc9h5qODO2VS3t7DZGzsb6El4MpllHX5UidsErOseMQikpZjUpubXjpnvFuRtA7CRCi-WvJR0lKX-pWOh.0j3D8QYOvAs_\",\n    \"assigned_date\": \"8379-65-01 127888:7:31932846638.77139\"\n  },\n  {\n    \"id\": \"15p43EPsW3CM4MGaTAImq93LBB2Egj_G8XKQ.6IfrEsq59czSc-PeM._g5vjobCrxEAeFadcwcrb2oQvwzCrJGNwh5O71H5aote2TbgMvc_B5rWAww2.37HHSh1Yb.B2SpUgfrtvG8binQwZI-G1kUGcwDtlhp3yFZXDpFMnqXSygEiJNlA1Z8SX4zm1-Fa.FqJRH9EoTE78YmgL3bCqoh.qnZBJHPA9226YPSn8rivvP6Scxi\",\n    \"type\": \"MULTI_INSTANCE_ACTIVITY\",\n    \"name\": \"<string>\",\n    \"displayName\": \"<string>\",\n    \"description\": \"<string>\",\n    \"displayDescription\": \"<string>\",\n    \"state\": \"completed\",\n    \"reached_state_date\": \"<string>\",\n    \"last_update_date\": \"<string>\",\n    \"dueDate\": \"<string>\",\n    \"priority\": \"normal\",\n    \"processId\": \"v.Gtg6HBf7XzY412i4jwBNZYV.-NvFGNRua2dR9qKJb4mqs.0F22f7cP1-9lehJcB9F-Uromw862egaFAvYi6ECE4eXSvPnqVXO_oNN1wOIOJrhCmSBr6iUW0204Z3InGhgQar2lpkZL6qR-lfGayzUAlElAdJbp-gAEBS9NdjIrx8EK-GPkb-Y9H69vI7RrTz4N3FPl.ykYr3JTI2R33w0Xw-cSzQ\",\n    \"parentCaseId\": \"cmM_NJPqmGcvqJ9gTSF7OU9m7l3gpRiGWc_peMH_h4hAsFq4UjqTi\",\n    \"rootCaseId\": \"GVAdQz-06Zi65ro3AS-_jC97M3njLLrrv5WQbAt7bc1s8VGcsQim6HeWJaFQL64ciTMqqTwA0inZUYTvZHXeA9iS2lkXOL2_Ajm_Kmd\",\n    \"rootContainerId\": \"kPiaKv0gl58s0Ymf3ugOaf_0Y0kKDPC2SfbS1pE0h9tB4Q4JdLoFo4_bBopm0927itJEPWMfmerdSUpfbZTaK4OPI7XxcHRSFp2o.tJ_CXZDbEbndT3pWVquVuiznH7oUZEkXVlUQt81c9HLMUueD8K6XOrNDa34rmsiHOdUHDf9VyAmLdY3OJ4IT9apVk.Umb01ujyul0yWWSKTYvomk9OVtdG1LMbNqg\",\n    \"executedBy\": \"2SRCWbdiRWfaxtrBF8EgqYXoT5c4O3kYTJQa5E78kV61xMOvjrPtJKrUqJ_Zugx6gV7QZHH4Fx2ynaNScoZZjl7RxucDtz6Kcf._xOMT-uzfAJQLXPj7Rvx43nh-baK_AZWENhVNMfsALZ-Q0rieIQYAEn2GpxMeHaUk1TrbrrLw7kJxCLFKOnx0_lObYy_prK\",\n    \"executedBySubstitute\": \"<string>\",\n    \"actorId\": \"-VO3y5ZnIvxHQCX50ivfXBusVgW3xCm8LyKMbXTmcTknTqdrxiWSlKr0Yni8V9rU-3r9FdlIQaK2FbXXEUKdpZKal7X0\",\n    \"assigned_id\": \"ZhkkhrXH0d-a4p0yY2ikWEUEunnFu3PfU90k22FKsuLO9zn8GMJh1O7HtYp9_tSN3cyNHMSD6YXRE__fpMWsJ0gTTUhjHMNH5PSac8jzK52Gv6nHybraBLpiEtUtFFneXMe5xp2V9MwZbwGlwiMkUyYEzmBzy_RCSXMLgF5FmLSauGv\",\n    \"assigned_date\": \"8031-79-78 260:79860629:4.313466\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "abf8b1a0-85fb-45c3-866d-3d79b1faa53d",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "25af3d5d-ccad-47f0-8e1c-e2da0db6c15f",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "f92373a1-1bd2-418f-be34-97bf5ac033df",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "ecf2ad1d-deed-4af8-b6b2-d6c31a3478a3",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "512c51d5-7483-4714-8861-4c13ed6a5d26",
                                            "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                            "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": "7f753692-e71c-496d-99e4-c2c6ad429c32",
                                                    "name": "Success ",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "activity",
                                                                ":id"
                                                            ],
                                                            "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\": \"Oxw78vhO6dzW11--ur\",\n  \"type\": \"USER_TASK\",\n  \"name\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"description\": \"<string>\",\n  \"displayDescription\": \"<string>\",\n  \"state\": \"waiting\",\n  \"reached_state_date\": \"<string>\",\n  \"last_update_date\": \"<string>\",\n  \"dueDate\": \"<string>\",\n  \"priority\": \"highest\",\n  \"processId\": \"48fBkd6DEGgW2hOJffmjlnA7TtCW6wj9IB41SiAFBp2pEStVC_QFQtHHF2K0bIgOqe0lcza-LJb0bgW.nufRyyl-ZRp9C9XjxI1f9.WmD5l3nmzP0rUu30pYcx3KlgwpF38A_M.E.2l5BdWi\",\n  \"parentCaseId\": \"EZVYvTOdGiUnpeA9T9YcI.jHigdLRqEzcfmvzOLjn6SwON0KhFl5OOSgxfBbFb98MOImm3FGk9BeSxV-6Sd1WziYxqbfUpkK6-ucjDK6sEqtTAkSJM0A2B-_q4G4fuAgZIQPKok7htSgLDKdS_xlsQBt65mOKumfz-qU21bL8sfuS3haH_FjJ\",\n  \"rootCaseId\": \"Qd_jrErxtBJiWEn3DIZaSeHdZE7vW0.ad9-FFGW2ONHige3UIbRPgRbcmOZVbocsXSET-ExuKGiCzZPs3DWlgHmHz4SPPUitt1sne7W0UTFIObGzqIVz0ZdjaWzTBW\",\n  \"rootContainerId\": \"yWD_aGivg._AJimjDDrdJnQR_47lHbXu_6i452cY8OumYNHHhG0-em2Lr8.cfbdbI9wtaFgDWLsgVix.SkmvaZhKclMRQRXW6gdnzqFzmiizEKdZORXR2oigrjDvbNgA63vmbEnmjTpoltR57EX0SM8zUuurZAZfsRmfSVpgesoYzkSeQ00.a-mjUgNenoddABJC4O\",\n  \"executedBy\": \"y8rZhLsqNYT1wk-jjPB.z3wOoa69APgbpP7uaMp226o8LqxkOVtf5jbqD0aY9VJqe9fYuVRa-I4vRoGNnbHVZwv9wAwbvEeDE8iiJyXBgud.jDzJPARmPvtBccQdYdG8ItlT1r-.7r1-uzXn_cUPw4US1fLtWTI\",\n  \"executedBySubstitute\": \"<string>\",\n  \"actorId\": \"dXVzvr1hEtodshFCO5DE5G9Ti5ZE5ce2klAuf9K1.O5S-b1yRSEhZE636qg2q2Mh87mXf3qeAvcrqEPpzDjx9oI.VXtELwy.V7EifQqBuB3DqDTGDi6dlMh1e7dGUaitbBKtg.4i6JAabIm0_7knwkvjJSI9z6UtvXrLEi_LjoX613jdV._4P43I9t\",\n  \"assigned_id\": \"akl79r6jlr8c0YcwQ9HP4cx2.mDjLh6xx7im2Y5TDxGGkQN28aJT38j90JcCRO1QqqdbiCEQYR5RZnQ699RF\",\n  \"assigned_date\": \"7900-06-21 62602773883:13644289482:9478.80\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "00322d33-ae4d-4f3d-9609-52ed9ce6a6fd",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "activity",
                                                                ":id"
                                                            ],
                                                            "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": "ac6c418c-2bda-46ea-b0fe-8135da008946",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "activity",
                                                                ":id"
                                                            ],
                                                            "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": "36d3a86c-a3f9-4fad-8a31-edae31bbf010",
                                                    "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": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "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": "cfb65a55-e045-4695-b72e-c02634753792",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "activity",
                                                                ":id"
                                                            ],
                                                            "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": "939eab4d-3bf0-427e-a809-17e06ef508d8",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "activity",
                                                                ":id"
                                                            ],
                                                            "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": "3864c0ec-02cc-48cd-b6d3-6f4364396216",
                                            "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                            "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": "f8ab5d38-21fc-4126-8b8c-e4fb0178d1cd",
                                                    "name": "OK",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "activity",
                                                                ":id"
                                                            ],
                                                            "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  \"variables\": \"<string>\",\n  \"state\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "7acec108-a7cd-4bb3-8b7f-e71febb11dce",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "activity",
                                                                ":id"
                                                            ],
                                                            "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  \"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": "9df422ff-6959-4961-bfb3-1ad1c6a7a416",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "activity",
                                                                ":id"
                                                            ],
                                                            "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  \"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": "fe8c0693-ce54-431e-a760-6f5d4ba69431",
                                                    "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": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "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": "574cba88-0838-43f4-9654-22aa5827d018",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "activity",
                                                                ":id"
                                                            ],
                                                            "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  \"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": "c9efc61e-8447-4a70-9023-731182eea2d9",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "activity",
                                                                ":id"
                                                            ],
                                                            "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  \"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": "27afdc3c-0c7f-47f8-959d-b1fedf8bbd20",
                                    "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": "XKLC2B7IxvInoBqNGL1cMEoPKT8QhSmTPUWZv%Z3qCFp0JjOmFmZdMI9dXwserPzJC30uNrkqFCUFTDX2khUbKU0C4juP%KCwMYPJVDOkZx%szVCbmcLyb5WgVmuHf"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "33a0e57b-3acd-4e98-b27b-4181ac43cd19",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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\": \"MANUAL_TASK\",\n    \"name\": \"<string>\",\n    \"displayName\": \"<string>\",\n    \"description\": \"<string>\",\n    \"displayDescription\": \"<string>\",\n    \"state\": \"completing\",\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  },\n  {\n    \"id\": \"<string>\",\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\": \"above_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": "a3b3b03e-d251-4cce-ad99-9084c0a793b0",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "80e02e6a-b9a6-46f5-9735-cbfd1a709e1f",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "894992a5-34bf-4613-a880-3c9f118d6e74",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "6fb085ea-2066-41ee-8e03-f5f7b2facec6",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "834977b0-cefc-4912-b7a3-f7c01d1fa2ad",
                                            "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                            "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": "7b0321eb-faa4-4ed0-833a-0032312e4bf8",
                                                    "name": "Success ",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedActivity",
                                                                ":id"
                                                            ],
                                                            "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  \"type\": \"USER_TASK\",\n  \"name\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"description\": \"<string>\",\n  \"displayDescription\": \"<string>\",\n  \"state\": \"executing\",\n  \"reached_state_date\": \"<string>\",\n  \"last_update_date\": \"<string>\",\n  \"dueDate\": \"<string>\",\n  \"priority\": \"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}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "d56b62a0-974d-43a8-bf4c-0996176c1f56",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedActivity",
                                                                ":id"
                                                            ],
                                                            "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": "08a1440e-576e-4137-8b84-071599637434",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedActivity",
                                                                ":id"
                                                            ],
                                                            "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": "7e4a35b7-e7c1-45f3-90df-1b810077771d",
                                                    "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": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "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": "06b2e756-3db1-434c-b689-69aee69a9410",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedActivity",
                                                                ":id"
                                                            ],
                                                            "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": "2309f19c-ab23-4829-a330-547453a82a4b",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedActivity",
                                                                ":id"
                                                            ],
                                                            "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": "humanTask",
                            "description": "",
                            "item": [
                                {
                                    "id": "9bd546cc-9da3-43bb-80fc-c6571de1f52c",
                                    "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": "XKLC2B7IxvInoBqNGL1cMEoPKT8QhSmTPUWZv%Z3qCFp0JjOmFmZdMI9dXwserPzJC30uNrkqFCUFTDX2khUbKU0C4juP%KCwMYPJVDOkZx%szVCbmcLyb5WgVmuHf"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "200dab1e-1ba0-4494-a662-031428d4f934",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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\": \"-gX5KzELU0JW2.Ew0i-Hx7S\",\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\": \"4409-10-04 04:12:38\",\n    \"last_update_date\": \"5159-01-04 02:36:56\",\n    \"dueDate\": \"5430-04-25 14:54:32\",\n    \"priority\": \"<string>\",\n    \"processId\": \"e1N_npQl0I4CUmaO_MYcR3iuuOa_GsQEHEuoefCHOwZkpB.ZCkDz3VO6ThizR0BpzT8WC3qT9CJMe5wDywADw8GbNENhfHIStqkLOW._pp39541_x53fNzvl9SP5Lrl9BLLCnlgqtEQui49vyWlxozh7XgV8u9gyLDQbfqUj8Rre0LeQMNw9Jdga1KdZFS6\",\n    \"parentCaseId\": \"K37O50-m1ZM_pZPwIi55y0ILSgEe3diTHN3k_CAdK8ILLe9Pfu_-26OAo3Xxn3sFkpgfpaEO8g.jJeAB79ryk5_VHt50CmT-Qu4nUvACJtvJRJbywcOgv0u9S5LQMXDqzVmfI\",\n    \"parentTaskId\": \"eBBIyxK7QYAADHY75u2PWzaWqLeM-_OO.F-1XfXLT1shvn_qw5XgA4bjQMJEeGpPxAJ3egxYmJPWloCfQvg3L6dKTvMAqnpwPI.-BQWI.5LRJ3MoDmKVQgcNHwN9-i7fOZ2lcjDXLVP6MW2HPaQYC770-_yfTXaT2weOyTRxuyLskwyBhAXhnUHAmAp1.UUotIZTa99wZM\",\n    \"rootCaseId\": \"deKhKa2euChbWj4NE8PKSMycQ9g\",\n    \"rootContainerId\": \"-VMzUURSCi5u-SiFsHUgPlEDxa-QWPU4mJMS.NlMN7CRhNj3ABim5\",\n    \"executedBy\": \"Acl7ehXYTvy.jn0.p\",\n    \"executedBySubstitute\": \"<string>\",\n    \"actorId\": \"7GnRK3BjnfiZ89YH3KwPxvZx7HjR_\",\n    \"assigned_id\": \"zUY5jWIwCUiHmPQVAQCn97zH7o.xmfvV2D46OWSxbzUX6ArI9sOpS1F80A71An9Uo1TRd83yC5tAwJMbk0u0QH-BeS8hC-EAHCHZtsfHc-LRZ2kmIoaTew6wFdX3o_HyW\",\n    \"assigned_date\": \"0385-12-08 18:58:08\",\n    \"isTerminal\": \"<boolean>\"\n  },\n  {\n    \"id\": \"O1WL.tP47zM0rLd95In7jT8qSTbVwvch9eIHBJAFA-dHch8zttz4xf0zBnOa9FXo8gDSVYI8zSo0w-FMCtYpPA.SdcGQhMI0afBnBuEJsg0\",\n    \"type\": \"<string>\",\n    \"name\": \"<string>\",\n    \"displayName\": \"<string>\",\n    \"description\": \"<string>\",\n    \"displayDescription\": \"<string>\",\n    \"state\": \"completing\",\n    \"reached_state_date\": \"0846-10-28 22:38:20\",\n    \"last_update_date\": \"9070-06-30 21:29:39\",\n    \"dueDate\": \"5602-10-08 10:00:46\",\n    \"priority\": \"<string>\",\n    \"processId\": \"LQmixpnTQj8JgigyX.sItW-IQcd-k3aVJp8IUsPuwb6o12CUVXYOofo6xF6YLy6X1MlLJ06BKDPJ99u5Ukm.I8NndGDwtptdhM3VKZC506UC5sA-xrYondAAZKbXns5hym9iC1zsuz08bpuBIGf76v87PXh3i_r-KO3CkoT2WPOcdANYs.lLsJSyhovjLb2ZXWf\",\n    \"parentCaseId\": \"bPUMAMCqICnWxIgWgHxxyaGnWCb4uoNom3iWGM4REgYKmLCSJ5Yp4DXcLPkmzPN1kVhLJk1a38CX1LJAwzm0WjoSD5v-Q0ysOAXBm3tljL4hDS5kSymDoE\",\n    \"parentTaskId\": \"N_NrcK1_oSTF1pWRYfWfv8A5CbCXqm-nQLzkvVaUkam3W6rCEpXAwEsXZ3Nz1CRKyFVlW2E8\",\n    \"rootCaseId\": \"1olsWr7P5vZFRXZOk.OvLWWr5tX2Ptwp3oT1SSNYiEyC2c4WmJdT.kdvhQKJi79E5xRy4zoz8_z4c1e9Nz4jc_O_jQgxeqT_2yComg5HMXIOD_jAxvyXYDPiR9qeBS_bVtJaiErtVgcBKnpV74\",\n    \"rootContainerId\": \"G0Gj9xKNHTKe5-18ICBIZPD07LsT_2Wwo4m9u\",\n    \"executedBy\": \"ehXmhmRi0s4BRdKU3tjvAyhUTDPVtf_0KW-MpZaMk8SdMmG8TZULjh7hcr3zYiw-piMbnt_khLGb3_39toNRphxz_rwQm4fbB2lx1fdZwI_nq_IIJxG88ntVFDrI87DnEPiaD09aJEM68MwXUyPklsBz7z-MsREG8WzGbr4dv0d2wicW92Cbk2h8yaxaTnLNAqhvT18aAyRUb7s4Ms7.pgGaoSmiruAXC8pC9sOhHO.i\",\n    \"executedBySubstitute\": \"<string>\",\n    \"actorId\": \"Y4r7RlocvYoNbO6dremxtdbC.4TcIm-OnG5Fyl2BDK5w-rAqhUFqvUVu3NwgR-FWN9cWP0D1Giat1RE.sYHPYC.CYjOD9ef72d7MBReYWxv-DYOmFNn_fBiaKVldsJFU8hxsP2\",\n    \"assigned_id\": \"il_NAyZRdzFnuWb43ZaXyheQ_I8O28B4B9rQ47APEoRLxlmecEF0Gz4BxE8Tw.jHeG3EOu7UpTlKKcjNHqvDSkqwPWh-W0IuK0ldIa1XOxTlfztG3PdbUzUd1ewX1RpdSljMmPQXAs8DeginJNGFez5VBqDjuVBNPsw1TyH6Y41S-jz72NGZmtJHECFp9GiYhoaQWU-m4kpkZ2\",\n    \"assigned_date\": \"2763-04-01 06:05:50\",\n    \"isTerminal\": \"<boolean>\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "95a1569b-12b7-4bfd-bc4e-dcbf0dc0b08a",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "00720dba-2038-488d-bf30-93ac984f3ac0",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "e64efc6d-2a2f-42d0-9d18-95b869fbf699",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "1c6fe366-0b59-4631-b713-8ad4a49de53b",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "9a95fcdf-4d2a-45ca-a127-a35a0cffb30c",
                                            "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                            "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": "427b5b32-1977-4b6b-9abc-f6129124ff66",
                                                    "name": "Success ",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "humanTask",
                                                                ":id"
                                                            ],
                                                            "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\": \"fGO2_5Or0rMLVTM9nFOxoOGXHTz9SV6afjWI\",\n  \"type\": \"<string>\",\n  \"name\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"description\": \"<string>\",\n  \"displayDescription\": \"<string>\",\n  \"state\": \"completing\",\n  \"reached_state_date\": \"3146-12-26 03:46:05\",\n  \"last_update_date\": \"1164-12-07 14:18:29\",\n  \"dueDate\": \"7890-03-21 18:27:55\",\n  \"priority\": \"<string>\",\n  \"processId\": \"bPfhnpCUUnfeyFeJy1.WdBhhn3wzaHSfveCOnmEHkRhKs1ek.Iua.2fq73-6xjidr3spJ6EfEz41mmVgZ7wKgH42G7xKQ72gDPbjX_Ll1YDPC6_l6VN4ttnv2wqDZG6UXcAVQ7_H8DTN9O_RWF1auko5FRZWkWl5uFbyIlVNPj\",\n  \"parentCaseId\": \"38grJpW.HpfqD.wMSpQW2x13WvoGn4fBfUWW62_n96iSxfkXaoL0PH0UAn5FbgyOB7qoe3Exdk8rYzmVfh50LMpQV8J-vnfhiPflKewTvTqAl0bIjdri2Q-TylZ-VFtox.cbKs4C7qJ.zF2XnZ9zgvpGXtYDP7KuX17UDdsHHokDnDPfpyy47jo9yP1xtCh2aKM80px7k53TAFBG_Y9thnqqX-4eP91HsVIG5W.F2qLs71AfTFUcvPsEAb\",\n  \"parentTaskId\": \"X20sPz7UYh20vVmp_p-XEDrPD2EmGaINaJe7lvgHLTUmGjZOQ-i2spO2f-2qvzJz6c9TaDpB.x93_t.Zf4cUemyKZLJAeyFhBXQYfWmgY2NUz8iTYhqVlfO6r\",\n  \"rootCaseId\": \"LeFgMhFQfAYz3up9OBARJ-tXMBuLYa9d4SQ--D0VIsLiNTGzKpYTuozVw4Wt.oyK-El4u46.FZDyjtjnZpGTf8SsY48Tefd59eCyQZV6wYSaM2qS2USv64Wm6W-WAQWQLgJ5iQi_iLh5g-4od5wq75eCPEcVfww0ByeJgbPfOX-ZCgG4mGIKTD0b0lGtcki7qz4J12FB38r1eYgDZ3rMj.MBCs.17CTI1\",\n  \"rootContainerId\": \"9nBN3h.rh7z1tMds1gwhv5-wfuO.RPbVjRAZpcni4-P6Jh.-jkPXUuTF7JP3p8AvF6MaCeeUTtGDJSJrjb7lE.ZFU5-S8RygWUthBGIoiXykmXb5iG5N_1R4ymLpmcywKfg-AKXUocUAkOJR0bU\",\n  \"executedBy\": \"hmMfiBP4UvYR1nrNZ3BBI4NlTK5DEbUMLe2KoxuoYQHvq_Vr3D3KwG.kekhETtbRnfOcmUdRTULGI2bwp6IiPFa0dVmRqeRkiPmDzrzYNHg42nsZpWQV8XVh3-4_ZeljYBSWxVTWIJnJWgz_qOgl_sn6kEs1sSDTT7-00nOHcJ9jMs6aUgFKHUfP8zMK\",\n  \"executedBySubstitute\": \"<string>\",\n  \"actorId\": \"DUulKfkFADjC\",\n  \"assigned_id\": \"N_7W-icopj7Be8lIV5VORqAvznjQ5-s5Ss4ZuXNv.Yver2.7eILJcQyX4pk1ERhbVMJ4EfC-.dn9m8cLL5o64VoBFK31XrYf0xqgSzhPGAAUId0VRg.Zcl41tUVlgxSQNELRkYsJFPd1VJdxoLwbPRXIqOXYWq4jps-7utkunm_FT883fAw9dvufz1R4etzAkA50BcVfH\",\n  \"assigned_date\": \"6736-12-08 23:35:26\",\n  \"isTerminal\": \"<boolean>\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "af478772-b076-402b-bc17-0bcbc5e0f9bf",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "humanTask",
                                                                ":id"
                                                            ],
                                                            "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": "022a0cf4-b4dc-4c6c-a589-7948f72c4674",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "humanTask",
                                                                ":id"
                                                            ],
                                                            "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": "ee465d5f-74b2-46ae-a9e0-ae3f606684da",
                                                    "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": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "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": "bbab21ca-9362-48a9-9df2-26bdc5b8c83d",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "humanTask",
                                                                ":id"
                                                            ],
                                                            "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": "4bda81b3-67ec-402a-abc3-ef10f1051892",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "humanTask",
                                                                ":id"
                                                            ],
                                                            "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": "424581e6-72c7-4762-b30e-89abec74fbe1",
                                            "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                            "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": "f73d2e29-a01a-4c95-8912-300e16d9b8ef",
                                                    "name": "OK",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "humanTask",
                                                                ":id"
                                                            ],
                                                            "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  \"assigned_id\": \"<string>\",\n  \"state\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "527b502b-aa6a-4817-b124-d7c466417129",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "humanTask",
                                                                ":id"
                                                            ],
                                                            "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  \"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": "384d5d60-b041-464b-b616-a8b0c1f01cc3",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "humanTask",
                                                                ":id"
                                                            ],
                                                            "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  \"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": "79852fb8-6527-4034-94bc-404ce0db2aef",
                                                    "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": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "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": "01b97920-a1e1-4c04-ab35-03e611b13d84",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "humanTask",
                                                                ":id"
                                                            ],
                                                            "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  \"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": "75587037-84d7-4214-8c7e-da4a4850fcbb",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "humanTask",
                                                                ":id"
                                                            ],
                                                            "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  \"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": "fd18cb96-8c86-4e34-b0e4-f099b3899920",
                                    "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": "XKLC2B7IxvInoBqNGL1cMEoPKT8QhSmTPUWZv%Z3qCFp0JjOmFmZdMI9dXwserPzJC30uNrkqFCUFTDX2khUbKU0C4juP%KCwMYPJVDOkZx%szVCbmcLyb5WgVmuHf"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "185cf318-a2b8-4984-ba6c-cd5a65c133f8",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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\": \"yHE2QAPeSeJ3h_J1bym\",\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\": \"9808-11-09 20:08:36\",\n    \"last_update_date\": \"3714-08-05 23:26:44\",\n    \"dueDate\": \"6187-03-24 23:12:08\",\n    \"priority\": \"<string>\",\n    \"processId\": \"kN5LGj3GnKH7hfU9MqTiwYTbjWyJipAJULS7HDMMrVaQoiHIKEvzUITA8SVU891yZMYM3bg7WK7qGSlBVFwuA6Kg_nwD_3QxbKE5MsRJm4R5VqgJxI.npiwFoKDHgRFCvx5_4N8jALw6ihOy7xyz69IAJr0bkE1ogKI9Go-nMgv370V-jKSvidBHmVndkR7t8TBNdeTTFG3IGFDcYCTorWc\",\n    \"parentCaseId\": \"KN4UPmjXnPKN1XGddriV.dULg-KtS9o-20Bc40muzmcn9l13JHRuBCaVx-78wg6k6V5tS4d5CyUHybJuO2nRaa8HDLwzWxWelGkiHZZOBmSCRlK_c7v_wqxmXVUUgIAxGfpM-KJoige2w04M2lvx\",\n    \"parentTaskId\": \"n4phtvlc1JTtd7h66thZtuT8RNG_gKOZB09PU4.-Mk_MqnYilG4ti1XN.zd3N0SWWK0E7_eZjrIiUHDKlrh_ndCd6uUhu8eQpyI35p_g-zVju3Di8_ScLs-aLaGVqxxx4E-JT9o3gOWJ4Lapf6IrlmhcxfGv0VYbb7.uMWmlDhKY5p2i9EM0FDZlgS9j-diXdGwyqbMl9ax63tF-NHPpUm3CeBstdL3p2uuZ7sVM5rfDZfuxxLnd\",\n    \"rootCaseId\": \"6TvGC4qY04D1Y.2QiIfTPbUfIfE47JBYvjDGc_GR4NrlyInk3tC1CIixVNTvtb3AGTZ8wC7ax3CKY9EJEVNqTKWwN80HHxScdhhika5in_m-rqSMroTCxOw1Xa__WK_qOr1gZ4H3HTqX0WLN7SRHKH_CxeOcd1Urygcm8rZM\",\n    \"rootContainerId\": \"-yU_6BAAA7pnHh-O.A43FVJRuS9aMQUdiZaa5ceazIdQCFFoPvX-w-L_MxMk2r1kckus25Zu2JKc4GjKgC6N9CXI_bPW1qjXPxp3hTM9DCQk6ihR.D2ESQsT8Rcyj4mghiouw_\",\n    \"executedBy\": \"fMI5JZu7TVeBOazAcpzia7loTE6uV0Z9K\",\n    \"executedBySubstitute\": \"<string>\",\n    \"actorId\": \"9HJC9-MSrdRNqUFPSBPt2rdGvLULl4msTP4WR48WEloLO2kuEewiWLQZbuXbrM7ncK3h24XpSsfakFiXrGr5VnYKcZCqGGma45\",\n    \"assigned_id\": \"gYntFmx0-DwavBzNBAAf35IyBa0LJ_IB746BehAfaFb5P0O-Bs9shiYfP1lA1zDdW0moC.I1RxSr9_11cwMD3VL2spP32yMqqWs0D3_\",\n    \"assigned_date\": \"9102-06-10 18:11:04\",\n    \"isTerminal\": \"<boolean>\"\n  },\n  {\n    \"id\": \"ISWmdRvVkjbgttKxeGJ29DKopXg_awR6wRtK-xahWKHWaF3CKglg3dlqXPVj6_2SatJzBDdzQQeHSoLpdSRpUcZ\",\n    \"type\": \"<string>\",\n    \"name\": \"<string>\",\n    \"displayName\": \"<string>\",\n    \"description\": \"<string>\",\n    \"displayDescription\": \"<string>\",\n    \"state\": \"completing\",\n    \"reached_state_date\": \"5555-11-23 10:48:56\",\n    \"last_update_date\": \"4616-04-03 13:49:51\",\n    \"dueDate\": \"9393-10-31 18:54:52\",\n    \"priority\": \"<string>\",\n    \"processId\": \"fWHc2VxGFa7nTsl_i13cn6aNQr-X_5sIq2yGONI8a6TqPY9V29saZ8DiUGRVXRdrKIEHN6Hy5hXo0jdepqAcobxx3HX5ApSuTsDgt-RS3SIY6Ly8H\",\n    \"parentCaseId\": \"ZvILZDQGN4-QkDvkPYi.8rA7lvwOUZ-yJTjzPt55JD.N-_zC5g-342r74SdKW3JyDWqeH6Ihe5sN8QAjp1MYUr6iEdRdRRj.Vagug_aoVe2oSE9.J43.Z.lB7P-PiRAEe.0Yxou8eMeMNyo6IvHF-UG9faNQw_5AC5uorThr6FCsLJpM_ITP0u10G6gFZy9nBLrMf-M15PUn2dJJclmabQ_eqmKDYzkyJ4ko7GWe59Agl9XjFsN\",\n    \"parentTaskId\": \"7Q-vP6VuPt.HtTU_ROfVDpgZf43m-vCXulza7fSUVQk.Np3MtyGqHJx24LpdDPES2wbVOGqc1dZyUIE8dhPS_0Y-BwNq\",\n    \"rootCaseId\": \"HvZDqPZgIo7XtyBsiwWfzyltAaQ7rnV9f1H4AOV_db7-Mw2e40mGdFPNkrNYRliyk4JSR3ThJPvF8P0xS9AWimJj4CFfJMKOvWVLAkns5-ds1i6HlXNgxqOuuw0q\",\n    \"rootContainerId\": \"vi1Dvh2zeOXLgm_-QPVp7BD-YljzyPgI2dCu7q.-pONw93DHejf8clqg54N8G_Ap7.8BGgCtQfeDIAjmBAZCCwpU5SPbrvLt9iXsAb7i7v9pfNDTauCbUG7X3Lh8zUTF-a.-EIGyxxTjAgRL7KegXcDwjPlzfjpC84wgm-0dZtXorkkoPXYv9ceU.swfnXHsLiEO3qqcF5DqQ7Nwgi.p9hH6vDnqJ8iUXs8CcqT52bT\",\n    \"executedBy\": \"SKZRlZiDGxHPZ9E-vPO_x0D-PQC67RyiV5IaTAV8.NW5wnxp4IKX7iObe06JWbU2qLSAFGW\",\n    \"executedBySubstitute\": \"<string>\",\n    \"actorId\": \"qhEv1_tHWJK19-yO45VNVHd.IbMEr5dHEyyX6iuFnJkcH-oIDYcAX.TxGRfhcu8NOUBu3GGGuN6JjbyEuujxQuW5co5Fg2bTabnVKXrFSILYdnDJC59eZSu7Dco1bld6fb6CKR5zYdkY1X3w6uWYm1kc5JcPt9S-lEBuuzP-mxQM2okT9ZOTCh9q5LMffoFR\",\n    \"assigned_id\": \"NKYmQjFP6pUi5M0Yz1IuNoHzjkYnOmdesY5heRB.VYkk8q5-80UE5IO2buhymKT97IgQW.cNC.V-gbf0ZGUuqQA1OWATxlUubLS56FXgZrO3imVb3PbSsfu5TUF8c0CRfp5ai1vjb5-9VSN-GFPd2meC764l92rcRyOozE4NKJ2WooihZjUaJEAFEUmqIqBIDSpJHxU6fnK\",\n    \"assigned_date\": \"9035-05-30 02:34:33\",\n    \"isTerminal\": \"<boolean>\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "5da8e868-8c41-40b6-8875-bb47737bb3d1",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "045ff089-c381-4a60-a0f9-1889de2dcac1",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "4f7f9dcf-3c76-4e42-9afb-79c0f959a2b5",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "f4b0f9a2-8443-4f1c-88d4-491d614811ad",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "e147ee6a-fecb-467b-8d82-470f1e886a26",
                                    "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": "7a302562-2f4c-4f91-b4ec-df62b0476c81",
                                            "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\": \"kbm050q7ZCIFR7GXhisNRfCGSxwjKuN29ktqDvm2DR3fooixTM76vc1eBei.YwYi6oYr6Evzy4SrAGESue5pFEwowJDx90KuCGHdYcxkd5SsIRieI-UDxuJvT-7BZdtUVJBzeb-COHhVYGcTCE1sR61WZmCZaTs5CDQScEmY-w0.teC6016ptk_PYqqqWyPvQmYA_wgH_1dEKekmFl-9Wbrcw5VKsGYfcpZ0vx.h8xDcea_C4MaonYafUH\",\n  \"type\": \"<string>\",\n  \"name\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"description\": \"<string>\",\n  \"displayDescription\": \"<string>\",\n  \"state\": \"completing activity with boundary\",\n  \"reached_state_date\": \"0174-10-31 12:16:19\",\n  \"last_update_date\": \"0321-12-22 03:30:49\",\n  \"dueDate\": \"4649-02-30 13:49:37\",\n  \"priority\": \"<string>\",\n  \"processId\": \"kcac9Wb0mk3geLRIUkm0ku4h.DbMhb5LJxvxrn5V_j2VMrKt9xeA57WQ1vQ6Y-Pbpv2zWI_ZfJfNKX_4c1NmBlX4zKGRrNVSOUSt_9_1Abx1Wkd1hDTCv2gxRbTir204NvCbFOoMaWqvAXbfgB3pkE\",\n  \"parentCaseId\": \"TDvrDX5iCc_TUxQQrI3jKvfxYImG-G1B-xIAnMzWdkyeBAsiIp1nBZlMMxoPrhf2d7dpRzp8m\",\n  \"parentTaskId\": \"HhJ2o-ppWVMO92NzMGt6f5S243RVdXuLJlAD5E\",\n  \"rootCaseId\": \"wRdL4zOK5RtxhOeo_vv4LnsFF9rWXFWkb5VY5Z5noyqMaO1Eqawtn4bG2S3-h24\",\n  \"rootContainerId\": \"xNTM4bqqA3Yb6AokAjkijbrLpv8hwuVm3q_iVVOoDiN-a1aPlwQFIZCFb-gMHV4inrXNMQNxLQhoAH5QVYoh58.nZBHPRIKF1-VA.tXF-eG2GEkge0QR7gno1RrxWkpkcD_rlck730wvUCqmorh5mzDc47CANCMur2B_53IivxJV8oE_mtkG0nnaRWLmWGMw2SewALrjSIfeb2g\",\n  \"executedBy\": \"l8_bxatEb6eNjfMS1oOtuEJZUG_iAnp3wYwz.DI4jsX3JRSy7JwXC8nTuIr587K_GJCOB_ZG0L0FMl2owr3EWW5qVHYQlV5jAgX8pSK9AbdyTcU7F6C-dsy2e6.bSYCBy_IEfTIf1kcKXq\",\n  \"executedBySubstitute\": \"<string>\",\n  \"actorId\": \"xdp6EGA4pJH6jwK16Ee0Eci6iAG8n-FoKP7dWKMCchq3Iu4cYor8-75YXmPA3iO72RVpf1T7yMS0rnU9RuEtfxB-93DOaTedYdSagqpNB6rrb-esfrhxBwa9DHcrjiqzRQ6elnyCJMsgeuyXGdOA_3f4jvI\",\n  \"assigned_id\": \"xJEvTszOv2XrkoMVZNe-NsSgXrBh7oxyJ09pZzZZA-K\",\n  \"assigned_date\": \"9527-11-06 10:29:50\",\n  \"isTerminal\": \"<boolean>\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "5e9f73e6-11c7-445a-99b3-16f1a8be3b15",
                                            "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": "35c0c965-fa9b-40c5-8566-171001a6ddc9",
                                            "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": "c8dc8d97-22a9-45ce-9814-8b1be12a563b",
                                            "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": "905d5bdf-0755-429f-a74c-f885f78105e0",
                                            "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": "b9959cf8-95e3-4f7d-ac60-39bd852bbb65",
                                            "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                            "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": "f6003c8b-ee6c-4f83-9b93-019f00ec57fd",
                                                    "name": "Success ",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "manualTask",
                                                                ":id"
                                                            ],
                                                            "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\": \"kbm050q7ZCIFR7GXhisNRfCGSxwjKuN29ktqDvm2DR3fooixTM76vc1eBei.YwYi6oYr6Evzy4SrAGESue5pFEwowJDx90KuCGHdYcxkd5SsIRieI-UDxuJvT-7BZdtUVJBzeb-COHhVYGcTCE1sR61WZmCZaTs5CDQScEmY-w0.teC6016ptk_PYqqqWyPvQmYA_wgH_1dEKekmFl-9Wbrcw5VKsGYfcpZ0vx.h8xDcea_C4MaonYafUH\",\n  \"type\": \"<string>\",\n  \"name\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"description\": \"<string>\",\n  \"displayDescription\": \"<string>\",\n  \"state\": \"completing activity with boundary\",\n  \"reached_state_date\": \"0174-10-31 12:16:19\",\n  \"last_update_date\": \"0321-12-22 03:30:49\",\n  \"dueDate\": \"4649-02-30 13:49:37\",\n  \"priority\": \"<string>\",\n  \"processId\": \"kcac9Wb0mk3geLRIUkm0ku4h.DbMhb5LJxvxrn5V_j2VMrKt9xeA57WQ1vQ6Y-Pbpv2zWI_ZfJfNKX_4c1NmBlX4zKGRrNVSOUSt_9_1Abx1Wkd1hDTCv2gxRbTir204NvCbFOoMaWqvAXbfgB3pkE\",\n  \"parentCaseId\": \"TDvrDX5iCc_TUxQQrI3jKvfxYImG-G1B-xIAnMzWdkyeBAsiIp1nBZlMMxoPrhf2d7dpRzp8m\",\n  \"parentTaskId\": \"HhJ2o-ppWVMO92NzMGt6f5S243RVdXuLJlAD5E\",\n  \"rootCaseId\": \"wRdL4zOK5RtxhOeo_vv4LnsFF9rWXFWkb5VY5Z5noyqMaO1Eqawtn4bG2S3-h24\",\n  \"rootContainerId\": \"xNTM4bqqA3Yb6AokAjkijbrLpv8hwuVm3q_iVVOoDiN-a1aPlwQFIZCFb-gMHV4inrXNMQNxLQhoAH5QVYoh58.nZBHPRIKF1-VA.tXF-eG2GEkge0QR7gno1RrxWkpkcD_rlck730wvUCqmorh5mzDc47CANCMur2B_53IivxJV8oE_mtkG0nnaRWLmWGMw2SewALrjSIfeb2g\",\n  \"executedBy\": \"l8_bxatEb6eNjfMS1oOtuEJZUG_iAnp3wYwz.DI4jsX3JRSy7JwXC8nTuIr587K_GJCOB_ZG0L0FMl2owr3EWW5qVHYQlV5jAgX8pSK9AbdyTcU7F6C-dsy2e6.bSYCBy_IEfTIf1kcKXq\",\n  \"executedBySubstitute\": \"<string>\",\n  \"actorId\": \"xdp6EGA4pJH6jwK16Ee0Eci6iAG8n-FoKP7dWKMCchq3Iu4cYor8-75YXmPA3iO72RVpf1T7yMS0rnU9RuEtfxB-93DOaTedYdSagqpNB6rrb-esfrhxBwa9DHcrjiqzRQ6elnyCJMsgeuyXGdOA_3f4jvI\",\n  \"assigned_id\": \"xJEvTszOv2XrkoMVZNe-NsSgXrBh7oxyJ09pZzZZA-K\",\n  \"assigned_date\": \"9527-11-06 10:29:50\",\n  \"isTerminal\": \"<boolean>\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "849289d7-e27d-441c-a731-4566558d908d",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "manualTask",
                                                                ":id"
                                                            ],
                                                            "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": "74f49844-041f-4875-8d91-8a8e57a57ae0",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "manualTask",
                                                                ":id"
                                                            ],
                                                            "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": "6f30a900-84eb-49f7-b8a4-cc2d7de3809f",
                                                    "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": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "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": "a1cdf543-4082-4068-b3f5-c061b2cdcbd0",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "manualTask",
                                                                ":id"
                                                            ],
                                                            "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": "5d5da00a-8a21-4ae0-a825-388e45f8577c",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "manualTask",
                                                                ":id"
                                                            ],
                                                            "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": "b2412c75-5e47-43b0-94f7-b061af1d0fb6",
                                            "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                            "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": "50278e93-95d8-48f6-9d20-f16e23aab2c6",
                                                    "name": "OK",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "manualTask",
                                                                ":id"
                                                            ],
                                                            "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\": \"<string>\",\n  \"executedBy\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "da9b4f00-8909-48dd-b497-04bb21c50dd2",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "manualTask",
                                                                ":id"
                                                            ],
                                                            "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\": \"<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": "b10be049-fc51-4914-a0ad-ff6c05f20b3a",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "manualTask",
                                                                ":id"
                                                            ],
                                                            "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\": \"<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": "a5ac8c73-7381-40c6-a9fc-b392a190d739",
                                                    "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": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "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": "bdda64d3-ef35-49a1-8a7e-795f20e2ba1f",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "manualTask",
                                                                ":id"
                                                            ],
                                                            "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\": \"<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": "b67aede6-6c06-4590-a039-8356ca4ac3a9",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "manualTask",
                                                                ":id"
                                                            ],
                                                            "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\": \"<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": "d4c93569-8457-4346-99d4-9f36ff44c59c",
                                    "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": "XKLC2B7IxvInoBqNGL1cMEoPKT8QhSmTPUWZv%Z3qCFp0JjOmFmZdMI9dXwserPzJC30uNrkqFCUFTDX2khUbKU0C4juP%KCwMYPJVDOkZx%szVCbmcLyb5WgVmuHf"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "5525bee2-db0c-48f1-91cf-6c4ad3b8d6b7",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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\": \"5tpYvpmUFpeMpA1Ra13WzGr4M_5AEGDkFxIH3093kQMuz3YdOuPJBW.QcpgCwL9OGTpG7kW8ZG-BuT2kcZvEds5Vs6R2L060lDvkp4qmp1P-yUvzsSE68F2snxOHYoWUvj79SCZfE7aMwdVrkScga3bEN5LdYrM-4K.jrbExBvtmzG6Dm.M15R9fmnutUTlHA5WYhLp0-1NppmrxE.8BvoMGMtv\",\n    \"type\": \"<string>\",\n    \"name\": \"<string>\",\n    \"displayName\": \"<string>\",\n    \"description\": \"<string>\",\n    \"displayDescription\": \"<string>\",\n    \"state\": \"ready\",\n    \"reached_state_date\": \"7162-11-30 11:34:29\",\n    \"last_update_date\": \"0463-09-31 17:03:14\",\n    \"dueDate\": \"4937-10-23 19:46:39\",\n    \"priority\": \"<string>\",\n    \"processId\": \"4I6.jZ4hWBPIdaVhFQQ4qIHqH.DJPqCpAIOnENYEk4__al9T9B2m1vlaqRCYx8iqwesksBhCekEF0qaEww4gE\",\n    \"parentCaseId\": \"jZWhgoEIPAxF8wD5qD57.G6koWDS-GG.TSNYt57JMdu5vW6w06ZtXmfCzXYUB4DIH1fnGJrsit5dMN5GoGPue5Xg1T_KL9HjMw0VZdjoB-laa09_emwGoCLHGSwEPMJPb52U7y_U1s7bviqTHf-UuKF4Q0\",\n    \"parentTaskId\": \"tGHSpIw0eibcuS5NR81XK4YSXkr6_1sCPUKZ0ty1Vvj0Qzv8qCUu7QOneSQ9agekwrNnlYM.Z.y_jHYdW5WsK00jp0sFxm6oxTpF\",\n    \"rootCaseId\": \"AbaT4Kt47OgkcGf2TzRgvsCX-un3Jk-b1xdIhizzXP2tG8Rilqe6qMOkHkXkwxuyIW5.IPUGeMVaEookYP0l57TxR7szDKtRYa_yoH66Wk9cWftcrzm1ZKsScBq18_DJX\",\n    \"rootContainerId\": \"Mz-smukmFfCDgg8N-ZKnHdWuEE2opeC_e1otLLrciMRg.FKFMaBXFrYB3EZjFQQgGOTuYNQP9wAR7APky.wTCqSehgTaVuNfqqn1oPWmD8wbklHxZwIuCGzUSob0uL.ka6o5SuklS\",\n    \"executedBy\": \"uNm2fkgy0ICt6EiPUIguQb.sADthp37iLU6nNAs_wOASfMa4BUHsSu9U0644NWDX0\",\n    \"executedBySubstitute\": \"<string>\",\n    \"actorId\": \"CnLOO3akwNF1Q2l15tTJXKiwOeqg4Lc-VzgqA1EFPXoCuCFjXoIdiPoo0rj\",\n    \"assigned_id\": \"nF.z2DPrQXQJs2JYF0OecFJ0sQv_m3ZkrHQYLn3wFGbMHoEwKBCvmmCFjfpzQ079imzjSWtEyNdo6.xvIbOniaYgA-8_EfYL20D-rX-Iw-BkH1gzyHCA_o2zR__rr\",\n    \"assigned_date\": \"5852-11-15 10:00:36\",\n    \"isTerminal\": \"<boolean>\"\n  },\n  {\n    \"id\": \"NTkctLKvRVgXOuiVk9Pw1QZaG6XNAq12Wkoujm5xtB.hTs97smv.t85_DnRknA9wyokdaqnu45a4uzX930dEoa1y_FEiBFa5GFJL5RweZxEZ4w2jztzS.A_WGAyN5-vCbQHbHeY41\",\n    \"type\": \"<string>\",\n    \"name\": \"<string>\",\n    \"displayName\": \"<string>\",\n    \"description\": \"<string>\",\n    \"displayDescription\": \"<string>\",\n    \"state\": \"initializing\",\n    \"reached_state_date\": \"3645-12-02 14:48:14\",\n    \"last_update_date\": \"8210-12-31 20:41:11\",\n    \"dueDate\": \"2871-02-27 21:13:50\",\n    \"priority\": \"<string>\",\n    \"processId\": \"hMWmwHDCbCu_2oLQ5g7t2JQIefI-jZqMQR.RgMktp86d7p9yf\",\n    \"parentCaseId\": \"qLbcD_Ic0NelBcBC_I9afDNM6v_bUkZ7lDWF_lM5rew-596gsjigDmo8l2-\",\n    \"parentTaskId\": \"3rxbgAes7cKyVO_EGJfo.eKV8U8m\",\n    \"rootCaseId\": \"KL5VNziBe_PRZgQvTqoMPuso9WWUvKHkARKQowhLACxukyAU4lKRe-w\",\n    \"rootContainerId\": \"7ijis.isr1oVXTmZ-rLX3SLRom49nfMUHTG3viq-PoyVxFDVJ_I5iDOzQ4PtAxhLWNH.TDAXXcyiinVGKKnWe-z\",\n    \"executedBy\": \"LV8thmYoTtNI2vGH.pjjeERLdkbv3fPXeyth4jxtWjan4zcyqI-ZW1qBN7E_T.7Rd0BlXYm7FHe7wVsMzB2brW26c1xvPZ3l6zE6VqCSeO7x3S0YYWvWxGodmDJs1zLL.AGGl3ExJlguqc.dPNmvla_BhoaHsB.YyFu_nlwEWG\",\n    \"executedBySubstitute\": \"<string>\",\n    \"actorId\": \"n4Kcfm4ItvMimmO5cFYk8b3UZJgbPjiXH8EgjnDl2zkdFDP8AqW1No9-FfKTzKfX-p2sxvfwVIgTG1-8v_2PgwmVfWoD-bifxR0.I1p8UnK6GonK3fWE80XJtskIUm43SabNQZpeJia-4ZDEuG3wjiI.3jJZXg_Ey35JJaIdrJfus8KfsrijxeP6IxFXEZ3nXmsy\",\n    \"assigned_id\": \"ldjlarZn9Hf7BgffR5AAxWLDye8wzgLNsSkaTEAXBQS_sfjTcEaLNXMWcvY3XKAXhCHIC9JR64X3GLJkEWHGjYCbxPwD7147OGM325JMmJLlyyf_0jnGZlDP8su..VS5RLojiQL4q86gBXITIV7iSrZipqtDP0NeI0RQCADwDyMD527bdRXn0SdyoOwtOBX4ytySLpej\",\n    \"assigned_date\": \"8063-10-26 22:00:39\",\n    \"isTerminal\": \"<boolean>\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "08bfe1c7-a152-446d-86d9-38f318b34c82",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "4610e1c7-c7dd-43af-8d7f-90ebe39bdd6b",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "eb815c9f-e9ab-4354-a5c5-0eb8ec85df61",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "9a726017-a432-4ba1-a4cb-425728ab5d42",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "1987b8f6-48a7-4d37-8b71-b288e0384a03",
                                            "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                            "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": "585ea26b-2b80-4671-8414-a4e671a045d5",
                                                    "name": "Success ",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "task",
                                                                ":id"
                                                            ],
                                                            "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\": \"Ywout6Ly7m7nNrl7yB_etptawYORwA2reY_Rx0HM9rvR4yXuwrQ8Gvm2zNPBJjef6eIkne0vj9lfb-uZqToXkiHGXfwKDok2V8.mzmmwfON-er\",\n  \"type\": \"<string>\",\n  \"name\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"description\": \"<string>\",\n  \"displayDescription\": \"<string>\",\n  \"state\": \"cancelled\",\n  \"reached_state_date\": \"8824-04-21 19:26:03\",\n  \"last_update_date\": \"3166-05-06 22:06:00\",\n  \"dueDate\": \"0751-10-31 05:18:05\",\n  \"priority\": \"<string>\",\n  \"processId\": \"YOv81FV0RtNJmvffZ3tqQYlrcUrFuWaxQOfXnf\",\n  \"parentCaseId\": \"DsS9\",\n  \"parentTaskId\": \"mNqTBW2dPKAXkBuRHPjp_OXC8MQFtEMcEc5PSKaBPI6POLl0eY68cz0DYloSyDuex.zyc3xRmPJnNTa9VKM2v05Uc70I2XNP7moGAc2ncD93UhUnZRHcyBfrm-khXcjUDVMF_.H093fLeOzg2wbGqiUStXi13HAfJo_MRrUEK5bA5LVOiKDo5f0VjqZ4FE-xnN6poOmQ-fO1fydGNyP7Si.2Xf.xBpUKY\",\n  \"rootCaseId\": \"tmbkF_3Jalo5AmWMLAEBzh81krWepyRuqOU_b7zjy8k6cnDojsnBJxwJF.Es9qeyOYWQiR\",\n  \"rootContainerId\": \"1KN-VKGEH05Yg5f_w9nd9v3g47bJPW7lwUl.9awKq2kt9Tz8nBN-q0VFscYgp2A.GCs0s0eqafZzAZ\",\n  \"executedBy\": \"URDxQoP70VCmPjGLxcr57xGS4EoJ_48YBlWR7gifqA3YAvc4KukKdpSp-xQu98.msoMF6ZduGyb85FrvPltLy3KAu8mrz3XWzt4Zwt4mYe5rGuI-3hdcsNEJYAD4H1fvKqbY7AgH25z8DbbiDx.zeI0BofdegZ1_XUcnO\",\n  \"executedBySubstitute\": \"<string>\",\n  \"actorId\": \"OjBQ3J78Vx12Ji_i5ZJaeyWTGpNxKeaCst_47y7x.rcR4hXK1sF_HgiSjSQAOfERRL780f8DuRXhLEq_F8_NZweKrqH4BkW63aTS9zcGayJtNrt6QiNrSGWpzwhku-SsEp7XTZ09DXcP9SjXvuO_d_jTcX4Qd-zMH-PLBsX\",\n  \"assigned_id\": \"eUJ.aSzLEyA89K88SdHDMm6OTAaDJyiax4p9vwtEi2W2LZssF3HXt0UUvc5HAjQpaSFLzSbpVo_HxuMfIUoQfjATbYEn_IyvIi0K3UEnXlYwcgH5hTKcueSEDVrF-HbnfP44wPAbfRrZHZ7bK46399Ujgkzx9_DsZDLp5bKFH\",\n  \"assigned_date\": \"4009-07-30 12:28:47\",\n  \"isTerminal\": \"<boolean>\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "9e234a06-f108-4aba-b19d-99cf1ea5c5ef",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "task",
                                                                ":id"
                                                            ],
                                                            "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": "87ae5f0a-8b58-4c98-86fa-bcdf9f7ec0d1",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "task",
                                                                ":id"
                                                            ],
                                                            "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": "b2fb7ac4-a0db-4003-b62c-45c025bdc940",
                                                    "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": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "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": "52d69a81-decf-43a3-931c-8bf1db386a51",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "task",
                                                                ":id"
                                                            ],
                                                            "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": "f34c55ac-a998-4a50-b695-5fcd0bddee46",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "task",
                                                                ":id"
                                                            ],
                                                            "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": "cbd26f95-2596-40a1-b4c3-14635cca5651",
                                            "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                            "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  \"idbaf\": true,\n  \"proident_3\": \"mollit ea co\",\n  \"id9\": -18908730,\n  \"quic_\": -42233252\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "3cc79fa7-62f7-4687-93e3-ede0eded772f",
                                                    "name": "OK",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "task",
                                                                ":id"
                                                            ],
                                                            "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\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"idbaf\": true,\n  \"proident_3\": \"mollit ea co\",\n  \"id9\": -18908730,\n  \"quic_\": -42233252\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "f7c0f431-c875-4073-a0e7-6da8bc3baafc",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "task",
                                                                ":id"
                                                            ],
                                                            "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\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"idbaf\": true,\n  \"proident_3\": \"mollit ea co\",\n  \"id9\": -18908730,\n  \"quic_\": -42233252\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": "5c90bebf-9cc8-4146-96d0-da0512d4bb60",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "task",
                                                                ":id"
                                                            ],
                                                            "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\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"idbaf\": true,\n  \"proident_3\": \"mollit ea co\",\n  \"id9\": -18908730,\n  \"quic_\": -42233252\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": "1d5555b2-eedb-4fba-b322-40d4dbc0e014",
                                                    "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": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "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  \"idbaf\": true,\n  \"proident_3\": \"mollit ea co\",\n  \"id9\": -18908730,\n  \"quic_\": -42233252\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": "c5a23b5a-0bdd-404d-8551-885022facc0f",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "task",
                                                                ":id"
                                                            ],
                                                            "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\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"idbaf\": true,\n  \"proident_3\": \"mollit ea co\",\n  \"id9\": -18908730,\n  \"quic_\": -42233252\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": "4e73fe4e-57a1-457a-aa87-2a29e79b5c0a",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "task",
                                                                ":id"
                                                            ],
                                                            "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\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"idbaf\": true,\n  \"proident_3\": \"mollit ea co\",\n  \"id9\": -18908730,\n  \"quic_\": -42233252\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": "809b3f7b-885a-44d8-a17b-e7255550e679",
                                    "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": "XKLC2B7IxvInoBqNGL1cMEoPKT8QhSmTPUWZv%Z3qCFp0JjOmFmZdMI9dXwserPzJC30uNrkqFCUFTDX2khUbKU0C4juP%KCwMYPJVDOkZx%szVCbmcLyb5WgVmuHf"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "c09bd852-9dae-410e-8595-ff05af13fa24",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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\": \"TjGR5gF0Y.oNqgvm-du7oF5nMYvcKyPst0WvSNbD3.mZDyx2fpb.Aix5l59WhaOnyiPL1TpwEhPmn5Mnd_CmQhrDOB_7zXXr88lm6VXs-jd.ZCtYVy-XsAW59BSTnbJdj1XK6rMClZ4SPYl\",\n    \"type\": \"<string>\",\n    \"name\": \"<string>\",\n    \"displayName\": \"<string>\",\n    \"description\": \"<string>\",\n    \"displayDescription\": \"<string>\",\n    \"state\": \"cancelling subtasks\",\n    \"reached_state_date\": \"1533-04-31 06:51:09\",\n    \"last_update_date\": \"3725-10-31 04:30:08\",\n    \"dueDate\": \"0111-10-23 14:12:18\",\n    \"priority\": \"<string>\",\n    \"processId\": \"tirIWO5xto72yNnmsl9DmC-mtaJAu8-1DIB5fswRh4Zp-QvsRL4jNg5eebGz4NGW.SHeQ4z1gs5fybFsHBVED2V5uDYtfKkuZpVg_mCL\",\n    \"parentCaseId\": \"DGevtEbu-GrBJgYtM9omggTeXegvt75Q5CAFFLj7sFfnIIuMcR9VMMZOFe4bztYH1yxndDDWAZqn7bCQNkhyiTOuesmds-4m5PFsFQk1L3hFCkxGPy1vecH-U65VAnojwD1A_WBKq3.DpvTyl9GWcT\",\n    \"parentTaskId\": \"5uJ9yw.WpfR2N2Yc3up-o.v9QcJ3fxHoUH1fUaEfll-OgzOD612w4U3LyEJZ5EhP-99huFgRni8lPDgYueD9lgiOqZdyVUQ1XUGyV9w-ZXv7Ir3b_ZqssGkY5Qg6giz-B6v5s77e7IatBuYwDzm46eonKsXgxvRKTn_naHkUcH2GhJIuV3hUnvbgOsf.us4pKYGVz0\",\n    \"rootCaseId\": \"gOlwdi8kbFZtPRbeDi\",\n    \"rootContainerId\": \"W6vCAI.6FYMFHqiGbWzx2u2ab5-cAIK8wDxRTH4ie6faLcgU_uM5T7u4g5qYKgu1zrb9B88XbMIfvL-k.V8qhN9Cl6q5Ul2iSR9XNHRsueVkOkUF37\",\n    \"executedBy\": \"\",\n    \"executedBySubstitute\": \"<string>\",\n    \"actorId\": \"uiqah-i0_CqxiQWEWfVyw9BwalI21m4jA\",\n    \"assigned_id\": \"z0v9fdjz2NZHI1uhoYaafIngc1chyJKJgyaIjdXi5u1oI5IElC4SEAR37wQ0dnFbwqbmiqAg0jTvwcEcO8OaBwU8j02JWiuxSci08K2vNmu6BaWsrv4WbOmEfToBXD7WOO1DaqHdQ8vVvGy9SLs7PTNXD4ZWL7dPnVH26u01Lbh4JoMXZ4bVAgKZlJHTbpInl-6FPLTQdjEeSwEp_j2o4K31EPV\",\n    \"assigned_date\": \"5252-11-06 00:09:43\",\n    \"isTerminal\": \"<boolean>\"\n  },\n  {\n    \"id\": \"TGmMT11W6MtuzUGOvwvRTmcHbczdMM5P.I07UvI9LvdKj5UkAcmpUQdYB_ABQW-5gNvQezt3.D7mbht6BXeSKJbFaO9uunXykxsIdtT4H5Ul6c-nvBzc_FM3BmS5XiGIz-NOPa\",\n    \"type\": \"<string>\",\n    \"name\": \"<string>\",\n    \"displayName\": \"<string>\",\n    \"description\": \"<string>\",\n    \"displayDescription\": \"<string>\",\n    \"state\": \"cancelling subtasks\",\n    \"reached_state_date\": \"7320-11-31 23:04:33\",\n    \"last_update_date\": \"8448-01-23 19:48:32\",\n    \"dueDate\": \"9880-01-30 10:52:18\",\n    \"priority\": \"<string>\",\n    \"processId\": \"v2qunP4PTNhtowuAA6mnOEl88zOL5Z\",\n    \"parentCaseId\": \"I7eTiJvL81gjoRqEUK099X5oydf5hLF1XmK\",\n    \"parentTaskId\": \"WekX.R8AYlmdTeb2lg6OhTeSQKfNhPQ_r6XO9z1n9nOzSbfnh-iH0LbjDa8Zb9-srKhCCnlliErtMG2LpjjCxBKnYEeRR-zWfzWzvqz8wHy6CUCYY_LgW2syoqqnM5pzCA08aJU_r.OutSBdSWNPIlI-8-2FGbV.NHd.IY\",\n    \"rootCaseId\": \"FmhwehgBpO9Ssi2mdvfPHxYt4YrdeufQr3jhgAQGMGKzRMVNurSTk3gBq9_dE_CspIaDJ-aQnqFZXMknJCK1X79TrzBZF_j6M0FMNer7kkwXBFl2fCCSqEsJftuk_wsbUF.VlE9ypfUk8JbRYm2vyf3tSYEpIqV4.zCuvEQ-7mMkmsTz7d68pX_XxYmOruGtuWyWXT17-D62LlOBQREAcQJSB-CPg9Qwpbx0C6xe\",\n    \"rootContainerId\": \"c.0_PCGSUwVvEQf1hRnpXEu7g6I0JYdXP_51eDWf97KU88EZfxjtyANBZrNRICIK0vBvy9fbg22G\",\n    \"executedBy\": \"tFY69G8M0BKLVMG-n\",\n    \"executedBySubstitute\": \"<string>\",\n    \"actorId\": \"hHwJcWpe.NTff.e.XP46bn_XJWpu1QYVk8FCYvCv.TGedK9xV6eq1G3djSmXIMhVTtal5iE0yLzOwJ58pyWZ99a1WIQ7RH7EdybYSqLBH-RVgt7nopOmwVC.RuK9KAOjyggxMVoXQ7LPCi1lHtCdKdPYQl5mkB-Sb8H6zy5CKuK80q8Y_e22QW5imocpQQ0Ytue6-He5narFNJQSBb\",\n    \"assigned_id\": \"WhNvBbkDwvScat3HTI5ElxPLIFT7RXvXclu-Uu_P7EgmgIPMAizi4NlM5ufW5Iem6ha_5crD.aU2e-r8VsZLlWD\",\n    \"assigned_date\": \"6418-01-20 21:46:34\",\n    \"isTerminal\": \"<boolean>\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "bdec1c07-22de-424d-a7ff-b25f2b9ee20d",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "774bac4f-4d1e-49d1-bec2-7550bc22ac9a",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "3740f654-5c4c-476d-ae13-9bce4208ccc2",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "343852c7-f46b-4de2-9c7a-07882f9e3685",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "940337e6-bbb8-4b14-ad05-c64de25b7ace",
                                            "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                            "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": "c1ab8a25-bfdd-47d5-b2bb-d090d7917436",
                                                    "name": "Success ",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "userTask",
                                                                ":id"
                                                            ],
                                                            "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\": \"MtJ9Tg0MoJgQQG21FDKBK-cSjnhF-MWN9ji3y3syVYcXCR8M89j6QD1UDXHFqye6HuhUPM-LfGFjITJsHDmuB-ugEhoJ3bV4Jrkz7-mHWtu6E3XQAVdfawnLB2_hN.vpsI-1le7.MiJ2T4JwiRfjI5hXI4.fFZaPg5BMLTstU0AzI2Gm7aXSAtR_jhpHO8GTCkjlI95sPRDCYEYLy-dTmx3WDx\",\n  \"type\": \"<string>\",\n  \"name\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"description\": \"<string>\",\n  \"displayDescription\": \"<string>\",\n  \"state\": \"aborted\",\n  \"reached_state_date\": \"3174-01-02 02:16:42\",\n  \"last_update_date\": \"0157-10-30 19:53:30\",\n  \"dueDate\": \"1427-12-30 20:52:39\",\n  \"priority\": \"<string>\",\n  \"processId\": \"a1TSI-2C-DeWuRPKS1jfrE2OTWqL2CIbYTumjbKOdFdw1roRbhwhnru0J3mg_9f6vSFU_x.m7Nv8Hz10XE0rVikhSxdpaDZztmBX3BxRVr1BnE\",\n  \"parentCaseId\": \"TGAT01FwCwvFt8VIlGwpWJWA53ultlNs33V7svuP98eO0-.kEpYUblqyZN6aTOznrD0cNf0vBFCzGodx_cwuPAYjm.Eq\",\n  \"parentTaskId\": \"UvztphYwtytK9vY_DdKN5O2q0sQu0m42LA3d7YouBs803GrQmkFRWJRkN9TMQSQBbUd_I.wX4bMzxfERwCVWMR2CJ32.IJ06k3YccZee\",\n  \"rootCaseId\": \"RjVTdaogZ3PIanpAaze_EVNwppgCFXZGnkiqN.5VV3QdctAP0dU5ghj7p\",\n  \"rootContainerId\": \"v7vOQ-bTkOFCpm0eebR7MLOJpX_62G_wU2GyF5YUND0LhJNra5vgHH7xmqZoSAPJZgEo9rbLV3ax9ibYlzE.ymmh81zNE3DfIyr602-caA14KRLI-dcDd4ZQm4DBUzy-fQ4M54GO6NESWNoOPtUjzgz8wVGFTUbbRVX0ufnNxSx-.pXcuCPhxz3RNcfk.vNfosTW\",\n  \"executedBy\": \"vOVFzCmalXqxVmP_w21wllzIhCRnneyXxKViHXwGmw7EZzakWIRtDQj3SKU_HPn7kGzJkOTV34.DmYEM8Xg\",\n  \"executedBySubstitute\": \"<string>\",\n  \"actorId\": \"I9E.K-JjggFZlV.7_XR0qvyay8eUuWL4i0v5ESRs-MRlMnEFY3EY7AIhICpb_QW6oAE2eZE7TXH-YVD7t8dzKA5-bl1C9PfvmDZPGR2BKWKP\",\n  \"assigned_id\": \"zzjeI4crCPX.FwQrS_LW5SO9iLji-ousX6TO._QxoJwZe1OO6LmKfu5rp33DTPP29-njTMVfYun\",\n  \"assigned_date\": \"9164-05-07 08:59:09\",\n  \"isTerminal\": \"<boolean>\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "46142ac9-9326-4a56-a405-7ab5b0bc1cff",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "userTask",
                                                                ":id"
                                                            ],
                                                            "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": "7c5c5748-7f78-49f6-8409-360f29ed7cd1",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "userTask",
                                                                ":id"
                                                            ],
                                                            "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": "c1970bc2-524a-472f-93d3-cee626f502da",
                                                    "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": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "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": "25026c56-5831-4463-92a7-e8067b4dac46",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "userTask",
                                                                ":id"
                                                            ],
                                                            "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": "544febc9-7388-45e0-ac19-0f011492c071",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "userTask",
                                                                ":id"
                                                            ],
                                                            "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": "de7db3ac-d40d-422b-9d7d-a4a747026cd0",
                                            "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                            "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": "21e3e7ff-9214-43ff-84c9-04b2feab29ae",
                                                    "name": "OK",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "userTask",
                                                                ":id"
                                                            ],
                                                            "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\": \"<string>\",\n  \"assigned_id\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "a5aef5e9-828a-4f5f-ba85-9a155dbede4d",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "userTask",
                                                                ":id"
                                                            ],
                                                            "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\": \"<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": "c22b34ce-c778-4c30-8c79-60b9015c864c",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "userTask",
                                                                ":id"
                                                            ],
                                                            "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\": \"<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": "b7442142-ff5e-4c83-93ae-e9850781fb19",
                                                    "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": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "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": "31bb15eb-7741-474a-b623-7dc0193a4fc9",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "userTask",
                                                                ":id"
                                                            ],
                                                            "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\": \"<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": "1fec5716-5a66-42b7-97ef-7d8e217f62d9",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "userTask",
                                                                ":id"
                                                            ],
                                                            "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\": \"<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": "a4947a22-5ee7-4494-9385-384a0bc130f4",
                                                    "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                                    "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": "5046a15f-1fd1-42cd-bd6d-5e1cd98e455b",
                                                            "name": "Success ",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "userTask",
                                                                        ":id",
                                                                        "contract"
                                                                    ],
                                                                    "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  \"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\": \"LOCALDATETIME\",\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\": \"LOCALDATETIME\",\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": "3b1a457b-1706-4cb3-a06b-8f26f79d226b",
                                                            "name": "Bad request.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "userTask",
                                                                        ":id",
                                                                        "contract"
                                                                    ],
                                                                    "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": "a485e7a3-f547-4cd0-adbc-e9ce5f491d9e",
                                                            "name": "Authorization information is missing or invalid.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "userTask",
                                                                        ":id",
                                                                        "contract"
                                                                    ],
                                                                    "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": "4802d9b9-64bc-4fdb-9cd9-e7c640d478c5",
                                                            "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": []
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "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": "5f7c82d2-9d8c-4230-8ae6-8c050a02e29a",
                                                            "name": "The resource for the specified ID was not found.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "userTask",
                                                                        ":id",
                                                                        "contract"
                                                                    ],
                                                                    "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": "63ed0582-c238-4c11-a458-8d38ecddab17",
                                                            "name": "Unexpected error.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "userTask",
                                                                        ":id",
                                                                        "contract"
                                                                    ],
                                                                    "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": "execution",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "2cfb956d-52c7-4348-8c74-235272d0b413",
                                                    "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                                    "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  \"sunt_a6e\": \"ipsum Excepteur labore\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "674bd28a-ae41-4767-9de2-d3ff52ed6cb1",
                                                            "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": []
                                                                },
                                                                "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  \"sunt_a6e\": \"ipsum Excepteur labore\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "No Content",
                                                            "code": 204,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "b741666c-168d-4b7e-9a3c-276d48ac0bc4",
                                                            "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": []
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "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  \"sunt_a6e\": \"ipsum Excepteur labore\"\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": "6e7c817e-c497-4251-b998-a4e05b733b75",
                                                            "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": []
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "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  \"sunt_a6e\": \"ipsum Excepteur labore\"\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": "6346089c-d10a-4f9f-b7ff-582557aaa4e1",
                                                            "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": []
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "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  \"sunt_a6e\": \"ipsum Excepteur labore\"\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": "52d49f44-7181-44cc-9630-7f078fc3bb04",
                                                            "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": []
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "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  \"sunt_a6e\": \"ipsum Excepteur labore\"\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": "684bc7e9-095d-42e5-9df0-d53a01927258",
                                                    "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                                    "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": "a36d118f-98c3-4fa7-b75d-cc387115fc9e",
                                                            "name": "Success ",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "userTask",
                                                                        ":id",
                                                                        "context"
                                                                    ],
                                                                    "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  \"sunt_a6e\": \"ipsum Excepteur labore\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "374fcbf1-14f2-4a48-a17d-ac902085ed70",
                                                            "name": "Bad request.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "userTask",
                                                                        ":id",
                                                                        "context"
                                                                    ],
                                                                    "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": "c1565747-2372-4a49-818c-fdaa52b3495d",
                                                            "name": "Authorization information is missing or invalid.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "userTask",
                                                                        ":id",
                                                                        "context"
                                                                    ],
                                                                    "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": "1fde1672-0610-4897-a842-e2eaab6f8594",
                                                            "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": []
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "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": "6d3c3ebe-7e4a-4272-aed5-9a9074388de8",
                                                            "name": "The resource for the specified ID was not found.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "userTask",
                                                                        ":id",
                                                                        "context"
                                                                    ],
                                                                    "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": "2d34d0ba-817d-4cf8-93bc-ef12d5298116",
                                                            "name": "Unexpected error.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "userTask",
                                                                        ":id",
                                                                        "context"
                                                                    ],
                                                                    "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": "archivedHumanTask",
                            "description": "",
                            "item": [
                                {
                                    "id": "5bfe938d-83e8-4581-985a-49ab8486d384",
                                    "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": "XKLC2B7IxvInoBqNGL1cMEoPKT8QhSmTPUWZv%Z3qCFp0JjOmFmZdMI9dXwserPzJC30uNrkqFCUFTDX2khUbKU0C4juP%KCwMYPJVDOkZx%szVCbmcLyb5WgVmuHf"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "54b9e576-0456-43e5-bab6-dfcd1a9bb102",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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\": \"sLy2omqNZBuIgNMeDtakvup5bNF-qc62CDhhQ069H-ul-C08xYMMq23KNfE0xVl_WtyBMFSPJS8dDJxYZMWQa5_KEV6jvZC9GmUU6XGmF1WDGNGbgVSVjtXJEAtqWyu1Lhsel00AhkXSk\",\n    \"type\": \"<string>\",\n    \"name\": \"<string>\",\n    \"displayName\": \"<string>\",\n    \"description\": \"<string>\",\n    \"displayDescription\": \"<string>\",\n    \"state\": \"ready\",\n    \"reached_state_date\": \"7377-12-30 21:02:46\",\n    \"last_update_date\": \"7317-04-12 05:01:03\",\n    \"dueDate\": \"9214-01-07 08:43:45\",\n    \"priority\": \"<string>\",\n    \"processId\": \"id3tFqiFaxUcBvJ12cv3qT._aV3drBZ_K-0NsKRTK0KEVRCMoTHxzTiTD7lggLVoR7fkaRGNy6fQ9QyHkc08wyOsUVeAOnHIB1.U-uzp4eDB\",\n    \"parentCaseId\": \"jvA1FbhjVt7BNagHzYF5NK6_ukKnazU9xZ8aGXo4p7CaM_.I10GIQJgkNx3xw4Q0eBJT92Pc5jb_U8vo5ZX9aISHxQW14d8gxU7sZp-dlueKN2IMUGlQRAS4TsHb8K7CuSnfYVs1W0odh7iEba8EfOMcYsOsH8ggMal.Iayqdm47.w0ltbm6I2IM0gRSkiVg4wRVgCITPISTE2xlVxzrSOfd4PJOD\",\n    \"parentTaskId\": \"Jl3MPpRQZd80DEHDmwEzbej6TzXNOIpgjKhTYLYD8pakB-DD107Vi6HrOdeR95yosYkInMf3PoHxumR7UNu2LnP1-owLl8p-hDMVn_BRiumsuhGZGu51UIBO-IhKSheTNUaooasCoer4UK8JAt0mrvuo-evue4yJKmTefnnFpuOKy.083WrG7Y\",\n    \"rootCaseId\": \"c_qql.nd7Dz8n\",\n    \"rootContainerId\": \"j3t_oeb2HSMBb8RjZtzLU\",\n    \"executedBy\": \"K.cmXzf.r58ZFhyn7DR9V57A.j2sgVMD5VBcUz4LZW0HCecAIZQvMsKGDHnnf4q3HW4WMOnvbI8V5OOlRxHA-cg4lO1-D6S5IkYiHO1F38RujM-9V1MYjPYGwjrU7Pen3UD8Le\",\n    \"executedBySubstitute\": \"<string>\",\n    \"actorId\": \"yf7HCmxa7PynKH0BCR0J9w87SpFEp6BMVf.3_1HxX2N.-OmVS\",\n    \"assigned_id\": \"S2GceazC64DMp3pt.GlJAossi_F-G3XPF5ire4csOTM2Z0xepgpIC1wLCDVzmsQuaHsnpn-0EoZlKcrPBBBErUGXWfdmqG8Qq56b4V.KPeENXhkcKzB9N\",\n    \"assigned_date\": \"8439-12-14 21:42:53\",\n    \"isTerminal\": \"<boolean>\",\n    \"sourceObjectId\": \"al3SxiFTZOFw0H0d.srwbcNQED51BXVwcMptXvFwVyVS7iYbNFI3JUnoACK4DXXwNFKGzBwliO2Ln9p1ZPDxdeK32C9d9SkDm28Vcp.TMXgj2dXHwibVElQ.OJBqnutZhpvKnIKWG5z.70eqr8lkOafaUgTJKq\",\n    \"archivedDate\": \"7761-03-27 09:12:09\"\n  },\n  {\n    \"id\": \"JAMJWj9WjOTS26Ly36WETY4UCcQPNoIAWRHAp-28uILP_SEI_7dgpclJo-n8MaHO0iV8sP3q0bM0w5wQEz\",\n    \"type\": \"<string>\",\n    \"name\": \"<string>\",\n    \"displayName\": \"<string>\",\n    \"description\": \"<string>\",\n    \"displayDescription\": \"<string>\",\n    \"state\": \"aborted\",\n    \"reached_state_date\": \"0170-09-06 21:34:28\",\n    \"last_update_date\": \"2341-08-07 23:15:00\",\n    \"dueDate\": \"4908-09-31 21:24:47\",\n    \"priority\": \"<string>\",\n    \"processId\": \"Vg-tE_4ehwyjgzndJL7OG\",\n    \"parentCaseId\": \"_IzQBaCr1t_tOHrBpEVY_8hccClH59QWE.3a-y-r9awanYhxhUbHqhW\",\n    \"parentTaskId\": \"vYVE.ZSfJ.lU5XY8Ovx8.bFi6rsQXIXKCcfeLGrLEHMat1sySQqSEK_XCAmytETaz3BiLllQMXfkvBKgmktdb9-DFNjguUqjWpGfI2cvO5KfnHB6_HsCxjmYoS2jSfb45tTZ1StxPwygojxq0ZHLjPAsMWilCTCkHt_WeslUBfiuvVcrLBdT9LCNDgIkOis66q5PDkrgs01Bcrgp0\",\n    \"rootCaseId\": \"xwhqxnRwJnaSfMRLcaLsC-iryr1vCv4tWo8DbA8ufbI_E5Vdh9xExyTwXTKHgYd.HxYFoX9DYkeXEJ2C4I.F7B1fllLP3hefwpLCYxE-uWryEeZgV1x2HTtjCR7dpNcr9yfpxmF4P61U3La0Qhn.nTYpDzIubMX295DkGH.n6qXPJAc9V_RwKg4GQA74-HiQVNIUF.ey1p27Uc_eoqLxODorlItdC42rf7yBZw7-Lt81G3Fi25-Pw6\",\n    \"rootContainerId\": \"pIckOdJdhe4SFBJXlWynUxyXw2NBj49_SirEQGy-_qBKydJiudcwDLfGpyXH41TVd6gg._3EC04nAAnlg9tZJ21EVp4KQKQmwx.z82y4c7Z8VkeCJoAXmEy.IcyyRa5dGbDXjetwl6AqC3vVPdDAGaVKiVnjTCmJz6rinzPe39N5F7PZB5xbdw9kVscCAzQ50w2EKkMKqyel5RNyGOw\",\n    \"executedBy\": \"m8-ckSDrRVu5-S2gK_u2C.pa50wKtX.VLDH9pf\",\n    \"executedBySubstitute\": \"<string>\",\n    \"actorId\": \"RVz3x0Zr4LsyrsVo6Jz5erVXy-V8M-cW58benr62QrIBIraflmhSXHFWkN18TQPWSPUGucH\",\n    \"assigned_id\": \"vTTnUscj28J.5NmVWlY-YHowvRcfQxX2c0-.EAJ5Hd37G.8Ae0Hc9SrmcLsJlpwW0IVYxFUHMKWf8bgA5fc1eLLiWuXGeMfkHM0.r-OweiKq-hGv.mT17hhwM8tE7zApNNuxHYpsVoaQhUNhnzpITUvk\",\n    \"assigned_date\": \"6353-10-05 02:24:09\",\n    \"isTerminal\": \"<boolean>\",\n    \"sourceObjectId\": \"QzolHF1OQChnCWqtjZGiNxYAcLOf7JxxlukgCVZWIpQgVCOdfH64UsbU4oQMF-fuQRtbmPYmIJeU7vAeHi-0xV0rB7PIe_nt2F-W.C-uRXxDmFPPL84qZ2QMQhn-gpZhiEkhzgjxO5kZl\",\n    \"archivedDate\": \"4562-08-30 07:22:41\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "9dbd5d45-1067-471b-b61c-962d450ec97d",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "aeb98756-e3a5-474b-876f-cf0cd8604f5e",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "8a597e15-a2b7-4b68-b11a-7f9c5853c81a",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "b76b1f28-dac3-4530-9752-4f726e7ff8cc",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "ad89cc7f-9953-4b38-94df-9bc9a9650365",
                                            "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                            "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": "06ffdded-26aa-4e01-80f2-f08855c8dddc",
                                                    "name": "Success ",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedHumanTask",
                                                                ":id"
                                                            ],
                                                            "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\": \"._L4O5Saeg-rnHqng4NZ_EMirXWwuqUVFMkJ73UVKKpx2wzW7ZIjkMG.OYUGcGrK8zOp6.pLW2M850A_AsOKmisZ2ecwQbYcDGw01ApN3ySkT6m5JETl_GyVRWNLIYDPR65FAY6knI5rQz7uQdxUWelK-0fDRvCsRZQ.uI35eIslk2sK9bFfA-ot0L4rH5THic-rY.HxISrt_K297J_qZ07dHb.yfw46M\",\n  \"type\": \"<string>\",\n  \"name\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"description\": \"<string>\",\n  \"displayDescription\": \"<string>\",\n  \"state\": \"skipped\",\n  \"reached_state_date\": \"1511-06-04 08:18:37\",\n  \"last_update_date\": \"6323-11-11 23:50:55\",\n  \"dueDate\": \"0147-10-25 22:03:24\",\n  \"priority\": \"<string>\",\n  \"processId\": \"MVwdvICiQF-sC38iQMHPDom.4OHkZGd1CeIwIH8OCU-sD.NI9gDAKeD8U3ScED8Kki7_i7vdlyM0d60oyJJBwx9ohnzL03a3_NRBg8hWsjMdh68Ckp99gm-85I0p7Fj5nsZlGyXsNYGwG5I5_898QQ.lOMcmRbU5JRS1N75qhI2v4N1IWfLlO.hQ2\",\n  \"parentCaseId\": \"RitUng0ytxVSOS5EwtSC5WYH3JbSjOJlEvDqrnsPgZSnO098nI3m5nQhmahL_0iOhl9VSq1jelTLz_sf2qcEcwNTv3Uz2Y9YQuuDFsADY\",\n  \"parentTaskId\": \"39cHFdbHMW_FyFxtj5\",\n  \"rootCaseId\": \"TN0YxTq4LdzZIxen18hRExe0eFwSkQ4IB5DCYQHbziMy8nCSfm2ma6rj1HwiTvPaIAh9pn.-vJ7yuSs4dSHj9r.pgSigNxwGbRfWnFcnGuKvzyv42xI7ZvvzCgh4mgU3nljsmEcUsPdI5iYijQ0XCy12Y7Sf-mJ9POTAC2aaYuumBV2-zWM_oluk33HOMfc0sEjxxwffTsPTffWt_QU_Y9K5zp6RqidhCMRs0-1.NA\",\n  \"rootContainerId\": \"DlTagyVuAK31v_JtppDs82DnbU2__z50Fa.-x5ppRnBtxSZtGTINOlvjQkRZXiEM66ybLPZVhonvsaT3_y4JqTSymEYH2-cwQ\",\n  \"executedBy\": \"GlKLCsSNYSEXOKSCkYRUwQ9Q\",\n  \"executedBySubstitute\": \"<string>\",\n  \"actorId\": \"-xQ6N1v0G8YQbX2yQuoviLL9bR9l7m-nF-Wl584yutTROpxWGEY5wtGThvQmV1k_h_DuxUBZ18bZh1lrkVb7tJH6PrhMj-ab0lWh6pRBS6V36_C159A9ft8ZvGBWUYpL2arq8-.7L6c6Ab\",\n  \"assigned_id\": \"1khHfMzwNwqW17CXzkGbKwz674Ap6BkzU4K5LXCr-LYmFyUlkul0yPQurL.L1YxnSr5C_VizNV7KT_6jPMz9BIh9Cumy1KYsx8BL4-C5a306jRdveuKvzIkVr93moXpRYveTLeA5U.E0znhoWtfWbxV.knZp9uHqb\",\n  \"assigned_date\": \"6320-05-31 02:55:09\",\n  \"isTerminal\": \"<boolean>\",\n  \"sourceObjectId\": \"CKK0aYT-7chq.iak39lvtKgwc0sl-85Cb6r..NWDmThJuQc.Q969hT54z5ZA1L2V6KsQNj5.wUHcdo0Ugc4BI..hLzeD\",\n  \"archivedDate\": \"4687-11-02 21:16:44\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "660423d9-36b4-4748-89a2-71b03455ba91",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedHumanTask",
                                                                ":id"
                                                            ],
                                                            "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": "5a493c5f-dec8-4063-9f48-abf7adf28e6e",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedHumanTask",
                                                                ":id"
                                                            ],
                                                            "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": "b2d5fb56-8d7a-4a79-9674-1c5142e742e3",
                                                    "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": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "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": "a27d3666-c638-4317-840f-dabbbed7f1ef",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedHumanTask",
                                                                ":id"
                                                            ],
                                                            "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": "ac0f82ed-4d51-48a9-bfc5-56063de7f064",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedHumanTask",
                                                                ":id"
                                                            ],
                                                            "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": "archivedManualTask",
                            "description": "",
                            "item": [
                                {
                                    "id": "a4bb1d83-a7d7-4f12-ac72-9b3aa3b89594",
                                    "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": "XKLC2B7IxvInoBqNGL1cMEoPKT8QhSmTPUWZv%Z3qCFp0JjOmFmZdMI9dXwserPzJC30uNrkqFCUFTDX2khUbKU0C4juP%KCwMYPJVDOkZx%szVCbmcLyb5WgVmuHf"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "71764801-e269-44fd-af6e-fa0abafd94b3",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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\": \"sLy2omqNZBuIgNMeDtakvup5bNF-qc62CDhhQ069H-ul-C08xYMMq23KNfE0xVl_WtyBMFSPJS8dDJxYZMWQa5_KEV6jvZC9GmUU6XGmF1WDGNGbgVSVjtXJEAtqWyu1Lhsel00AhkXSk\",\n    \"type\": \"<string>\",\n    \"name\": \"<string>\",\n    \"displayName\": \"<string>\",\n    \"description\": \"<string>\",\n    \"displayDescription\": \"<string>\",\n    \"state\": \"ready\",\n    \"reached_state_date\": \"7377-12-30 21:02:46\",\n    \"last_update_date\": \"7317-04-12 05:01:03\",\n    \"dueDate\": \"9214-01-07 08:43:45\",\n    \"priority\": \"<string>\",\n    \"processId\": \"id3tFqiFaxUcBvJ12cv3qT._aV3drBZ_K-0NsKRTK0KEVRCMoTHxzTiTD7lggLVoR7fkaRGNy6fQ9QyHkc08wyOsUVeAOnHIB1.U-uzp4eDB\",\n    \"parentCaseId\": \"jvA1FbhjVt7BNagHzYF5NK6_ukKnazU9xZ8aGXo4p7CaM_.I10GIQJgkNx3xw4Q0eBJT92Pc5jb_U8vo5ZX9aISHxQW14d8gxU7sZp-dlueKN2IMUGlQRAS4TsHb8K7CuSnfYVs1W0odh7iEba8EfOMcYsOsH8ggMal.Iayqdm47.w0ltbm6I2IM0gRSkiVg4wRVgCITPISTE2xlVxzrSOfd4PJOD\",\n    \"parentTaskId\": \"Jl3MPpRQZd80DEHDmwEzbej6TzXNOIpgjKhTYLYD8pakB-DD107Vi6HrOdeR95yosYkInMf3PoHxumR7UNu2LnP1-owLl8p-hDMVn_BRiumsuhGZGu51UIBO-IhKSheTNUaooasCoer4UK8JAt0mrvuo-evue4yJKmTefnnFpuOKy.083WrG7Y\",\n    \"rootCaseId\": \"c_qql.nd7Dz8n\",\n    \"rootContainerId\": \"j3t_oeb2HSMBb8RjZtzLU\",\n    \"executedBy\": \"K.cmXzf.r58ZFhyn7DR9V57A.j2sgVMD5VBcUz4LZW0HCecAIZQvMsKGDHnnf4q3HW4WMOnvbI8V5OOlRxHA-cg4lO1-D6S5IkYiHO1F38RujM-9V1MYjPYGwjrU7Pen3UD8Le\",\n    \"executedBySubstitute\": \"<string>\",\n    \"actorId\": \"yf7HCmxa7PynKH0BCR0J9w87SpFEp6BMVf.3_1HxX2N.-OmVS\",\n    \"assigned_id\": \"S2GceazC64DMp3pt.GlJAossi_F-G3XPF5ire4csOTM2Z0xepgpIC1wLCDVzmsQuaHsnpn-0EoZlKcrPBBBErUGXWfdmqG8Qq56b4V.KPeENXhkcKzB9N\",\n    \"assigned_date\": \"8439-12-14 21:42:53\",\n    \"isTerminal\": \"<boolean>\",\n    \"sourceObjectId\": \"al3SxiFTZOFw0H0d.srwbcNQED51BXVwcMptXvFwVyVS7iYbNFI3JUnoACK4DXXwNFKGzBwliO2Ln9p1ZPDxdeK32C9d9SkDm28Vcp.TMXgj2dXHwibVElQ.OJBqnutZhpvKnIKWG5z.70eqr8lkOafaUgTJKq\",\n    \"archivedDate\": \"7761-03-27 09:12:09\"\n  },\n  {\n    \"id\": \"JAMJWj9WjOTS26Ly36WETY4UCcQPNoIAWRHAp-28uILP_SEI_7dgpclJo-n8MaHO0iV8sP3q0bM0w5wQEz\",\n    \"type\": \"<string>\",\n    \"name\": \"<string>\",\n    \"displayName\": \"<string>\",\n    \"description\": \"<string>\",\n    \"displayDescription\": \"<string>\",\n    \"state\": \"aborted\",\n    \"reached_state_date\": \"0170-09-06 21:34:28\",\n    \"last_update_date\": \"2341-08-07 23:15:00\",\n    \"dueDate\": \"4908-09-31 21:24:47\",\n    \"priority\": \"<string>\",\n    \"processId\": \"Vg-tE_4ehwyjgzndJL7OG\",\n    \"parentCaseId\": \"_IzQBaCr1t_tOHrBpEVY_8hccClH59QWE.3a-y-r9awanYhxhUbHqhW\",\n    \"parentTaskId\": \"vYVE.ZSfJ.lU5XY8Ovx8.bFi6rsQXIXKCcfeLGrLEHMat1sySQqSEK_XCAmytETaz3BiLllQMXfkvBKgmktdb9-DFNjguUqjWpGfI2cvO5KfnHB6_HsCxjmYoS2jSfb45tTZ1StxPwygojxq0ZHLjPAsMWilCTCkHt_WeslUBfiuvVcrLBdT9LCNDgIkOis66q5PDkrgs01Bcrgp0\",\n    \"rootCaseId\": \"xwhqxnRwJnaSfMRLcaLsC-iryr1vCv4tWo8DbA8ufbI_E5Vdh9xExyTwXTKHgYd.HxYFoX9DYkeXEJ2C4I.F7B1fllLP3hefwpLCYxE-uWryEeZgV1x2HTtjCR7dpNcr9yfpxmF4P61U3La0Qhn.nTYpDzIubMX295DkGH.n6qXPJAc9V_RwKg4GQA74-HiQVNIUF.ey1p27Uc_eoqLxODorlItdC42rf7yBZw7-Lt81G3Fi25-Pw6\",\n    \"rootContainerId\": \"pIckOdJdhe4SFBJXlWynUxyXw2NBj49_SirEQGy-_qBKydJiudcwDLfGpyXH41TVd6gg._3EC04nAAnlg9tZJ21EVp4KQKQmwx.z82y4c7Z8VkeCJoAXmEy.IcyyRa5dGbDXjetwl6AqC3vVPdDAGaVKiVnjTCmJz6rinzPe39N5F7PZB5xbdw9kVscCAzQ50w2EKkMKqyel5RNyGOw\",\n    \"executedBy\": \"m8-ckSDrRVu5-S2gK_u2C.pa50wKtX.VLDH9pf\",\n    \"executedBySubstitute\": \"<string>\",\n    \"actorId\": \"RVz3x0Zr4LsyrsVo6Jz5erVXy-V8M-cW58benr62QrIBIraflmhSXHFWkN18TQPWSPUGucH\",\n    \"assigned_id\": \"vTTnUscj28J.5NmVWlY-YHowvRcfQxX2c0-.EAJ5Hd37G.8Ae0Hc9SrmcLsJlpwW0IVYxFUHMKWf8bgA5fc1eLLiWuXGeMfkHM0.r-OweiKq-hGv.mT17hhwM8tE7zApNNuxHYpsVoaQhUNhnzpITUvk\",\n    \"assigned_date\": \"6353-10-05 02:24:09\",\n    \"isTerminal\": \"<boolean>\",\n    \"sourceObjectId\": \"QzolHF1OQChnCWqtjZGiNxYAcLOf7JxxlukgCVZWIpQgVCOdfH64UsbU4oQMF-fuQRtbmPYmIJeU7vAeHi-0xV0rB7PIe_nt2F-W.C-uRXxDmFPPL84qZ2QMQhn-gpZhiEkhzgjxO5kZl\",\n    \"archivedDate\": \"4562-08-30 07:22:41\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "788f390c-31a7-4153-a3e1-2ca04d9eb1fa",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "74802859-8f5a-4108-9987-258ae6a4854c",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "afb38deb-a879-4bb8-8ae8-2c8f9473cb22",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "7131c6ae-832b-4c9d-afae-c1ee51802e14",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "c4e9e1ed-85f1-4658-951d-f9322a4335a5",
                                            "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                            "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": "85159a0c-c88a-4c7c-9b9b-65c2ea67a39a",
                                                    "name": "Success ",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedManualTask",
                                                                ":id"
                                                            ],
                                                            "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\": \"._L4O5Saeg-rnHqng4NZ_EMirXWwuqUVFMkJ73UVKKpx2wzW7ZIjkMG.OYUGcGrK8zOp6.pLW2M850A_AsOKmisZ2ecwQbYcDGw01ApN3ySkT6m5JETl_GyVRWNLIYDPR65FAY6knI5rQz7uQdxUWelK-0fDRvCsRZQ.uI35eIslk2sK9bFfA-ot0L4rH5THic-rY.HxISrt_K297J_qZ07dHb.yfw46M\",\n  \"type\": \"<string>\",\n  \"name\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"description\": \"<string>\",\n  \"displayDescription\": \"<string>\",\n  \"state\": \"skipped\",\n  \"reached_state_date\": \"1511-06-04 08:18:37\",\n  \"last_update_date\": \"6323-11-11 23:50:55\",\n  \"dueDate\": \"0147-10-25 22:03:24\",\n  \"priority\": \"<string>\",\n  \"processId\": \"MVwdvICiQF-sC38iQMHPDom.4OHkZGd1CeIwIH8OCU-sD.NI9gDAKeD8U3ScED8Kki7_i7vdlyM0d60oyJJBwx9ohnzL03a3_NRBg8hWsjMdh68Ckp99gm-85I0p7Fj5nsZlGyXsNYGwG5I5_898QQ.lOMcmRbU5JRS1N75qhI2v4N1IWfLlO.hQ2\",\n  \"parentCaseId\": \"RitUng0ytxVSOS5EwtSC5WYH3JbSjOJlEvDqrnsPgZSnO098nI3m5nQhmahL_0iOhl9VSq1jelTLz_sf2qcEcwNTv3Uz2Y9YQuuDFsADY\",\n  \"parentTaskId\": \"39cHFdbHMW_FyFxtj5\",\n  \"rootCaseId\": \"TN0YxTq4LdzZIxen18hRExe0eFwSkQ4IB5DCYQHbziMy8nCSfm2ma6rj1HwiTvPaIAh9pn.-vJ7yuSs4dSHj9r.pgSigNxwGbRfWnFcnGuKvzyv42xI7ZvvzCgh4mgU3nljsmEcUsPdI5iYijQ0XCy12Y7Sf-mJ9POTAC2aaYuumBV2-zWM_oluk33HOMfc0sEjxxwffTsPTffWt_QU_Y9K5zp6RqidhCMRs0-1.NA\",\n  \"rootContainerId\": \"DlTagyVuAK31v_JtppDs82DnbU2__z50Fa.-x5ppRnBtxSZtGTINOlvjQkRZXiEM66ybLPZVhonvsaT3_y4JqTSymEYH2-cwQ\",\n  \"executedBy\": \"GlKLCsSNYSEXOKSCkYRUwQ9Q\",\n  \"executedBySubstitute\": \"<string>\",\n  \"actorId\": \"-xQ6N1v0G8YQbX2yQuoviLL9bR9l7m-nF-Wl584yutTROpxWGEY5wtGThvQmV1k_h_DuxUBZ18bZh1lrkVb7tJH6PrhMj-ab0lWh6pRBS6V36_C159A9ft8ZvGBWUYpL2arq8-.7L6c6Ab\",\n  \"assigned_id\": \"1khHfMzwNwqW17CXzkGbKwz674Ap6BkzU4K5LXCr-LYmFyUlkul0yPQurL.L1YxnSr5C_VizNV7KT_6jPMz9BIh9Cumy1KYsx8BL4-C5a306jRdveuKvzIkVr93moXpRYveTLeA5U.E0znhoWtfWbxV.knZp9uHqb\",\n  \"assigned_date\": \"6320-05-31 02:55:09\",\n  \"isTerminal\": \"<boolean>\",\n  \"sourceObjectId\": \"CKK0aYT-7chq.iak39lvtKgwc0sl-85Cb6r..NWDmThJuQc.Q969hT54z5ZA1L2V6KsQNj5.wUHcdo0Ugc4BI..hLzeD\",\n  \"archivedDate\": \"4687-11-02 21:16:44\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "7147705a-cc28-442c-bf77-45ed089ca21f",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedManualTask",
                                                                ":id"
                                                            ],
                                                            "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": "181d3f03-e722-4436-9e54-9deb1f9fc690",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedManualTask",
                                                                ":id"
                                                            ],
                                                            "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": "d89961aa-c2ed-47dd-9cd3-4d528e0d212c",
                                                    "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": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "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": "9281150d-48ad-4f03-add5-d610a92feeea",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedManualTask",
                                                                ":id"
                                                            ],
                                                            "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": "af04a29b-222a-4796-b5ef-845a700e87c3",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedManualTask",
                                                                ":id"
                                                            ],
                                                            "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": "archivedUserTask",
                            "description": "",
                            "item": [
                                {
                                    "id": "fe30faea-b6f2-4524-bdd5-dceff5f785aa",
                                    "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": "XKLC2B7IxvInoBqNGL1cMEoPKT8QhSmTPUWZv%Z3qCFp0JjOmFmZdMI9dXwserPzJC30uNrkqFCUFTDX2khUbKU0C4juP%KCwMYPJVDOkZx%szVCbmcLyb5WgVmuHf"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "3fbe2091-59cf-406b-8a79-a4093e55634a",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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\": \"sLy2omqNZBuIgNMeDtakvup5bNF-qc62CDhhQ069H-ul-C08xYMMq23KNfE0xVl_WtyBMFSPJS8dDJxYZMWQa5_KEV6jvZC9GmUU6XGmF1WDGNGbgVSVjtXJEAtqWyu1Lhsel00AhkXSk\",\n    \"type\": \"<string>\",\n    \"name\": \"<string>\",\n    \"displayName\": \"<string>\",\n    \"description\": \"<string>\",\n    \"displayDescription\": \"<string>\",\n    \"state\": \"ready\",\n    \"reached_state_date\": \"7377-12-30 21:02:46\",\n    \"last_update_date\": \"7317-04-12 05:01:03\",\n    \"dueDate\": \"9214-01-07 08:43:45\",\n    \"priority\": \"<string>\",\n    \"processId\": \"id3tFqiFaxUcBvJ12cv3qT._aV3drBZ_K-0NsKRTK0KEVRCMoTHxzTiTD7lggLVoR7fkaRGNy6fQ9QyHkc08wyOsUVeAOnHIB1.U-uzp4eDB\",\n    \"parentCaseId\": \"jvA1FbhjVt7BNagHzYF5NK6_ukKnazU9xZ8aGXo4p7CaM_.I10GIQJgkNx3xw4Q0eBJT92Pc5jb_U8vo5ZX9aISHxQW14d8gxU7sZp-dlueKN2IMUGlQRAS4TsHb8K7CuSnfYVs1W0odh7iEba8EfOMcYsOsH8ggMal.Iayqdm47.w0ltbm6I2IM0gRSkiVg4wRVgCITPISTE2xlVxzrSOfd4PJOD\",\n    \"parentTaskId\": \"Jl3MPpRQZd80DEHDmwEzbej6TzXNOIpgjKhTYLYD8pakB-DD107Vi6HrOdeR95yosYkInMf3PoHxumR7UNu2LnP1-owLl8p-hDMVn_BRiumsuhGZGu51UIBO-IhKSheTNUaooasCoer4UK8JAt0mrvuo-evue4yJKmTefnnFpuOKy.083WrG7Y\",\n    \"rootCaseId\": \"c_qql.nd7Dz8n\",\n    \"rootContainerId\": \"j3t_oeb2HSMBb8RjZtzLU\",\n    \"executedBy\": \"K.cmXzf.r58ZFhyn7DR9V57A.j2sgVMD5VBcUz4LZW0HCecAIZQvMsKGDHnnf4q3HW4WMOnvbI8V5OOlRxHA-cg4lO1-D6S5IkYiHO1F38RujM-9V1MYjPYGwjrU7Pen3UD8Le\",\n    \"executedBySubstitute\": \"<string>\",\n    \"actorId\": \"yf7HCmxa7PynKH0BCR0J9w87SpFEp6BMVf.3_1HxX2N.-OmVS\",\n    \"assigned_id\": \"S2GceazC64DMp3pt.GlJAossi_F-G3XPF5ire4csOTM2Z0xepgpIC1wLCDVzmsQuaHsnpn-0EoZlKcrPBBBErUGXWfdmqG8Qq56b4V.KPeENXhkcKzB9N\",\n    \"assigned_date\": \"8439-12-14 21:42:53\",\n    \"isTerminal\": \"<boolean>\",\n    \"sourceObjectId\": \"al3SxiFTZOFw0H0d.srwbcNQED51BXVwcMptXvFwVyVS7iYbNFI3JUnoACK4DXXwNFKGzBwliO2Ln9p1ZPDxdeK32C9d9SkDm28Vcp.TMXgj2dXHwibVElQ.OJBqnutZhpvKnIKWG5z.70eqr8lkOafaUgTJKq\",\n    \"archivedDate\": \"7761-03-27 09:12:09\"\n  },\n  {\n    \"id\": \"JAMJWj9WjOTS26Ly36WETY4UCcQPNoIAWRHAp-28uILP_SEI_7dgpclJo-n8MaHO0iV8sP3q0bM0w5wQEz\",\n    \"type\": \"<string>\",\n    \"name\": \"<string>\",\n    \"displayName\": \"<string>\",\n    \"description\": \"<string>\",\n    \"displayDescription\": \"<string>\",\n    \"state\": \"aborted\",\n    \"reached_state_date\": \"0170-09-06 21:34:28\",\n    \"last_update_date\": \"2341-08-07 23:15:00\",\n    \"dueDate\": \"4908-09-31 21:24:47\",\n    \"priority\": \"<string>\",\n    \"processId\": \"Vg-tE_4ehwyjgzndJL7OG\",\n    \"parentCaseId\": \"_IzQBaCr1t_tOHrBpEVY_8hccClH59QWE.3a-y-r9awanYhxhUbHqhW\",\n    \"parentTaskId\": \"vYVE.ZSfJ.lU5XY8Ovx8.bFi6rsQXIXKCcfeLGrLEHMat1sySQqSEK_XCAmytETaz3BiLllQMXfkvBKgmktdb9-DFNjguUqjWpGfI2cvO5KfnHB6_HsCxjmYoS2jSfb45tTZ1StxPwygojxq0ZHLjPAsMWilCTCkHt_WeslUBfiuvVcrLBdT9LCNDgIkOis66q5PDkrgs01Bcrgp0\",\n    \"rootCaseId\": \"xwhqxnRwJnaSfMRLcaLsC-iryr1vCv4tWo8DbA8ufbI_E5Vdh9xExyTwXTKHgYd.HxYFoX9DYkeXEJ2C4I.F7B1fllLP3hefwpLCYxE-uWryEeZgV1x2HTtjCR7dpNcr9yfpxmF4P61U3La0Qhn.nTYpDzIubMX295DkGH.n6qXPJAc9V_RwKg4GQA74-HiQVNIUF.ey1p27Uc_eoqLxODorlItdC42rf7yBZw7-Lt81G3Fi25-Pw6\",\n    \"rootContainerId\": \"pIckOdJdhe4SFBJXlWynUxyXw2NBj49_SirEQGy-_qBKydJiudcwDLfGpyXH41TVd6gg._3EC04nAAnlg9tZJ21EVp4KQKQmwx.z82y4c7Z8VkeCJoAXmEy.IcyyRa5dGbDXjetwl6AqC3vVPdDAGaVKiVnjTCmJz6rinzPe39N5F7PZB5xbdw9kVscCAzQ50w2EKkMKqyel5RNyGOw\",\n    \"executedBy\": \"m8-ckSDrRVu5-S2gK_u2C.pa50wKtX.VLDH9pf\",\n    \"executedBySubstitute\": \"<string>\",\n    \"actorId\": \"RVz3x0Zr4LsyrsVo6Jz5erVXy-V8M-cW58benr62QrIBIraflmhSXHFWkN18TQPWSPUGucH\",\n    \"assigned_id\": \"vTTnUscj28J.5NmVWlY-YHowvRcfQxX2c0-.EAJ5Hd37G.8Ae0Hc9SrmcLsJlpwW0IVYxFUHMKWf8bgA5fc1eLLiWuXGeMfkHM0.r-OweiKq-hGv.mT17hhwM8tE7zApNNuxHYpsVoaQhUNhnzpITUvk\",\n    \"assigned_date\": \"6353-10-05 02:24:09\",\n    \"isTerminal\": \"<boolean>\",\n    \"sourceObjectId\": \"QzolHF1OQChnCWqtjZGiNxYAcLOf7JxxlukgCVZWIpQgVCOdfH64UsbU4oQMF-fuQRtbmPYmIJeU7vAeHi-0xV0rB7PIe_nt2F-W.C-uRXxDmFPPL84qZ2QMQhn-gpZhiEkhzgjxO5kZl\",\n    \"archivedDate\": \"4562-08-30 07:22:41\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "eb2e07b9-c879-4412-9e6b-d706b9da1a4b",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "ca54788d-7358-4ea7-bc04-8ebb783a62a8",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "c08273d5-3d21-4724-ad68-a4c296fe6cd9",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "ff4c043b-17d8-49ef-87bd-01f7f80aba32",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "1fe17aa1-a9e3-44f5-acd5-12495908f09d",
                                            "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                            "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": "5c982165-4a57-47cd-9130-24f7185c7646",
                                                    "name": "Success ",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedUserTask",
                                                                ":id"
                                                            ],
                                                            "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\": \"._L4O5Saeg-rnHqng4NZ_EMirXWwuqUVFMkJ73UVKKpx2wzW7ZIjkMG.OYUGcGrK8zOp6.pLW2M850A_AsOKmisZ2ecwQbYcDGw01ApN3ySkT6m5JETl_GyVRWNLIYDPR65FAY6knI5rQz7uQdxUWelK-0fDRvCsRZQ.uI35eIslk2sK9bFfA-ot0L4rH5THic-rY.HxISrt_K297J_qZ07dHb.yfw46M\",\n  \"type\": \"<string>\",\n  \"name\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"description\": \"<string>\",\n  \"displayDescription\": \"<string>\",\n  \"state\": \"skipped\",\n  \"reached_state_date\": \"1511-06-04 08:18:37\",\n  \"last_update_date\": \"6323-11-11 23:50:55\",\n  \"dueDate\": \"0147-10-25 22:03:24\",\n  \"priority\": \"<string>\",\n  \"processId\": \"MVwdvICiQF-sC38iQMHPDom.4OHkZGd1CeIwIH8OCU-sD.NI9gDAKeD8U3ScED8Kki7_i7vdlyM0d60oyJJBwx9ohnzL03a3_NRBg8hWsjMdh68Ckp99gm-85I0p7Fj5nsZlGyXsNYGwG5I5_898QQ.lOMcmRbU5JRS1N75qhI2v4N1IWfLlO.hQ2\",\n  \"parentCaseId\": \"RitUng0ytxVSOS5EwtSC5WYH3JbSjOJlEvDqrnsPgZSnO098nI3m5nQhmahL_0iOhl9VSq1jelTLz_sf2qcEcwNTv3Uz2Y9YQuuDFsADY\",\n  \"parentTaskId\": \"39cHFdbHMW_FyFxtj5\",\n  \"rootCaseId\": \"TN0YxTq4LdzZIxen18hRExe0eFwSkQ4IB5DCYQHbziMy8nCSfm2ma6rj1HwiTvPaIAh9pn.-vJ7yuSs4dSHj9r.pgSigNxwGbRfWnFcnGuKvzyv42xI7ZvvzCgh4mgU3nljsmEcUsPdI5iYijQ0XCy12Y7Sf-mJ9POTAC2aaYuumBV2-zWM_oluk33HOMfc0sEjxxwffTsPTffWt_QU_Y9K5zp6RqidhCMRs0-1.NA\",\n  \"rootContainerId\": \"DlTagyVuAK31v_JtppDs82DnbU2__z50Fa.-x5ppRnBtxSZtGTINOlvjQkRZXiEM66ybLPZVhonvsaT3_y4JqTSymEYH2-cwQ\",\n  \"executedBy\": \"GlKLCsSNYSEXOKSCkYRUwQ9Q\",\n  \"executedBySubstitute\": \"<string>\",\n  \"actorId\": \"-xQ6N1v0G8YQbX2yQuoviLL9bR9l7m-nF-Wl584yutTROpxWGEY5wtGThvQmV1k_h_DuxUBZ18bZh1lrkVb7tJH6PrhMj-ab0lWh6pRBS6V36_C159A9ft8ZvGBWUYpL2arq8-.7L6c6Ab\",\n  \"assigned_id\": \"1khHfMzwNwqW17CXzkGbKwz674Ap6BkzU4K5LXCr-LYmFyUlkul0yPQurL.L1YxnSr5C_VizNV7KT_6jPMz9BIh9Cumy1KYsx8BL4-C5a306jRdveuKvzIkVr93moXpRYveTLeA5U.E0znhoWtfWbxV.knZp9uHqb\",\n  \"assigned_date\": \"6320-05-31 02:55:09\",\n  \"isTerminal\": \"<boolean>\",\n  \"sourceObjectId\": \"CKK0aYT-7chq.iak39lvtKgwc0sl-85Cb6r..NWDmThJuQc.Q969hT54z5ZA1L2V6KsQNj5.wUHcdo0Ugc4BI..hLzeD\",\n  \"archivedDate\": \"4687-11-02 21:16:44\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "bb92d8ad-b0b6-48f4-9104-9c4b44f0c73c",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedUserTask",
                                                                ":id"
                                                            ],
                                                            "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": "bf34977b-61ad-42fd-a508-e228736f9def",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedUserTask",
                                                                ":id"
                                                            ],
                                                            "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": "35aef9b1-079f-452c-a4c2-fabb0201ca6d",
                                                    "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": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "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": "e9268403-27b9-46b6-8ec6-0e7f93825294",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedUserTask",
                                                                ":id"
                                                            ],
                                                            "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": "f81f5d7e-d9d1-4d44-ad01-128e5aa86058",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedUserTask",
                                                                ":id"
                                                            ],
                                                            "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": "archivedTask",
                            "description": "",
                            "item": [
                                {
                                    "id": "6ef1a9dc-32a1-48ff-9e94-ae6085e90530",
                                    "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": "XKLC2B7IxvInoBqNGL1cMEoPKT8QhSmTPUWZv%Z3qCFp0JjOmFmZdMI9dXwserPzJC30uNrkqFCUFTDX2khUbKU0C4juP%KCwMYPJVDOkZx%szVCbmcLyb5WgVmuHf"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "f8352940-5b2f-4b5d-a87d-ba8016fb70a2",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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\": \"sLy2omqNZBuIgNMeDtakvup5bNF-qc62CDhhQ069H-ul-C08xYMMq23KNfE0xVl_WtyBMFSPJS8dDJxYZMWQa5_KEV6jvZC9GmUU6XGmF1WDGNGbgVSVjtXJEAtqWyu1Lhsel00AhkXSk\",\n    \"type\": \"<string>\",\n    \"name\": \"<string>\",\n    \"displayName\": \"<string>\",\n    \"description\": \"<string>\",\n    \"displayDescription\": \"<string>\",\n    \"state\": \"ready\",\n    \"reached_state_date\": \"7377-12-30 21:02:46\",\n    \"last_update_date\": \"7317-04-12 05:01:03\",\n    \"dueDate\": \"9214-01-07 08:43:45\",\n    \"priority\": \"<string>\",\n    \"processId\": \"id3tFqiFaxUcBvJ12cv3qT._aV3drBZ_K-0NsKRTK0KEVRCMoTHxzTiTD7lggLVoR7fkaRGNy6fQ9QyHkc08wyOsUVeAOnHIB1.U-uzp4eDB\",\n    \"parentCaseId\": \"jvA1FbhjVt7BNagHzYF5NK6_ukKnazU9xZ8aGXo4p7CaM_.I10GIQJgkNx3xw4Q0eBJT92Pc5jb_U8vo5ZX9aISHxQW14d8gxU7sZp-dlueKN2IMUGlQRAS4TsHb8K7CuSnfYVs1W0odh7iEba8EfOMcYsOsH8ggMal.Iayqdm47.w0ltbm6I2IM0gRSkiVg4wRVgCITPISTE2xlVxzrSOfd4PJOD\",\n    \"parentTaskId\": \"Jl3MPpRQZd80DEHDmwEzbej6TzXNOIpgjKhTYLYD8pakB-DD107Vi6HrOdeR95yosYkInMf3PoHxumR7UNu2LnP1-owLl8p-hDMVn_BRiumsuhGZGu51UIBO-IhKSheTNUaooasCoer4UK8JAt0mrvuo-evue4yJKmTefnnFpuOKy.083WrG7Y\",\n    \"rootCaseId\": \"c_qql.nd7Dz8n\",\n    \"rootContainerId\": \"j3t_oeb2HSMBb8RjZtzLU\",\n    \"executedBy\": \"K.cmXzf.r58ZFhyn7DR9V57A.j2sgVMD5VBcUz4LZW0HCecAIZQvMsKGDHnnf4q3HW4WMOnvbI8V5OOlRxHA-cg4lO1-D6S5IkYiHO1F38RujM-9V1MYjPYGwjrU7Pen3UD8Le\",\n    \"executedBySubstitute\": \"<string>\",\n    \"actorId\": \"yf7HCmxa7PynKH0BCR0J9w87SpFEp6BMVf.3_1HxX2N.-OmVS\",\n    \"assigned_id\": \"S2GceazC64DMp3pt.GlJAossi_F-G3XPF5ire4csOTM2Z0xepgpIC1wLCDVzmsQuaHsnpn-0EoZlKcrPBBBErUGXWfdmqG8Qq56b4V.KPeENXhkcKzB9N\",\n    \"assigned_date\": \"8439-12-14 21:42:53\",\n    \"isTerminal\": \"<boolean>\",\n    \"sourceObjectId\": \"al3SxiFTZOFw0H0d.srwbcNQED51BXVwcMptXvFwVyVS7iYbNFI3JUnoACK4DXXwNFKGzBwliO2Ln9p1ZPDxdeK32C9d9SkDm28Vcp.TMXgj2dXHwibVElQ.OJBqnutZhpvKnIKWG5z.70eqr8lkOafaUgTJKq\",\n    \"archivedDate\": \"7761-03-27 09:12:09\"\n  },\n  {\n    \"id\": \"JAMJWj9WjOTS26Ly36WETY4UCcQPNoIAWRHAp-28uILP_SEI_7dgpclJo-n8MaHO0iV8sP3q0bM0w5wQEz\",\n    \"type\": \"<string>\",\n    \"name\": \"<string>\",\n    \"displayName\": \"<string>\",\n    \"description\": \"<string>\",\n    \"displayDescription\": \"<string>\",\n    \"state\": \"aborted\",\n    \"reached_state_date\": \"0170-09-06 21:34:28\",\n    \"last_update_date\": \"2341-08-07 23:15:00\",\n    \"dueDate\": \"4908-09-31 21:24:47\",\n    \"priority\": \"<string>\",\n    \"processId\": \"Vg-tE_4ehwyjgzndJL7OG\",\n    \"parentCaseId\": \"_IzQBaCr1t_tOHrBpEVY_8hccClH59QWE.3a-y-r9awanYhxhUbHqhW\",\n    \"parentTaskId\": \"vYVE.ZSfJ.lU5XY8Ovx8.bFi6rsQXIXKCcfeLGrLEHMat1sySQqSEK_XCAmytETaz3BiLllQMXfkvBKgmktdb9-DFNjguUqjWpGfI2cvO5KfnHB6_HsCxjmYoS2jSfb45tTZ1StxPwygojxq0ZHLjPAsMWilCTCkHt_WeslUBfiuvVcrLBdT9LCNDgIkOis66q5PDkrgs01Bcrgp0\",\n    \"rootCaseId\": \"xwhqxnRwJnaSfMRLcaLsC-iryr1vCv4tWo8DbA8ufbI_E5Vdh9xExyTwXTKHgYd.HxYFoX9DYkeXEJ2C4I.F7B1fllLP3hefwpLCYxE-uWryEeZgV1x2HTtjCR7dpNcr9yfpxmF4P61U3La0Qhn.nTYpDzIubMX295DkGH.n6qXPJAc9V_RwKg4GQA74-HiQVNIUF.ey1p27Uc_eoqLxODorlItdC42rf7yBZw7-Lt81G3Fi25-Pw6\",\n    \"rootContainerId\": \"pIckOdJdhe4SFBJXlWynUxyXw2NBj49_SirEQGy-_qBKydJiudcwDLfGpyXH41TVd6gg._3EC04nAAnlg9tZJ21EVp4KQKQmwx.z82y4c7Z8VkeCJoAXmEy.IcyyRa5dGbDXjetwl6AqC3vVPdDAGaVKiVnjTCmJz6rinzPe39N5F7PZB5xbdw9kVscCAzQ50w2EKkMKqyel5RNyGOw\",\n    \"executedBy\": \"m8-ckSDrRVu5-S2gK_u2C.pa50wKtX.VLDH9pf\",\n    \"executedBySubstitute\": \"<string>\",\n    \"actorId\": \"RVz3x0Zr4LsyrsVo6Jz5erVXy-V8M-cW58benr62QrIBIraflmhSXHFWkN18TQPWSPUGucH\",\n    \"assigned_id\": \"vTTnUscj28J.5NmVWlY-YHowvRcfQxX2c0-.EAJ5Hd37G.8Ae0Hc9SrmcLsJlpwW0IVYxFUHMKWf8bgA5fc1eLLiWuXGeMfkHM0.r-OweiKq-hGv.mT17hhwM8tE7zApNNuxHYpsVoaQhUNhnzpITUvk\",\n    \"assigned_date\": \"6353-10-05 02:24:09\",\n    \"isTerminal\": \"<boolean>\",\n    \"sourceObjectId\": \"QzolHF1OQChnCWqtjZGiNxYAcLOf7JxxlukgCVZWIpQgVCOdfH64UsbU4oQMF-fuQRtbmPYmIJeU7vAeHi-0xV0rB7PIe_nt2F-W.C-uRXxDmFPPL84qZ2QMQhn-gpZhiEkhzgjxO5kZl\",\n    \"archivedDate\": \"4562-08-30 07:22:41\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "2e13eb24-3038-4894-8580-ccb50fbec7a9",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "213c8bcc-ea13-407b-ac1e-17496ca5e229",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "6d99c966-561e-4cfe-8fb6-6196a43560ae",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "b0e5bc50-d27c-42e7-96cb-974afd6e3a2e",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "50c891dd-d030-4d0a-9746-5b025a708b32",
                                            "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                            "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": "b8c117c7-5142-4ccb-b84d-9aec595f61b6",
                                                    "name": "Success ",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedTask",
                                                                ":id"
                                                            ],
                                                            "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\": \"._L4O5Saeg-rnHqng4NZ_EMirXWwuqUVFMkJ73UVKKpx2wzW7ZIjkMG.OYUGcGrK8zOp6.pLW2M850A_AsOKmisZ2ecwQbYcDGw01ApN3ySkT6m5JETl_GyVRWNLIYDPR65FAY6knI5rQz7uQdxUWelK-0fDRvCsRZQ.uI35eIslk2sK9bFfA-ot0L4rH5THic-rY.HxISrt_K297J_qZ07dHb.yfw46M\",\n  \"type\": \"<string>\",\n  \"name\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"description\": \"<string>\",\n  \"displayDescription\": \"<string>\",\n  \"state\": \"skipped\",\n  \"reached_state_date\": \"1511-06-04 08:18:37\",\n  \"last_update_date\": \"6323-11-11 23:50:55\",\n  \"dueDate\": \"0147-10-25 22:03:24\",\n  \"priority\": \"<string>\",\n  \"processId\": \"MVwdvICiQF-sC38iQMHPDom.4OHkZGd1CeIwIH8OCU-sD.NI9gDAKeD8U3ScED8Kki7_i7vdlyM0d60oyJJBwx9ohnzL03a3_NRBg8hWsjMdh68Ckp99gm-85I0p7Fj5nsZlGyXsNYGwG5I5_898QQ.lOMcmRbU5JRS1N75qhI2v4N1IWfLlO.hQ2\",\n  \"parentCaseId\": \"RitUng0ytxVSOS5EwtSC5WYH3JbSjOJlEvDqrnsPgZSnO098nI3m5nQhmahL_0iOhl9VSq1jelTLz_sf2qcEcwNTv3Uz2Y9YQuuDFsADY\",\n  \"parentTaskId\": \"39cHFdbHMW_FyFxtj5\",\n  \"rootCaseId\": \"TN0YxTq4LdzZIxen18hRExe0eFwSkQ4IB5DCYQHbziMy8nCSfm2ma6rj1HwiTvPaIAh9pn.-vJ7yuSs4dSHj9r.pgSigNxwGbRfWnFcnGuKvzyv42xI7ZvvzCgh4mgU3nljsmEcUsPdI5iYijQ0XCy12Y7Sf-mJ9POTAC2aaYuumBV2-zWM_oluk33HOMfc0sEjxxwffTsPTffWt_QU_Y9K5zp6RqidhCMRs0-1.NA\",\n  \"rootContainerId\": \"DlTagyVuAK31v_JtppDs82DnbU2__z50Fa.-x5ppRnBtxSZtGTINOlvjQkRZXiEM66ybLPZVhonvsaT3_y4JqTSymEYH2-cwQ\",\n  \"executedBy\": \"GlKLCsSNYSEXOKSCkYRUwQ9Q\",\n  \"executedBySubstitute\": \"<string>\",\n  \"actorId\": \"-xQ6N1v0G8YQbX2yQuoviLL9bR9l7m-nF-Wl584yutTROpxWGEY5wtGThvQmV1k_h_DuxUBZ18bZh1lrkVb7tJH6PrhMj-ab0lWh6pRBS6V36_C159A9ft8ZvGBWUYpL2arq8-.7L6c6Ab\",\n  \"assigned_id\": \"1khHfMzwNwqW17CXzkGbKwz674Ap6BkzU4K5LXCr-LYmFyUlkul0yPQurL.L1YxnSr5C_VizNV7KT_6jPMz9BIh9Cumy1KYsx8BL4-C5a306jRdveuKvzIkVr93moXpRYveTLeA5U.E0znhoWtfWbxV.knZp9uHqb\",\n  \"assigned_date\": \"6320-05-31 02:55:09\",\n  \"isTerminal\": \"<boolean>\",\n  \"sourceObjectId\": \"CKK0aYT-7chq.iak39lvtKgwc0sl-85Cb6r..NWDmThJuQc.Q969hT54z5ZA1L2V6KsQNj5.wUHcdo0Ugc4BI..hLzeD\",\n  \"archivedDate\": \"4687-11-02 21:16:44\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "bb031989-b1d3-4482-9154-107ce3dcf6b0",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedTask",
                                                                ":id"
                                                            ],
                                                            "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": "46b56897-33f7-4880-a6b4-ee84c1271573",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedTask",
                                                                ":id"
                                                            ],
                                                            "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": "e24bccff-ec69-4a68-8907-94a44a77251c",
                                                    "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": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "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": "4f37840e-9244-407e-9b67-c318cb273a9f",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedTask",
                                                                ":id"
                                                            ],
                                                            "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": "1fbf97af-24c4-4c95-9eb6-32fc72f55bef",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedTask",
                                                                ":id"
                                                            ],
                                                            "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": "activityVariable",
                            "description": "",
                            "item": [
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "name": "{variableName}",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "fb887aff-0f20-42e6-8c33-79e1f4926a83",
                                                    "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) The identifier of the activity from which to retrieve the variable",
                                                                        "type": "text/plain"
                                                                    }
                                                                },
                                                                {
                                                                    "type": "any",
                                                                    "value": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                                    "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": "26e11f14-f74e-4f00-8990-2c888421e92f",
                                                            "name": "Success ",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "activityVariable",
                                                                        ":id",
                                                                        ":variableName"
                                                                    ],
                                                                    "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\": \"FxUbHsPgN6LvBjKeDm_hfdMUKw5tHnmu5QbLR4lIfgPDMxbYedtByHlbeUxvC7X6qTdjhdNKiBqu-CDx1yf0fqGOFPrcsN5zNPfrmknIQ0rIi7xj-XGxbPSd8mFC9BPF7xydJJgDkJx6Pj91l1ManHIi8CINMRnp1-cOo1fbk3\",\n  \"id_string\": \"V98uuRIGeyCgf16sLqkbWw1KKPaOz6P4NWy0J_7WCs3-VFWV.giqqdUtJGKrYrRPmUh6Fn3-T_bF7YAg3U00rrdRvWmABCFfqlHUQmAMPXK.m1RfGy50t48DSbH-_p.kmnEbYXHqgbnDGcyE4g1UXRAXosqBB2xnEv9G-cZkRsgjx-Bllc0LijVY.ak2WJ-KjqLjILD.G.7L8b4pXRYnX2\",\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"transientData\": \"<string>\",\n  \"className\": \"<string>\",\n  \"containerId\": \"<string>\",\n  \"containerId_string\": \"<string>\",\n  \"containerType\": \"PROCESS_INSTANCE\",\n  \"value\": \"<string>\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "f5d8c28b-1821-4f31-845e-9820b0aaae71",
                                                            "name": "Bad request.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "activityVariable",
                                                                        ":id",
                                                                        ":variableName"
                                                                    ],
                                                                    "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": "c608f10f-0695-4df0-aa41-7c94d1e7705e",
                                                            "name": "Authorization information is missing or invalid.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "activityVariable",
                                                                        ":id",
                                                                        ":variableName"
                                                                    ],
                                                                    "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": "1fc1c363-0815-4d76-a3b4-d3690be02972",
                                                            "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": []
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "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": "71ffbb67-9ba4-4c6b-a8d1-7defcc48e1d3",
                                                            "name": "The resource for the specified ID was not found.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "activityVariable",
                                                                        ":id",
                                                                        ":variableName"
                                                                    ],
                                                                    "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": "2ad637af-500b-4309-bd23-c2ea9ba40899",
                                                            "name": "Unexpected error.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "activityVariable",
                                                                        ":id",
                                                                        ":variableName"
                                                                    ],
                                                                    "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": "archivedActivityVariable",
                            "description": "",
                            "item": [
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "name": "{variableName}",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "6e04199d-d2bb-41b8-a905-9cffdfd1f994",
                                                    "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) The identifier of the activity from which to retrieve the variable",
                                                                        "type": "text/plain"
                                                                    }
                                                                },
                                                                {
                                                                    "type": "any",
                                                                    "value": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                                    "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": "5b5c5af7-e4dc-45dc-b0f6-96fa315abb93",
                                                            "name": "Success ",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "archivedActivityVariable",
                                                                        ":id",
                                                                        ":variableName"
                                                                    ],
                                                                    "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  \"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": "37bfe138-ec30-4e2d-b0d5-b4bf23481472",
                                                            "name": "Bad request.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "archivedActivityVariable",
                                                                        ":id",
                                                                        ":variableName"
                                                                    ],
                                                                    "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": "672c6693-9bfb-4a89-885f-2d3bf09dab7a",
                                                            "name": "Authorization information is missing or invalid.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "archivedActivityVariable",
                                                                        ":id",
                                                                        ":variableName"
                                                                    ],
                                                                    "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": "16f4ec6c-1191-499c-9b3f-b7eca850a23c",
                                                            "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": []
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "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": "879b8cb2-4bed-4cc6-8c45-cd63b69792d3",
                                                            "name": "The resource for the specified ID was not found.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "archivedActivityVariable",
                                                                        ":id",
                                                                        ":variableName"
                                                                    ],
                                                                    "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": "cc0b4813-a953-4635-b75d-812b592b5919",
                                                            "name": "Unexpected error.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "archivedActivityVariable",
                                                                        ":id",
                                                                        ":variableName"
                                                                    ],
                                                                    "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": "caseVariable",
                            "description": "",
                            "item": [
                                {
                                    "id": "11d9c2df-bb85-4786-bed5-70b8cdbf4f0c",
                                    "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": "XKLC2B7IxvInoBqNGL1cMEoPKT8QhSmTPUWZv%Z3qCFp0JjOmFmZdMI9dXwserPzJC30uNrkqFCUFTDX2khUbKU0C4juP%KCwMYPJVDOkZx%szVCbmcLyb5WgVmuHf"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "525207df-53da-4b00-b0c0-6299cdb85641",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "732fb39e-2276-48bb-b1c0-6f6ae7695822",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "d17bc443-4ffb-4573-8cab-8ea56546268e",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "277e3154-2022-4a5d-84fe-6ec5f361d8c4",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "d71a95f3-41de-478d-9f6a-9cfa8d0fe286",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "d9e6d2cd-0480-4b72-b20e-32aef0d63f70",
                                                    "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                                    "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                                    "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": "429c8221-9a2b-4dc3-b775-8894fbac40b1",
                                                            "name": "Success ",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "caseVariable",
                                                                        ":id",
                                                                        ":variableName"
                                                                    ],
                                                                    "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  \"description\": \"<string>\",\n  \"name\": \"<string>\",\n  \"value\": \"<string>\",\n  \"case_id\": \"<string>\",\n  \"type\": \"<string>\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "81ced067-c94b-495c-a308-059117c611e2",
                                                            "name": "Bad request.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "caseVariable",
                                                                        ":id",
                                                                        ":variableName"
                                                                    ],
                                                                    "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": "58b68cc6-9415-46a4-b8ad-57ceff0fc2e4",
                                                            "name": "Authorization information is missing or invalid.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "caseVariable",
                                                                        ":id",
                                                                        ":variableName"
                                                                    ],
                                                                    "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": "6127a5b1-8af0-4bb0-8762-7f8071adbdca",
                                                            "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": []
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "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": "dce7b724-3c27-4931-aaab-dbdac8eca2ba",
                                                            "name": "The resource for the specified ID was not found.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "caseVariable",
                                                                        ":id",
                                                                        ":variableName"
                                                                    ],
                                                                    "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": "cd270f57-8d96-4b4a-91f8-5469d7fc5e1e",
                                                            "name": "Unexpected error.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "caseVariable",
                                                                        ":id",
                                                                        ":variableName"
                                                                    ],
                                                                    "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": "0ad71f5c-eb66-4cc9-94b4-8a2a4f8c0601",
                                                    "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                                    "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                                    "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": "624f90f4-1645-4672-be4c-522bd13ffd66",
                                                            "name": "OK",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "caseVariable",
                                                                        ":id",
                                                                        ":variableName"
                                                                    ],
                                                                    "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\": \"<string>\",\n  \"value\": \"<string>\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "9073165e-2a9e-403a-a513-0f2f0ead5c43",
                                                            "name": "Bad request.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "caseVariable",
                                                                        ":id",
                                                                        ":variableName"
                                                                    ],
                                                                    "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\": \"<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": "dce5ac64-5ab8-496e-aa77-c39798ec8e39",
                                                            "name": "Authorization information is missing or invalid.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "caseVariable",
                                                                        ":id",
                                                                        ":variableName"
                                                                    ],
                                                                    "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\": \"<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": "93dc335b-7a5c-400b-b9f2-78f68dcde74d",
                                                            "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": []
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "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": "62ff3e4c-4af3-493e-b21a-af706439ad32",
                                                            "name": "The resource for the specified ID was not found.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "caseVariable",
                                                                        ":id",
                                                                        ":variableName"
                                                                    ],
                                                                    "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\": \"<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": "28075f2a-3f66-4c5f-b358-b396799f08de",
                                                            "name": "Unexpected error.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "caseVariable",
                                                                        ":id",
                                                                        ":variableName"
                                                                    ],
                                                                    "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\": \"<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": "c5b1b238-056c-4f31-a15b-8e399ca1d758",
                                    "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": "W4oRrVTS2OlyxGWRoCSfEIKKO5qDxgZ5MD-Ej8RRkr2ACykG5JsXFLxfl_UTjp3O%5O2yVsAglnropS5wQYO7A57eGpVKvXDKXNA_rwU"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "059ed297-f77d-484c-9163-10c91662879f",
                                            "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": "W4oRrVTS2OlyxGWRoCSfEIKKO5qDxgZ5MD-Ej8RRkr2ACykG5JsXFLxfl_UTjp3O%5O2yVsAglnropS5wQYO7A57eGpVKvXDKXNA_rwU"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "b3c5cf3d-edd9-47c4-abb3-4bcca85829f6",
                                            "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": "W4oRrVTS2OlyxGWRoCSfEIKKO5qDxgZ5MD-Ej8RRkr2ACykG5JsXFLxfl_UTjp3O%5O2yVsAglnropS5wQYO7A57eGpVKvXDKXNA_rwU"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "99e3c41a-4bb4-4314-ab64-02f636eab00d",
                                            "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": "W4oRrVTS2OlyxGWRoCSfEIKKO5qDxgZ5MD-Ej8RRkr2ACykG5JsXFLxfl_UTjp3O%5O2yVsAglnropS5wQYO7A57eGpVKvXDKXNA_rwU"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "397448fb-9516-4e2b-baef-c09632b499d1",
                                            "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": "W4oRrVTS2OlyxGWRoCSfEIKKO5qDxgZ5MD-Ej8RRkr2ACykG5JsXFLxfl_UTjp3O%5O2yVsAglnropS5wQYO7A57eGpVKvXDKXNA_rwU"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "e07b7132-3255-463c-a781-535561de095b",
                                            "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": "W4oRrVTS2OlyxGWRoCSfEIKKO5qDxgZ5MD-Ej8RRkr2ACykG5JsXFLxfl_UTjp3O%5O2yVsAglnropS5wQYO7A57eGpVKvXDKXNA_rwU"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "3a6ab72d-c744-40c2-bfe7-87ec629359a2",
                                                    "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                                    "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                                    "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": "186ece5e-e792-4679-858e-7e9cb827e416",
                                                            "name": "Success ",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "archivedCaseVariable",
                                                                        ":id",
                                                                        ":variableName"
                                                                    ],
                                                                    "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  \"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": "5e72d2dd-efab-48e5-9c62-096132e0e8e9",
                                                            "name": "Bad request.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "archivedCaseVariable",
                                                                        ":id",
                                                                        ":variableName"
                                                                    ],
                                                                    "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": "6d958dcf-b551-42d8-b25e-0325813b6b61",
                                                            "name": "Authorization information is missing or invalid.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "archivedCaseVariable",
                                                                        ":id",
                                                                        ":variableName"
                                                                    ],
                                                                    "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": "6274a2c4-09a8-4d40-b2f3-3c10667e5f8c",
                                                            "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": []
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "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": "f4c956a3-27cb-4b2d-94a3-1cd02a10feec",
                                                            "name": "The resource for the specified ID was not found.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "archivedCaseVariable",
                                                                        ":id",
                                                                        ":variableName"
                                                                    ],
                                                                    "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": "a433707f-bed4-4b62-9267-b005f41c806f",
                                                            "name": "Unexpected error.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "archivedCaseVariable",
                                                                        ":id",
                                                                        ":variableName"
                                                                    ],
                                                                    "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": "caseDocument",
                            "description": "",
                            "item": [
                                {
                                    "id": "1f83190d-a08d-4736-bfdc-26068705ae4b",
                                    "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": "XKLC2B7IxvInoBqNGL1cMEoPKT8QhSmTPUWZv%Z3qCFp0JjOmFmZdMI9dXwserPzJC30uNrkqFCUFTDX2khUbKU0C4juP%KCwMYPJVDOkZx%szVCbmcLyb5WgVmuHf"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "8b6623e1-f882-4815-9639-bae7258db0a1",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "e388da51-8f53-4306-880f-4f0996926254",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "7326da02-54b5-4293-b842-5b8d5fb3933c",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "f7421b4c-2353-4c73-912e-102fcac3ae88",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "ba4b693d-587d-43f7-bb2c-70121d8510cd",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "c81f38b8-be31-418e-9544-b7589f78bb18",
                                    "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": "3b0f2164-25a7-49c1-a484-688e683c4f42",
                                            "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": "d600af79-e802-42f6-b129-6fae9e476d6e",
                                            "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": "a03df83d-a23b-43e4-9b3d-2ded29062ff6",
                                            "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": "536befcb-c45e-49f9-aab2-092ca320fb63",
                                            "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": "b2410d5e-575a-4892-a0fa-4e57f19c0d74",
                                            "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": "dbd50980-b9d1-4009-922b-1635bd044338",
                                            "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                            "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": "4e2084e8-88b6-4a7d-8cfb-16debdfab4b7",
                                                    "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.\n",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "caseDocument",
                                                                ":id"
                                                            ],
                                                            "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  \"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": "51608637-34e9-4903-868f-3d036483825d",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "caseDocument",
                                                                ":id"
                                                            ],
                                                            "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": "24f95394-f524-41ce-9979-eabc95b41d88",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "caseDocument",
                                                                ":id"
                                                            ],
                                                            "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": "6c5d6576-3352-4a6c-8390-c084faf831f1",
                                                    "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": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "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": "c3c41eda-3e35-448f-9edd-26e7480034eb",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "caseDocument",
                                                                ":id"
                                                            ],
                                                            "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": "85bf7fd0-7a8a-4b38-ac93-3dd0efa12c1b",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "caseDocument",
                                                                ":id"
                                                            ],
                                                            "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": "85547133-564c-424c-a8ba-3a6bb2c06f69",
                                            "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                            "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": "67e58e0b-bf0c-4aad-8138-35aee467a524",
                                                    "name": "OK",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "caseDocument",
                                                                ":id"
                                                            ],
                                                            "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  \"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": "cbb766c7-adbd-48cb-b300-65cdfa7cb08d",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "caseDocument",
                                                                ":id"
                                                            ],
                                                            "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  \"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": "2d28d03e-fd78-4c75-9424-59e1f17f9ddd",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "caseDocument",
                                                                ":id"
                                                            ],
                                                            "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  \"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": "b6c14b4b-5f71-472a-915f-a53aec242542",
                                                    "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": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "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": "bfa5a924-7ba2-4257-a245-d5eb7ab402d4",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "caseDocument",
                                                                ":id"
                                                            ],
                                                            "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  \"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": "748d34b7-cfd6-4d40-ab78-e1d9ae4f95a0",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "caseDocument",
                                                                ":id"
                                                            ],
                                                            "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  \"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": "a576ae04-d321-4320-ac07-0e55a6e24cb8",
                                            "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                            "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": "a9fd7495-6748-4024-ae58-a97a606dfc35",
                                                    "name": "OK",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "caseDocument",
                                                                ":id"
                                                            ],
                                                            "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": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "4058c040-589b-45c5-a037-792a044e80f4",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "caseDocument",
                                                                ":id"
                                                            ],
                                                            "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": "ffad11d0-ae32-4ebe-80e2-fd898196fa9c",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "caseDocument",
                                                                ":id"
                                                            ],
                                                            "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": "597ea64b-d9fe-47b1-90dd-741778b9bf5d",
                                                    "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": []
                                                        },
                                                        "header": [
                                                            {
                                                                "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": "4bfca1f2-2cfd-42ab-988b-87eae0bcbeab",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "caseDocument",
                                                                ":id"
                                                            ],
                                                            "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": "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": "62c19aa3-ef55-408c-a857-902afafc7831",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "caseDocument",
                                                                ":id"
                                                            ],
                                                            "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": "archivedCaseDocument",
                            "description": "",
                            "item": [
                                {
                                    "id": "ed8cc621-38d6-470b-873e-6a4209266a1a",
                                    "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": "XKLC2B7IxvInoBqNGL1cMEoPKT8QhSmTPUWZv%Z3qCFp0JjOmFmZdMI9dXwserPzJC30uNrkqFCUFTDX2khUbKU0C4juP%KCwMYPJVDOkZx%szVCbmcLyb5WgVmuHf"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "043c0581-a66a-4a7c-85ee-6430389f17a3",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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\": \"9967-12-31 09:46:00\"\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\": \"1923-05-30 20:02:00\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "a4097b72-f5ed-4e5c-81e9-270dce9d261a",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "bc6d8102-4994-4659-b826-b84421e48055",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "ba607130-e2ba-4ef3-a8d3-a1917140a53c",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "0cd0b23d-a01d-49bd-9bf1-021d64dbc797",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "93502a2a-bc38-4bf1-b621-9d2348b98e90",
                                            "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                            "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": "b197cb28-eefc-49df-8bff-658866c1ad7b",
                                                    "name": "OK",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedCaseDocument",
                                                                ":id"
                                                            ],
                                                            "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": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "95f509c1-9525-4862-9d93-a3f261ee7685",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedCaseDocument",
                                                                ":id"
                                                            ],
                                                            "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": "740223c2-96ea-4bcd-b128-84db33283a8e",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedCaseDocument",
                                                                ":id"
                                                            ],
                                                            "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": "a0dfe678-36c8-462f-9f39-2bbebb27ebaf",
                                                    "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": []
                                                        },
                                                        "header": [
                                                            {
                                                                "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": "da0818fe-0d13-4fdd-9d02-554d4d0cb950",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedCaseDocument",
                                                                ":id"
                                                            ],
                                                            "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": "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": "ba37cdcf-a112-4888-a070-977aab481215",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedCaseDocument",
                                                                ":id"
                                                            ],
                                                            "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": "actor",
                            "description": "",
                            "item": [
                                {
                                    "id": "31257164-dfa3-4dde-9e3b-601d2b8713b6",
                                    "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": "XKLC2B7IxvInoBqNGL1cMEoPKT8QhSmTPUWZv%Z3qCFp0JjOmFmZdMI9dXwserPzJC30uNrkqFCUFTDX2khUbKU0C4juP%KCwMYPJVDOkZx%szVCbmcLyb5WgVmuHf"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "6ba51b20-40db-4bea-bc0c-4c734137a28e",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "03e364fe-c8a6-40ce-ba6c-544c15018530",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "da7e8a06-6026-478d-8d99-2484e64f31c9",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "a40a8846-7d3e-46f7-857c-3892f4a0f479",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "408fb9fa-b4ff-4ffd-97cd-73d528de2e14",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "308d7112-0c7f-4612-b05d-0a7fb33f436e",
                                            "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                            "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": "df34ee55-52b8-4437-b217-60efea804562",
                                                    "name": "Success ",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "actor",
                                                                ":id"
                                                            ],
                                                            "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\": \"<long>\",\n  \"process_id\": \"<long>\",\n  \"description\": \"<string>\",\n  \"name\": \"<string>\",\n  \"displayName\": \"<string>\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "cf9e4062-83c5-48fd-b07e-0f11a5ba7d11",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "actor",
                                                                ":id"
                                                            ],
                                                            "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": "58a64f81-824b-4af6-8e98-b7847c1feb48",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "actor",
                                                                ":id"
                                                            ],
                                                            "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": "462a2853-c27e-4e8c-9c4b-d67a02e28806",
                                                    "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": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "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": "bc132886-ad46-4834-98c3-2d3d890a99a6",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "actor",
                                                                ":id"
                                                            ],
                                                            "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": "19484ab9-34d9-4594-b8d1-7e55511c2528",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "actor",
                                                                ":id"
                                                            ],
                                                            "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": "9e8b8691-4aaf-4320-813b-0192843365f6",
                                            "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                            "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": "4dba51a7-7ef1-4e2a-8619-c0bcaafaecd3",
                                                    "name": "OK",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "actor",
                                                                ":id"
                                                            ],
                                                            "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  \"displayName\": \"<string>\",\n  \"description\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "4b1b2d36-acb4-42c4-babc-888dffc18f2f",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "actor",
                                                                ":id"
                                                            ],
                                                            "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  \"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": "303989b0-693f-4625-abdb-f2ce11418eb6",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "actor",
                                                                ":id"
                                                            ],
                                                            "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  \"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": "df6189c8-f9f9-4ffc-adef-c5e235a5df67",
                                                    "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": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "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": "18bbe6d0-e8b4-46a2-b393-e72a7857899c",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "actor",
                                                                ":id"
                                                            ],
                                                            "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  \"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": "066a1bf2-c94d-412e-a65f-a98f2bc0a460",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "actor",
                                                                ":id"
                                                            ],
                                                            "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  \"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": "a84560f7-f072-461f-94e0-7b7e52f9bb49",
                                    "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": "XKLC2B7IxvInoBqNGL1cMEoPKT8QhSmTPUWZv%Z3qCFp0JjOmFmZdMI9dXwserPzJC30uNrkqFCUFTDX2khUbKU0C4juP%KCwMYPJVDOkZx%szVCbmcLyb5WgVmuHf"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "95474015-fff3-4de4-aaa7-9d8750ec1965",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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\": \"tKkrt38.uTwrl_v0FOISYHB\",\n    \"actor_id\": \"YaBjAcrBRp2DozSKVBY7pY9xWpeJ6y_R0WfFROPPtEGcPowUrY2cMCdSECr-L5KB7AgUwxq-M-0XqxygPmCJwSYc0.tnbd7_yHwjfW5vv04ddaiDKgGFXuUyHcKdymGFVKswyoC4HDIoNfLOfXPMa4-zNcukH3XO_vH4yEBTCslOO0gRdxMXkUcxI_Y7Haa\",\n    \"role_id\": \"rhoWP8Qe62jAoYjwiyj.vvWD_8jn5tRy7lCiO6.s3tSm4OnGu6aL1X1ez4zWpCC0oWkDcKL_k810G.g-i45vnvR.i7uuoIrX_ZfARrGUyFSH1R3vW0ewNBiQlGCPDSA7NJ2WFphYILvZ1mJIUbqiiOr1-G7.ph1HL6pJtCGwke026KkOpyoOwhOqjqr6Y2_h1Dx3WlRhfXVhe1c-6LHq2Ve0Md5g1gObcb1pVNFcpwKCC\",\n    \"group_id\": \"n45HjVZZ5Y2jG-9rIpwjcrpW1bnYhkiA6OcREoF25sa4ilFDlUIBlXbumecaM93nQj3r.ynKBsybxvzBFMzk_87Z_uFshfWZoTJoAu5Kve5-kZuIVgHwEE2.kUdeNCUUv0gHFMefXr9o7_fX-ZN52K4ngZa\",\n    \"user_id\": \"odQdX8-xuSvpSIjlgQbPxGbOtqE.wdCxrhnuN.oUl0PbRzNW2eGtFhI1Ie.6VVeyXq.PsKSKEHzXntBm73-4WT0XgIAtjaJatOjplHHe7DGMVOZKmHMqQZLwNATl8wv3FPJbYah-ZeMRCzR7OpbhRGxWpFxg7tGgqxJrHmwoAXxMGXT7N-T083s5qyprD326lbOFYpp2FwTQ7hKIHHQSyA9r4lUeYfHokh9iCD.9EBpl3Gc2SnDJ-9MS.\"\n  },\n  {\n    \"id\": \"wKrOHy7fTVeqR4KI_WP73yG-S4cHTTTuVUrg3m.JtM1vN6j6oZq9YCRkE5qvgYSA_.i7N0L2t2jdwN5JIXcJIP_VVtNBgAMJfLEgzs9gmoWlul5pv9x5pIQf3m0iNRBQlyWtW.itA0S_qf6t900wCB2WtH3ORvVz1I0Udf9x8qKAjHgYHWAr-MVD4bJscGldaFjn47tKA_t_i6pPQjqa0bQbg_bmIz-5IoklgT2tSPo5LeLa7w2dk\",\n    \"actor_id\": \"r7IykCbQjTBzg-uszAxG-7FWDv6iaf7Gj2HvELSr9frpOvsY-3g0EH_pGfp.HN4UyT.R87D.kCeXU84BtqzKfBb..Ah4SR-f8T_F4sIPkjhO2vcr-lI-N7WoRXx2GB73K1g9DMjOFo1163LRf_-C2V78CksOoDaBx.dXqyjU8-ELJ9P6lwBc1VsniIVmluiUC3cz\",\n    \"role_id\": \"KS9Ds0\",\n    \"group_id\": \"1yUaqo4MUnjFsQwmhRlKAD_IoH45NOYjVw8.GqUeGW8cRkqpD_CGotZ9VT03vVtQDHTHFiJEivNH1UW40H0qvF.KT1qZ_1ucBMsMIllV1Y.HgqPhJpyAkNcWk0kOvN_wqVXkV1.Mib3Nu\",\n    \"user_id\": \"lyA1hpPxs5Vzmjs5AEd_Q4b7iWciFm46Jpe1rO-1_ffRGObWn7Cr0dpmgMWbsY-rNF5lOflw7Gm90exPiBNjWdFmjFT-NAm\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "0d7096fa-d8ba-4ae3-9042-b2a294f270a6",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "2ae746ff-07fe-4236-8f2a-f43208c8353a",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "3d22b5b8-2740-4992-a0c1-2ee296e332ca",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "999249ca-085c-47f8-ade6-a7460c6cff68",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "d3d29fa6-b268-4aa4-864d-d560239c7f6b",
                                            "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                            "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": "e8e33b94-ccde-4b64-bc1d-1a1b1c2f8df0",
                                                    "name": "Success ",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "actorMember",
                                                                ":id"
                                                            ],
                                                            "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\": \"OMKwvBkNDpR1QQQJoQidWvkuyysQMqdwYjV3E6JrhNBbd1XsRS1t.FBh5B51lQF3am8N6N6.bTns8_1GrHt12czp9rrxtiX8PT.0AU8NelOs32qZjISER6Sfg4IlmwkqQj\",\n  \"actor_id\": \"-R-Vcl8jE7uUPmzsnObcVKyQJwFbj6jXgoLPhu_YfzmtiBsTMXSsyHCfsFJkpH_kCPKLZMsRTI9Pa9BCAt5D6gsewIEUkharuztuq4rx1C.Sf1zfDIQZmOvwLV2MnfImqRWmijSQgpdj0K-mGP70RMqxNkqntbRShuIm6\",\n  \"role_id\": \"K3z4ZsevWnPtYzQHDzZ2Mff8xTK2UTGoHcwD-E\",\n  \"group_id\": \"TsSpTp\",\n  \"user_id\": \"n8kY7WumbheUIjugPkeO2Xt0XocBN8sCHFL3frQIDPalv_StlsHMTxaCrVwWQ22lvXBPPQLQJf8gLwiyp6bbZhiOToGNXEZObC5uDg8qqyn89pvjttlfhqKorSpYjilaIuLMENdgi5B4iEnY.iuwgBrUNGGdVHASMDZGXjqTAXRidA7Nb2KKzxDrBqoCKojoEZ40IDIZ.b1H.FyPGfynJWYZUd_i348-ous9l9u3UUTv8rpr\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "9f4cc2a3-f6f3-433e-859e-53887e526621",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "actorMember",
                                                                ":id"
                                                            ],
                                                            "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": "489b561f-5452-4cc7-937f-00866add7c72",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "actorMember",
                                                                ":id"
                                                            ],
                                                            "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": "943d87cd-d696-4aa0-88cd-8e2b1959a959",
                                                    "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": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "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": "691b0511-52ed-4601-8bc0-7a7c6bdcf9c2",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "actorMember",
                                                                ":id"
                                                            ],
                                                            "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": "950492b7-cb11-4bac-b7bc-e5d26588251d",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "actorMember",
                                                                ":id"
                                                            ],
                                                            "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": "28b5867b-a58a-422b-8ccf-304d23cfb34a",
                                            "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                            "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": "24302ff8-97d7-415f-941f-ba66bc7872a5",
                                                    "name": "OK",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "actorMember",
                                                                ":id"
                                                            ],
                                                            "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": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "4ce59ced-a029-4981-83e5-80e3fddf5d65",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "actorMember",
                                                                ":id"
                                                            ],
                                                            "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": "2f4a0e35-c088-42ad-acc6-ef8665307221",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "actorMember",
                                                                ":id"
                                                            ],
                                                            "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": "272111da-3799-4c7c-84ce-d3b4aa2a0031",
                                                    "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": []
                                                        },
                                                        "header": [
                                                            {
                                                                "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": "86305c60-f5dc-4e88-b7f3-16ad24a34642",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "actorMember",
                                                                ":id"
                                                            ],
                                                            "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": "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": "6a9ada7a-05e9-476b-819e-5c6fab164ece",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "actorMember",
                                                                ":id"
                                                            ],
                                                            "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": "case",
                            "description": "",
                            "item": [
                                {
                                    "id": "c65c93e5-e725-4d46-8dc9-e76a22008ca1",
                                    "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": "XKLC2B7IxvInoBqNGL1cMEoPKT8QhSmTPUWZv%Z3qCFp0JjOmFmZdMI9dXwserPzJC30uNrkqFCUFTDX2khUbKU0C4juP%KCwMYPJVDOkZx%szVCbmcLyb5WgVmuHf"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "a39f6c9d-30b5-4336-94f7-d01f9db5f083",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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\": \"completed\",\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\": \"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  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "bb0f645a-0b25-45e0-a7b7-6927bf3ef403",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "6cc38ccc-cf82-4194-8699-77baa9ce73f7",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "d0ad5571-55fd-476d-8d2a-b8232ed6f41e",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "0ed3735c-f139-430a-a7ae-644c64963e0f",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "58a9bb43-bb1f-44a7-9b46-881713d56b49",
                                    "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": "2223c5ce-6046-4db2-ae01-0498ee5ed9a8",
                                            "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\": \"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}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "502243dc-b3fa-4a6a-bd36-d957ef76b3eb",
                                            "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": "bd3f0a09-b7a2-48df-85eb-e882edd5da0b",
                                            "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": "48921ac7-7ae6-4ee9-83c9-686542b78c05",
                                            "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": "55551285-33da-48b0-af96-7e04a6d59697",
                                            "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": "5d6d6794-3ce3-45db-8bd6-a47d88dd4cc4",
                                            "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": "7aa92b68-4492-4948-b122-64d472b6c340",
                                    "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": "3bd99f12-da9f-4f84-8682-39c7f10f8e27",
                                            "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": "34d681d1-6e3b-4d35-836d-fb52eef12a56",
                                            "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": "6e47f199-6439-4832-9258-b44011922d94",
                                            "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": "6cfa8d87-faf5-4efd-85af-c9207aadfe33",
                                            "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": "5f5a03da-3d79-4778-9af9-356a544f4cad",
                                            "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": "ec7cb06c-212e-4a8c-9521-8526489c9cdd",
                                            "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": "ffb37b5f-7dbd-49b0-a7a9-d984c52dc8f5",
                                            "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",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "n",
                                                            "value": "activeFlowNodes"
                                                        }
                                                    ],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                            "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": "bee3d4d0-370b-42a3-84a9-196be2824a09",
                                                    "name": "Success ",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "case",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "Count of related resources",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "n",
                                                                    "value": "activeFlowNodes"
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "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\": \"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}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "dbcff222-4a66-4a56-a36a-2d90fba47dd2",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "case",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "Count of related resources",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "n",
                                                                    "value": "activeFlowNodes"
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "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": "4314bc66-db61-42d0-88f9-c7f1299cf36e",
                                                    "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",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "n",
                                                                    "value": "activeFlowNodes"
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "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": "d0d76ee3-5326-4477-9ff6-bc2e49cc6021",
                                                    "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",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "n",
                                                                    "value": "activeFlowNodes"
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "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": "7717f0b2-3b88-4431-b040-90d886b83e1b",
                                                    "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",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "n",
                                                                    "value": "activeFlowNodes"
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "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": "e8b69bbb-7d40-472c-933c-2e155cc0eac2",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "case",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "Count of related resources",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "n",
                                                                    "value": "activeFlowNodes"
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "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": "649f9908-5ef7-471d-a970-02c420d5b7bd",
                                            "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                            "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": "a93ec486-67c9-45d4-b90b-8e9be211d771",
                                                    "name": "OK",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "case",
                                                                ":id"
                                                            ],
                                                            "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\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "fdbbafa2-5cca-4863-8962-98c746118e27",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "case",
                                                                ":id"
                                                            ],
                                                            "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\": \"<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": "6cd4e5f4-19f7-42e3-aa62-cd8448b75afa",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "case",
                                                                ":id"
                                                            ],
                                                            "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\": \"<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": "34a1928b-95b2-4f95-8a74-95c1608891b2",
                                                    "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": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "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": "7b43d4ed-0bfb-461c-a7d3-21359ff3cb24",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "case",
                                                                ":id"
                                                            ],
                                                            "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\": \"<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": "88edb9f4-2f72-472a-9d5c-4078e2ac0910",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "case",
                                                                ":id"
                                                            ],
                                                            "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\": \"<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": "61313e27-1214-40e5-aebd-c0931a12f6cc",
                                            "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                            "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": "7100755f-a035-455c-a2b9-3ead3a266a7d",
                                                    "name": "OK",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "case",
                                                                ":id"
                                                            ],
                                                            "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": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "09cb4774-80fd-4e63-8026-ef6565985423",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "case",
                                                                ":id"
                                                            ],
                                                            "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": "ef613740-3129-4795-ab3b-414eb9cc3f5e",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "case",
                                                                ":id"
                                                            ],
                                                            "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": "eacf5a15-b92f-4508-9045-489b18307ff0",
                                                    "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": []
                                                        },
                                                        "header": [
                                                            {
                                                                "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": "09e55e66-f4f9-4e47-bc6f-e678018943b6",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "case",
                                                                ":id"
                                                            ],
                                                            "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": "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": "a888e262-05df-4c8a-aef8-736741157335",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "case",
                                                                ":id"
                                                            ],
                                                            "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": "context",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "31408d2b-2927-4838-aa22-dfaa259014ed",
                                                    "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                                    "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": "dc009f15-7988-4ff3-b416-5b3ebfc1044d",
                                                            "name": "Success ",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "case",
                                                                        ":id",
                                                                        "context"
                                                                    ],
                                                                    "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  \"sunt_a6e\": \"ipsum Excepteur labore\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "77dc467b-7e8f-4a18-9a2a-c067d95c5643",
                                                            "name": "Bad request.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "case",
                                                                        ":id",
                                                                        "context"
                                                                    ],
                                                                    "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": "2882b4f7-6881-4fd0-87e0-eb988d66c630",
                                                            "name": "Authorization information is missing or invalid.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "case",
                                                                        ":id",
                                                                        "context"
                                                                    ],
                                                                    "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": "82cf8349-4e0e-449f-8c88-564b4b6a7f4c",
                                                            "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": []
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "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": "4d430d73-c6d1-4384-aca4-b1f306f63b36",
                                                            "name": "The resource for the specified ID was not found.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "case",
                                                                        ":id",
                                                                        "context"
                                                                    ],
                                                                    "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": "21162be0-6c83-4fc6-8fef-8d6333387950",
                                                            "name": "Unexpected error.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "case",
                                                                        ":id",
                                                                        "context"
                                                                    ],
                                                                    "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": "archivedCase",
                            "description": "",
                            "item": [
                                {
                                    "id": "75a6d3c8-52dd-464a-93bc-cb5c6b8e1315",
                                    "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": "XKLC2B7IxvInoBqNGL1cMEoPKT8QhSmTPUWZv%Z3qCFp0JjOmFmZdMI9dXwserPzJC30uNrkqFCUFTDX2khUbKU0C4juP%KCwMYPJVDOkZx%szVCbmcLyb5WgVmuHf"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "ee539826-d63b-4adb-8fdb-1698a0cbf117",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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\": \"completing\",\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": "0ae05e74-58e3-4bee-b205-f2a5a9cfbfac",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "a50ed36a-fc30-43c8-b32f-32fa82f3f8b2",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "93b245b0-6dde-4d91-a870-7c4dd3c11b9e",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "5d9549c9-868e-4931-8412-59f06424b1ba",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "12edcc9c-28aa-4c33-b8f4-889b1e7a567e",
                                            "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                            "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": "2c35d8e0-00cc-4c9c-9628-e189667e4854",
                                                    "name": "Success ",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedCase",
                                                                ":id"
                                                            ],
                                                            "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  \"end_date\": \"<string>\",\n  \"failedFlowNodes\": \"<string>\",\n  \"startedBySubstitute\": \"<string>\",\n  \"start\": \"<string>\",\n  \"activeFlowNodes\": \"<string>\",\n  \"state\": \"completed\",\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": "a9b134f0-3fed-4e39-a2c9-15d469ac75d6",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedCase",
                                                                ":id"
                                                            ],
                                                            "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": "b109e3b2-1ad0-46ae-b9c9-918911de386e",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedCase",
                                                                ":id"
                                                            ],
                                                            "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": "3caf4ed5-2812-43d1-8323-65056fcc1ca4",
                                                    "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": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "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": "fea47367-cc54-413b-a3f9-89bc061e553f",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedCase",
                                                                ":id"
                                                            ],
                                                            "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": "c0f032bc-ede8-436c-ab48-9f32904da866",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedCase",
                                                                ":id"
                                                            ],
                                                            "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": "5e06574a-c816-46fb-9ead-ca288cda0882",
                                            "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                            "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": "5386a6ed-d910-4572-aedb-b2aaf7a0bbb9",
                                                    "name": "OK",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedCase",
                                                                ":id"
                                                            ],
                                                            "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": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "80423baf-70d1-4c53-821b-1996df2af346",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedCase",
                                                                ":id"
                                                            ],
                                                            "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": "fe4967df-4970-4ba8-a7b2-1f6544a7b0c4",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedCase",
                                                                ":id"
                                                            ],
                                                            "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": "5f28d213-b37a-4a6a-a6c4-88e4de8b1320",
                                                    "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": []
                                                        },
                                                        "header": [
                                                            {
                                                                "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": "8d998eba-8d24-48e9-8f2a-12b056f3d2d5",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedCase",
                                                                ":id"
                                                            ],
                                                            "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": "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": "a125e062-28bf-40e7-92f6-5730825612b5",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedCase",
                                                                ":id"
                                                            ],
                                                            "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": "context",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "f6735f29-9574-4f8b-bbbc-357b54fa3508",
                                                    "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                                    "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": "4a510a94-e087-4e2f-8dc1-38f90e2cae28",
                                                            "name": "Success ",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "archivedCase",
                                                                        ":id",
                                                                        "context"
                                                                    ],
                                                                    "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  \"sunt_a6e\": \"ipsum Excepteur labore\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "990c8868-0305-4c22-a62e-ef49b624e14b",
                                                            "name": "Bad request.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "archivedCase",
                                                                        ":id",
                                                                        "context"
                                                                    ],
                                                                    "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": "389da23a-b8a0-43d9-bc83-7cf535bd698a",
                                                            "name": "Authorization information is missing or invalid.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "archivedCase",
                                                                        ":id",
                                                                        "context"
                                                                    ],
                                                                    "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": "8b6784b8-a713-4b86-ba9f-2feb8ae43677",
                                                            "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": []
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "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": "e6e4a64b-5793-450a-8715-a43ac26fb84e",
                                                            "name": "The resource for the specified ID was not found.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "archivedCase",
                                                                        ":id",
                                                                        "context"
                                                                    ],
                                                                    "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": "5502909d-6bbc-47d9-9de6-894e9439dd43",
                                                            "name": "Unexpected error.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "archivedCase",
                                                                        ":id",
                                                                        "context"
                                                                    ],
                                                                    "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": "caseInfo",
                            "description": "",
                            "item": [
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "b1fd0198-4381-4c92-bbce-121c2c5975ad",
                                            "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                            "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": "c359dcc5-9a28-4736-8428-5cd93b65e626",
                                                    "name": "Success ",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "caseInfo",
                                                                ":id"
                                                            ],
                                                            "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  \"flowNodeStatesCounters\": {\n    \"enim_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    \"exercitationc\": {\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": "38796f30-b841-4f54-aa8e-a744760de8fe",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "caseInfo",
                                                                ":id"
                                                            ],
                                                            "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": "6cad4f19-a5df-48e3-99dc-fb4adce12184",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "caseInfo",
                                                                ":id"
                                                            ],
                                                            "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": "5bb0e355-169d-4975-84a5-0f825e7ea1a5",
                                                    "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": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "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": "a7c4ffdd-eb77-4b10-ae60-3b7c1334c46c",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "caseInfo",
                                                                ":id"
                                                            ],
                                                            "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": "90638d6a-93ea-4f25-b80c-efdf413d7d9d",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "caseInfo",
                                                                ":id"
                                                            ],
                                                            "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": "comment",
                            "description": "",
                            "item": [
                                {
                                    "id": "4495b737-1ec9-41a8-99b6-568ee5880118",
                                    "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": "XKLC2B7IxvInoBqNGL1cMEoPKT8QhSmTPUWZv%Z3qCFp0JjOmFmZdMI9dXwserPzJC30uNrkqFCUFTDX2khUbKU0C4juP%KCwMYPJVDOkZx%szVCbmcLyb5WgVmuHf"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "acec72be-70fd-4446-ade5-a11e049307f1",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "d65e87b8-0cd0-4470-b2e9-3eaea2026649",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "032fc7d9-bd2a-47c7-be6d-bff9cdc39c91",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "c48ed924-301c-4bee-81a8-55fbeb880c1c",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "4e934072-83d3-4688-aa15-7673a6ab03dc",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "c0dbe20b-988c-476c-a9b6-59d1c58e30e1",
                                    "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": "53f3b2fc-0476-4b86-8db2-c6a8875a031f",
                                            "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": "10aaa0b8-d6eb-412f-993e-0c13aabcf056",
                                            "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": "05bae6c4-3590-4c72-bcae-cd63ad21e7af",
                                            "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": "c0c3d981-e58b-487c-bda6-960fdd097064",
                                            "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": "ea994433-257c-4214-bf32-0906f247b7c5",
                                            "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": "1e40b0eb-fd31-4f15-9689-d8d66fc7cef1",
                                    "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": "XKLC2B7IxvInoBqNGL1cMEoPKT8QhSmTPUWZv%Z3qCFp0JjOmFmZdMI9dXwserPzJC30uNrkqFCUFTDX2khUbKU0C4juP%KCwMYPJVDOkZx%szVCbmcLyb5WgVmuHf"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "e9d09668-28f3-41be-adcb-2bc376ea070a",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "3816af30-adc6-4652-8fc4-bc0f721b2760",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "e0733079-aa21-47c6-9e64-0f465265c9ab",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "5d45df0f-221c-47c0-9d5d-9af370616fd0",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "91382093-ddf4-41e9-b9ec-e3541a757f79",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "688ec9ac-8e4b-41b9-90c6-d9b6aa659b26",
                                    "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": "XKLC2B7IxvInoBqNGL1cMEoPKT8QhSmTPUWZv%Z3qCFp0JjOmFmZdMI9dXwserPzJC30uNrkqFCUFTDX2khUbKU0C4juP%KCwMYPJVDOkZx%szVCbmcLyb5WgVmuHf"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "ed17df70-f170-44dd-9418-713d8bfc27c0",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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\": \"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]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "517d2f9a-db77-4f52-be8a-ff8a2acff83e",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "689095f2-2d2d-45fa-9f90-9205335876ef",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "c8556a7d-ef76-47d0-8cdc-3ed95c351f72",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "43c38393-df0b-4956-9674-c13dca7304f8",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "ab2486c5-81ec-4a0e-9900-42db8507feca",
                                    "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": "8decf5d7-fe67-42e0-8d3a-2873c16031ab",
                                            "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": "727fb7af-9692-4274-aa76-58a9b22abf8a",
                                            "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": "9a733121-8dca-41ef-a599-d3fff203805b",
                                            "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": "bd0f29e9-1385-46eb-bb66-03428ac8c104",
                                            "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": "69db4ff0-f1a1-4ec0-b5f3-d057fa6c15e6",
                                            "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": "83f632df-54a0-426c-b244-b4cebf877515",
                                    "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": "99c62800-6908-4601-8362-82f9387b5694",
                                            "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": "7c4b9e34-38e4-46d9-9676-ba1aee19d5d5",
                                            "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": "c23db42b-a5e1-419f-b95c-d2fb7124fe6c",
                                            "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": "27d516d3-4d80-44b1-b796-fb02fd7ce8fe",
                                            "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": "459d5983-8708-41c6-bc27-a2f74add6d35",
                                            "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": "cb79bf12-e1d4-4287-9367-25027cab4c8b",
                                            "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                            "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": "72e3a1c5-95a9-40c4-ab31-474d625b2075",
                                                    "name": "Success ",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "process",
                                                                ":id"
                                                            ],
                                                            "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  \"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": "c19e6488-1bc3-4264-874e-4e2bc62ab16c",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "process",
                                                                ":id"
                                                            ],
                                                            "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": "bf6505b5-8cf8-4502-9612-c26d66d20732",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "process",
                                                                ":id"
                                                            ],
                                                            "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": "de6a3268-65df-47e6-a663-a8da13034e08",
                                                    "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": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "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": "3929b834-7c03-450c-a85a-815a5613da32",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "process",
                                                                ":id"
                                                            ],
                                                            "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": "68bdd22f-4050-430c-8b16-0e53b84d8a93",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "process",
                                                                ":id"
                                                            ],
                                                            "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": "b526abbc-f3f0-4c24-9257-91b0aac54962",
                                            "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                            "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\": \"ENABLED\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": null
                                            },
                                            "response": [
                                                {
                                                    "id": "42b15d7a-b020-47b1-bbd3-2753e0bca0dd",
                                                    "name": "OK",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "process",
                                                                ":id"
                                                            ],
                                                            "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  \"displaydescription\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"activationState\": \"ENABLED\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "eb4cb2a4-3cc7-46b4-a36b-6ceed48960d8",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "process",
                                                                ":id"
                                                            ],
                                                            "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  \"displaydescription\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"activationState\": \"ENABLED\"\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": "39bcd6b2-327c-4673-a0a6-b1aee661194d",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "process",
                                                                ":id"
                                                            ],
                                                            "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  \"displaydescription\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"activationState\": \"ENABLED\"\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": "b5b29be4-9541-4fb9-bb6b-334510b82124",
                                                    "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": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "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\": \"ENABLED\"\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": "ce4d241e-955b-455b-8b15-f916e4562c2d",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "process",
                                                                ":id"
                                                            ],
                                                            "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  \"displaydescription\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"activationState\": \"ENABLED\"\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": "0e5a0387-429d-4316-91dc-6ff38080c533",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "process",
                                                                ":id"
                                                            ],
                                                            "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  \"displaydescription\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"activationState\": \"ENABLED\"\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": "29596842-321c-445a-9dea-3027293db504",
                                            "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                            "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": "d5978efa-ac19-4eb5-93b7-46186d6d0bac",
                                                    "name": "OK",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "process",
                                                                ":id"
                                                            ],
                                                            "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": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "e38eb5bd-c6a8-49ba-a07f-00930456aa27",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "process",
                                                                ":id"
                                                            ],
                                                            "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": "d2e44cae-577c-46c2-9473-9394b0ea6182",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "process",
                                                                ":id"
                                                            ],
                                                            "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": "5784a1aa-2650-43f5-a0b6-c953f8bbbdd0",
                                                    "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": []
                                                        },
                                                        "header": [
                                                            {
                                                                "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": "cf3e8910-5068-4c8e-b498-026b2631fd5c",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "process",
                                                                ":id"
                                                            ],
                                                            "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": "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": "87543059-52c2-4916-a981-c2111ab3b195",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "process",
                                                                ":id"
                                                            ],
                                                            "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": "design",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "7d4e4c40-5805-4d04-98f0-4b4d8ce3e4e7",
                                                    "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                                    "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": "cb64bf37-8861-474e-9273-cb62b4c95f7b",
                                                            "name": "Success ",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "process",
                                                                        ":id",
                                                                        "design"
                                                                    ],
                                                                    "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  \"displayName\": \"<string>\",\n  \"displayDescription\": \"<string>\",\n  \"flowElementContainer\": {\n    \"activities\": [\n      {\n        \"consectetur_d5\": \"commodo officia\",\n        \"voluptate_c\": false\n      },\n      {\n        \"irureb2f\": false,\n        \"ea_d2b\": false\n      }\n    ],\n    \"transitions\": [\n      {\n        \"minimae\": \"ex fugiat nostrud\",\n        \"laborum_04\": false\n      },\n      {\n        \"amet_e9\": true\n      }\n    ],\n    \"gatewaysList\": [\n      {\n        \"deserunt3e\": 24218783.21277094,\n        \"magnaddc\": \"ad Lor\"\n      },\n      {\n        \"autea_b\": -35851375.2740532,\n        \"ullamco_fcf\": -92741925.09119077\n      }\n    ],\n    \"startEvents\": [\n      {\n        \"eu_7\": false,\n        \"Lorem_c\": -26541623.487738073\n      },\n      {\n        \"cupidatatc8\": false,\n        \"nisi_e21\": true,\n        \"dolor19\": true\n      }\n    ],\n    \"intermediateCatchEvents\": [\n      {\n        \"do3\": -89721416.32013871,\n        \"tempore2\": \"sit eiusmod\"\n      },\n      {\n        \"eiusmode0\": false,\n        \"sunt9b\": true\n      }\n    ],\n    \"intermediateThrowEvents\": [\n      {\n        \"ete7\": true,\n        \"essef4\": -30460828.13485636\n      },\n      {\n        \"velita5c\": -70200396.6955897,\n        \"exercitation_a54\": -92784395.4347392\n      }\n    ],\n    \"endEvents\": [\n      {\n        \"incididunt_f6\": -59905824\n      },\n      {\n        \"culpa_c\": -51552217,\n        \"officiab1\": 77081540,\n        \"Ut_3\": \"Duis ea ullamco incididunt dolor\"\n      }\n    ],\n    \"dataDefinitions\": [\n      {\n        \"magna_26\": false,\n        \"dolor_8_a\": -63166921\n      },\n      {\n        \"est_\": -38500712.159122944,\n        \"fugiat__\": \"sint deserunt aute velit\"\n      }\n    ],\n    \"documentDefinitions\": [\n      {\n        \"sed_\": 59207542,\n        \"Duisb\": \"velit culpa cupidatat in\"\n      },\n      {\n        \"in_f\": \"nulla\"\n      }\n    ],\n    \"connectors\": [\n      {\n        \"id8\": -64370121,\n        \"ad_0a3\": 28618712,\n        \"in3\": -47999039,\n        \"non2\": -5754071,\n        \"Excepteur_61f\": false\n      },\n      {\n        \"anim_33\": -64872528\n      }\n    ],\n    \"businessDataDefinitions\": [\n      {\n        \"est__\": \"proident elit\"\n      },\n      {\n        \"estabe\": \"esse laborum\",\n        \"pariatur_8\": true,\n        \"eiusmod_4\": \"anim sit est pariatur\",\n        \"reprehenderit_d0\": \"exercitation minim\"\n      }\n    ],\n    \"documentListDefinitions\": [\n      {\n        \"veniamc\": \"nisi\",\n        \"ad5\": true,\n        \"dolor8a\": \"an\"\n      },\n      {\n        \"id_cd0\": 57974861,\n        \"irured\": -98564891.7221622\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\": \"LOCALDATETIME\",\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\": \"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  },\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": "84181d16-2088-4238-9998-a19d1b78b5ae",
                                                            "name": "Bad request.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "process",
                                                                        ":id",
                                                                        "design"
                                                                    ],
                                                                    "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": "05a32265-849b-4da2-92b1-2500c9b2f25a",
                                                            "name": "Authorization information is missing or invalid.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "process",
                                                                        ":id",
                                                                        "design"
                                                                    ],
                                                                    "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": "f9ccb200-caf2-4030-9b33-dc24c2d8d186",
                                                            "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": []
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "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": "04d6b994-2f9d-45e9-a968-abd91e42b6f4",
                                                            "name": "The resource for the specified ID was not found.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "process",
                                                                        ":id",
                                                                        "design"
                                                                    ],
                                                                    "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": "b22f490e-94f5-41d0-b209-f848045c6eb8",
                                                            "name": "Unexpected error.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "process",
                                                                        ":id",
                                                                        "design"
                                                                    ],
                                                                    "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": "contract",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "cc5a4365-67aa-4759-a021-09d5a5cc93dc",
                                                    "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                                    "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": "83e92fd4-71ad-4ceb-89fa-a8891317774b",
                                                            "name": "Success ",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "process",
                                                                        ":id",
                                                                        "contract"
                                                                    ],
                                                                    "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  \"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\": \"LOCALDATETIME\",\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\": \"LOCALDATETIME\",\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": "ee0eaf67-039e-4567-bbf7-61b02e26d954",
                                                            "name": "Bad request.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "process",
                                                                        ":id",
                                                                        "contract"
                                                                    ],
                                                                    "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": "d632e84a-169c-4215-b282-28f102bbcef3",
                                                            "name": "Authorization information is missing or invalid.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "process",
                                                                        ":id",
                                                                        "contract"
                                                                    ],
                                                                    "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": "a84677a8-32a1-434e-af14-e6f0f4b057a0",
                                                            "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": []
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "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": "222cd29e-3528-46a5-83b8-62c94d66427a",
                                                            "name": "The resource for the specified ID was not found.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "process",
                                                                        ":id",
                                                                        "contract"
                                                                    ],
                                                                    "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": "3e0ba080-8475-4314-a448-0a3e8fcd8c91",
                                                            "name": "Unexpected error.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "process",
                                                                        ":id",
                                                                        "contract"
                                                                    ],
                                                                    "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": "instantiation",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "018b37d2-49df-47cd-9a3f-d8d7393ca953",
                                                    "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                                    "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  \"sunt_a6e\": \"ipsum Excepteur labore\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": null
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "8097c92a-3b10-43bd-81de-200fdab64677",
                                                            "name": "Return the created process instance ID",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "process",
                                                                        ":id",
                                                                        "instantiation"
                                                                    ],
                                                                    "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  \"sunt_a6e\": \"ipsum Excepteur labore\"\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": "3d55e9c8-70fa-4d8b-a2ea-68b32bda6b02",
                                                            "name": "Bad request.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "process",
                                                                        ":id",
                                                                        "instantiation"
                                                                    ],
                                                                    "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  \"sunt_a6e\": \"ipsum Excepteur labore\"\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": "1ec86ba8-50a0-412f-9ee4-17952fc61d4e",
                                                            "name": "Authorization information is missing or invalid.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "process",
                                                                        ":id",
                                                                        "instantiation"
                                                                    ],
                                                                    "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  \"sunt_a6e\": \"ipsum Excepteur labore\"\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": "29ccc090-6631-48be-b34f-a1f44d6ac168",
                                                            "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": []
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "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  \"sunt_a6e\": \"ipsum Excepteur labore\"\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": "18feb430-8352-4905-8f5a-b00d12f44be1",
                                                            "name": "Case creation limit reached (Community 2024.3+ only)",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "process",
                                                                        ":id",
                                                                        "instantiation"
                                                                    ],
                                                                    "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  \"sunt_a6e\": \"ipsum Excepteur labore\"\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": "61336cc2-cd90-44ba-9e59-ca7f61446821",
                                                            "name": "Unexpected error.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "process",
                                                                        ":id",
                                                                        "instantiation"
                                                                    ],
                                                                    "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  \"sunt_a6e\": \"ipsum Excepteur labore\"\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": "5ebe13f8-f1ed-45a0-8743-385d93b3d708",
                                            "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                            "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": "4a8e6a7c-7ec9-4b81-b891-ed346a48f24d",
                                                    "name": "Success ",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "processInfo",
                                                                ":id"
                                                            ],
                                                            "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  \"processDefinitionId\": \"<string>\",\n  \"flowNodeStatesCounters\": {\n    \"proidente1\": {\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": "fe1e0e6a-fe69-4567-899f-aabd576813af",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "processInfo",
                                                                ":id"
                                                            ],
                                                            "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": "d03e002b-23f6-4b17-94ae-2734f304ef86",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "processInfo",
                                                                ":id"
                                                            ],
                                                            "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": "b9f9fa66-6329-4428-bf15-4f1b2b52a56a",
                                                    "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": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "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": "ad8f278c-6dcb-43e1-b31b-e331d858d51a",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "processInfo",
                                                                ":id"
                                                            ],
                                                            "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": "bf33172e-6a1e-401f-9e01-5f8d79689b12",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "processInfo",
                                                                ":id"
                                                            ],
                                                            "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": "processConnector",
                            "description": "",
                            "item": [
                                {
                                    "name": "{id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "name": "{connectorImplId}",
                                            "description": "",
                                            "item": [
                                                {
                                                    "name": "{connectorImplVersion}",
                                                    "description": "",
                                                    "item": [
                                                        {
                                                            "id": "ca4e2760-8720-4e8e-8dfe-1fe28fd4cf62",
                                                            "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                                            "key": "id",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ID of the process to update",
                                                                                "type": "text/plain"
                                                                            }
                                                                        },
                                                                        {
                                                                            "type": "any",
                                                                            "value": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                                            "key": "connectorImplId",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) ID of the Process Connector implementation to update",
                                                                                "type": "text/plain"
                                                                            }
                                                                        },
                                                                        {
                                                                            "type": "any",
                                                                            "value": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                                            "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": "a9fb9296-0c71-4724-8f02-659ee655657c",
                                                                    "name": "OK",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "API",
                                                                                "bpm",
                                                                                "processConnector",
                                                                                ":id",
                                                                                ":connectorImplId",
                                                                                ":connectorImplVersion"
                                                                            ],
                                                                            "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  \"id\": \"<string>\",\n  \"implementation\": \"<string>\"\n}",
                                                                            "options": {
                                                                                "raw": {
                                                                                    "headerFamily": "json",
                                                                                    "language": "json"
                                                                                }
                                                                            }
                                                                        }
                                                                    },
                                                                    "status": "OK",
                                                                    "code": 200,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                },
                                                                {
                                                                    "id": "58cb6a2c-f68b-432a-a228-31b82bc4aee6",
                                                                    "name": "Bad request.",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "API",
                                                                                "bpm",
                                                                                "processConnector",
                                                                                ":id",
                                                                                ":connectorImplId",
                                                                                ":connectorImplVersion"
                                                                            ],
                                                                            "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  \"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": "1f8de688-ec03-4acc-988c-7ddc8bfe91f1",
                                                                    "name": "Authorization information is missing or invalid.",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "API",
                                                                                "bpm",
                                                                                "processConnector",
                                                                                ":id",
                                                                                ":connectorImplId",
                                                                                ":connectorImplVersion"
                                                                            ],
                                                                            "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  \"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": "b70ce852-6f0d-44f1-b162-ccbdd8a549e4",
                                                                    "name": "The resource for the specified ID was not found.",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "API",
                                                                                "bpm",
                                                                                "processConnector",
                                                                                ":id",
                                                                                ":connectorImplId",
                                                                                ":connectorImplVersion"
                                                                            ],
                                                                            "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  \"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": "58183fcd-a3ae-4fdf-acce-2811e4592eb3",
                                                                    "name": "Unexpected error.",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "API",
                                                                                "bpm",
                                                                                "processConnector",
                                                                                ":id",
                                                                                ":connectorImplId",
                                                                                ":connectorImplVersion"
                                                                            ],
                                                                            "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  \"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": "8bbba97e-3ee0-4b54-aa01-f5a0963b6419",
                                            "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                            "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": "8b6fb2a3-333d-4473-a06d-b5b75c78ff2a",
                                                    "name": "Success ",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "diagram",
                                                                ":id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "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": "fb95206e-94ac-4844-a25f-d95248c4d49b",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "diagram",
                                                                ":id"
                                                            ],
                                                            "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": "30da05ed-fa15-43d7-943b-c7fd6d60c907",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "diagram",
                                                                ":id"
                                                            ],
                                                            "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": "b6c9536f-0e5b-4bb9-9cf3-c789b3878b73",
                                                    "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": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "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": "23334199-88e0-4f10-9836-7f3dcf593886",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "diagram",
                                                                ":id"
                                                            ],
                                                            "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": "ce4fbf50-9d5c-4b12-8e98-6bfeb8c7e394",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "diagram",
                                                                ":id"
                                                            ],
                                                            "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": "processParameter",
                            "description": "",
                            "item": [
                                {
                                    "id": "4c51c55b-6f5d-4b26-9e36-8abcb244f84e",
                                    "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": "XKLC2B7IxvInoBqNGL1cMEoPKT8QhSmTPUWZv%Z3qCFp0JjOmFmZdMI9dXwserPzJC30uNrkqFCUFTDX2khUbKU0C4juP%KCwMYPJVDOkZx%szVCbmcLyb5WgVmuHf"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "504ad20c-80e7-4954-a585-319ce81be96b",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "87f61211-2c14-4eae-96ab-47c1cdc1462e",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "58a645f4-7117-4afe-b22a-7dd8c0bae8a6",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "ad8d25e3-550d-41df-83a4-b5a35c94a001",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "5e242c2c-9486-46cf-b026-0d44026c0a93",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "1fc13ca6-c500-4153-a7a6-758cdd2a949a",
                                                    "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the process to get parameter from",
                                                                        "type": "text/plain"
                                                                    }
                                                                },
                                                                {
                                                                    "type": "any",
                                                                    "value": " ᠎5GsP53 G﻿.Q J 56b\fir 4mZCorvuo7Sa  b﻿　 FftquX u\u000bl　c QE\r\fi  We\rNIo.J99\u000bK7V",
                                                                    "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": "43c1f7d3-42d2-422c-942b-d975089b46de",
                                                            "name": "Success ",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "processParameter",
                                                                        ":id",
                                                                        ":name"
                                                                    ],
                                                                    "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  \"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": "bb7b1890-1605-4af7-9560-117a97fb91be",
                                                            "name": "Bad request.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "processParameter",
                                                                        ":id",
                                                                        ":name"
                                                                    ],
                                                                    "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": "0a6279d0-6d77-49af-8759-34f4fb247c5e",
                                                            "name": "Authorization information is missing or invalid.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "processParameter",
                                                                        ":id",
                                                                        ":name"
                                                                    ],
                                                                    "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": "c888c217-17fe-4825-af32-1694d609a211",
                                                            "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": []
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "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": "d34bf36c-0f04-412a-8a8b-9bad581b5c6a",
                                                            "name": "The resource for the specified ID was not found.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "processParameter",
                                                                        ":id",
                                                                        ":name"
                                                                    ],
                                                                    "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": "6e5566f8-74d2-4a61-a110-11a8ca24ecb1",
                                                            "name": "Unexpected error.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "processParameter",
                                                                        ":id",
                                                                        ":name"
                                                                    ],
                                                                    "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": "d0a113ea-af2f-42aa-91d6-1e13f5ced815",
                                                    "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                                    "key": "id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) ID of the process to get parameter from",
                                                                        "type": "text/plain"
                                                                    }
                                                                },
                                                                {
                                                                    "type": "any",
                                                                    "value": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                                    "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": "c38f2af8-6da1-4e78-aebf-42c9b6b3d855",
                                                            "name": "OK",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "processParameter",
                                                                        ":id",
                                                                        ":name"
                                                                    ],
                                                                    "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  \"value\": \"<string>\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "7a04bfc0-6eed-4c59-abd2-6f8440acf4ca",
                                                            "name": "Bad request.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "processParameter",
                                                                        ":id",
                                                                        ":name"
                                                                    ],
                                                                    "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  \"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": "033b2d1f-4f53-4ada-89dd-2ae7bb37705a",
                                                            "name": "Authorization information is missing or invalid.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "processParameter",
                                                                        ":id",
                                                                        ":name"
                                                                    ],
                                                                    "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  \"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": "206cce4b-4e07-4f34-bb5f-04d57b021bad",
                                                            "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": []
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "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": "bfd28450-2eb7-41d5-b6c7-0b0a47080a95",
                                                            "name": "The resource for the specified ID was not found.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "processParameter",
                                                                        ":id",
                                                                        ":name"
                                                                    ],
                                                                    "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  \"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": "fb146ce3-e3b8-43c3-87bc-cffda7040687",
                                                            "name": "Unexpected error.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "bpm",
                                                                        "processParameter",
                                                                        ":id",
                                                                        ":name"
                                                                    ],
                                                                    "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  \"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": "41043720-a3f0-40e2-828e-4e08e82751c3",
                                    "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": "XKLC2B7IxvInoBqNGL1cMEoPKT8QhSmTPUWZv%Z3qCFp0JjOmFmZdMI9dXwserPzJC30uNrkqFCUFTDX2khUbKU0C4juP%KCwMYPJVDOkZx%szVCbmcLyb5WgVmuHf"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "99a2ace0-e67d-4f4c-bddd-977121a3253c",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "1adc7c3e-c204-4896-9b64-412a34eefd4f",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "36f77095-066f-4856-98ff-e0b53551cc88",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "2cf6f9cb-c31d-4555-b3a3-14a4aab8bd4a",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "60753ca8-8514-4c51-9511-a69485d32744",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "bd5dd4c0-66ed-4ba7-9fe4-2f00cf1a3e5d",
                                    "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": "XKLC2B7IxvInoBqNGL1cMEoPKT8QhSmTPUWZv%Z3qCFp0JjOmFmZdMI9dXwserPzJC30uNrkqFCUFTDX2khUbKU0C4juP%KCwMYPJVDOkZx%szVCbmcLyb5WgVmuHf"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "8de32c5c-5902-43d7-998c-32ac04938a98",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "bd2fe7ec-501a-401b-b88f-add6ef7d1dac",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "9c9de0c6-cac1-40a2-9cf2-88e2388fad2f",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "01f46583-748e-4c41-931e-96e8df73e6a0",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "48102e4b-c9f1-40d4-b338-17075da0c723",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "f3ce38d5-0ad1-409d-95cf-403c2c84476d",
                                    "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": "5714d973-116b-4b9b-b752-a4fd5b583750",
                                            "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": "c74049ee-98e5-4001-ac4f-c8eb5886de28",
                                            "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": "0c2df80f-6cae-4e4b-9592-c700ac81b398",
                                            "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": "a255c174-906f-40ea-8781-9be24db72e70",
                                            "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": "a20888d5-dabc-42a4-9385-2c3f1270aa2e",
                                            "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": "3561a6d8-c30b-4975-b417-0e532e42d01e",
                                    "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": "e36a4a25-6b8a-400c-ba87-defb3e462243",
                                            "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": "77b64852-d44c-4be2-bbf1-84b4dd3b549d",
                                            "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": "78567f6a-b2a4-43bf-9407-67813f413d46",
                                            "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": "453c8491-ae09-47c7-9cfa-91a9b2a8f6fb",
                                            "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": "fc9708fc-d84c-40fe-a7e8-b27dcc420acc",
                                            "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": "3a38de00-df7b-490b-9bfa-5284d6f91604",
                                            "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": "4bb56b49-a555-4544-82e2-2f78b2e2ee84",
                                    "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": "XKLC2B7IxvInoBqNGL1cMEoPKT8QhSmTPUWZv%Z3qCFp0JjOmFmZdMI9dXwserPzJC30uNrkqFCUFTDX2khUbKU0C4juP%KCwMYPJVDOkZx%szVCbmcLyb5WgVmuHf"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "ffc214e0-2277-453f-9873-6a996112405c",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "1dcbe259-b7b1-4165-a113-1cc742c4b8a7",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "910724cd-2d5b-48ec-85f1-9c2946826bc1",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "af15e825-3b2c-4678-91e8-31d9fc1d713b",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "41aac1dc-0be3-4630-ac5e-b910ced99f09",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "f2a89389-9c24-4589-9b8b-6230ac04159d",
                                            "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                            "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": "cb8605f4-135f-4c34-9b1c-9ae90a73fda4",
                                                    "name": "Success ",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "connectorFailure",
                                                                ":id"
                                                            ],
                                                            "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  \"errorMessage\": \"<string>\",\n  \"connectorInstanceId\": \"<string>\",\n  \"errorStackTrace\": \"<string>\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "c6d4d5e5-7301-43aa-bcd6-58bb45c366b6",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "connectorFailure",
                                                                ":id"
                                                            ],
                                                            "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": "a855b469-1b76-4dc9-99ac-ffa88cc97525",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "connectorFailure",
                                                                ":id"
                                                            ],
                                                            "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": "4cba7b54-7701-41cf-ac0a-abfd82adba22",
                                                    "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": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "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": "682bdd7c-dfca-42dc-8b6f-ce886cae5206",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "connectorFailure",
                                                                ":id"
                                                            ],
                                                            "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": "c482d5a6-e66e-4ab3-9d65-1a045b9758f8",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "connectorFailure",
                                                                ":id"
                                                            ],
                                                            "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": "connectorInstance",
                            "description": "",
                            "item": [
                                {
                                    "id": "b670ebca-abe9-4e28-9b5f-7ac332492f59",
                                    "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": "XKLC2B7IxvInoBqNGL1cMEoPKT8QhSmTPUWZv%Z3qCFp0JjOmFmZdMI9dXwserPzJC30uNrkqFCUFTDX2khUbKU0C4juP%KCwMYPJVDOkZx%szVCbmcLyb5WgVmuHf"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "076b3985-e5c9-4f57-bf85-9c8f2bdc8040",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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\": \"TO_RE_EXECUTE\",\n    \"containerId\": \"<string>\",\n    \"version\": \"<string>\"\n  },\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]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "449ee2e4-d779-4b26-b176-14e8f43f13ca",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "d7c1e290-b016-4279-8fa0-fe6b3a79f838",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "dc590ef9-4876-4c3a-9345-12c20ff4d574",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "331322b4-13cd-443d-99a2-2bc5389e6ae3",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "e497ab22-e5af-4af6-a775-52fed13a9213",
                                    "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": "XKLC2B7IxvInoBqNGL1cMEoPKT8QhSmTPUWZv%Z3qCFp0JjOmFmZdMI9dXwserPzJC30uNrkqFCUFTDX2khUbKU0C4juP%KCwMYPJVDOkZx%szVCbmcLyb5WgVmuHf"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "ba38dd15-5af3-48b0-9bcb-d3fa395b20bd",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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\": \"TO_BE_EXECUTED\",\n    \"containerId\": \"<string>\",\n    \"version\": \"<string>\",\n    \"archivedDate\": \"4913-11-19 22:45:12\"\n  },\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\": \"6383-04-30 23:25:00\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "5ca6928e-8190-4bed-a588-6d4cef4c79fc",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "d3f7d0b1-7a6d-42d8-ba8a-97342bb8edb6",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "8af75312-235e-45a3-b1ad-32717b8efeff",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "1790a42d-e1ad-4e33-b71b-95ddbafb6cd8",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "ee3d539d-b0dd-4b9f-ac00-bc14a4bdedbb",
                                    "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": "XKLC2B7IxvInoBqNGL1cMEoPKT8QhSmTPUWZv%Z3qCFp0JjOmFmZdMI9dXwserPzJC30uNrkqFCUFTDX2khUbKU0C4juP%KCwMYPJVDOkZx%szVCbmcLyb5WgVmuHf"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "01036ea1-892d-4384-97ff-cbde7085c994",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "f6ae0928-397c-4c76-b533-0dad30fb0e8d",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "3e015fc4-003d-4d7f-a6e7-384dcc57f696",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "60f19f64-a4d5-4659-8277-93c7b5452ee2",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "a357c11b-3ffb-4915-903f-18b0db683e14",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "69822d88-a9f9-4b60-9343-4ceb03204d47",
                                            "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                            "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": "25df9939-2a0b-45fa-8b56-8424b0c79419",
                                                    "name": "Success ",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "flowNode",
                                                                ":id"
                                                            ],
                                                            "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  \"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": "5b138252-d15f-40e5-a215-b01a4959ded7",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "flowNode",
                                                                ":id"
                                                            ],
                                                            "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": "cc839a62-caea-421e-ba61-87047d2a78e4",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "flowNode",
                                                                ":id"
                                                            ],
                                                            "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": "1acec8fa-1da1-4915-90a4-4ac1e1e8e7fa",
                                                    "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": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "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": "711b027c-742c-4891-aec3-5bfa9d74951b",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "flowNode",
                                                                ":id"
                                                            ],
                                                            "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": "bf3199e9-8530-4040-bc69-16c11ead91ec",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "flowNode",
                                                                ":id"
                                                            ],
                                                            "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": "646a76e3-376c-4bd9-ad68-c63b2625820d",
                                            "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                            "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": "7e1f2f7e-548a-4a2b-9909-d4be174a8cc7",
                                                    "name": "OK",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "flowNode",
                                                                ":id"
                                                            ],
                                                            "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\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "5b626b2d-e103-47e1-aceb-314047690589",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "flowNode",
                                                                ":id"
                                                            ],
                                                            "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\": \"<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": "6f463fa0-a534-48f9-a1ab-aff562620a68",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "flowNode",
                                                                ":id"
                                                            ],
                                                            "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\": \"<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": "901f5cd5-81c0-4188-89ea-0ca90ce688a8",
                                                    "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": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "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": "19dc9db1-f56a-4585-88c2-301035a7248e",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "flowNode",
                                                                ":id"
                                                            ],
                                                            "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\": \"<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": "babda661-f808-43b1-9764-10e00dfadb83",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "flowNode",
                                                                ":id"
                                                            ],
                                                            "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\": \"<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": "49d87e34-deb0-4fbe-b842-9dc4548e92d3",
                                    "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": "XKLC2B7IxvInoBqNGL1cMEoPKT8QhSmTPUWZv%Z3qCFp0JjOmFmZdMI9dXwserPzJC30uNrkqFCUFTDX2khUbKU0C4juP%KCwMYPJVDOkZx%szVCbmcLyb5WgVmuHf"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "f30c9068-8f34-4992-951d-716f62571b4d",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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\": \"0734-10-01 22:25:00\"\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\": \"7701-02-31 02:04:25\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "98fedc5b-6ac7-4f2d-a20f-7b156739fb56",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "c9b34caf-d508-41ef-8161-b5561f3f2b10",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "413d5287-eb42-4141-8c31-49150ea5c764",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "fb29d3a7-8a61-4df0-b26f-7be3fe8206bf",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "3c2bdef5-5728-46b4-b3de-e0e31e28c1d1",
                                            "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                            "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": "e3ed3cd7-41bf-40ba-9d7c-284e5e028f74",
                                                    "name": "Success ",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedFlowNode",
                                                                ":id"
                                                            ],
                                                            "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  \"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\": \"1348-10-06 23:49:18\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "cb78c2ff-7337-42f6-b351-ec19770e31ef",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedFlowNode",
                                                                ":id"
                                                            ],
                                                            "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": "69dcbfc0-5c07-4bf8-954d-97c4017cc322",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedFlowNode",
                                                                ":id"
                                                            ],
                                                            "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": "ed3e1919-956f-49e6-81a8-d60cbf1ba9dd",
                                                    "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": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "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": "a80b4859-b69f-4111-8374-a0c3a490dc0d",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedFlowNode",
                                                                ":id"
                                                            ],
                                                            "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": "b672abe7-c660-4e0b-8f54-00bbfeb46731",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "archivedFlowNode",
                                                                ":id"
                                                            ],
                                                            "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": "failure",
                            "description": "",
                            "item": [
                                {
                                    "name": "flowNode",
                                    "description": "",
                                    "item": [
                                        {
                                            "name": "{flowNodeInstanceId}",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "a9078bba-8d27-4bc7-b9ae-77c2a13d9341",
                                                    "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": "962_._4-2178.5-7603-670011674117-_5.9_18516_30626866629328_0470.3543243.78002322323853_-5974-29_792-.4_57850-8438656164_538-2969053691040--104-0703806.505165837046-641134_-263_._524254149126.423_.4720-7903-47_658",
                                                                    "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": "ecad1a8c-29fc-423a-a384-8f854d4b129d",
                                                            "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": []
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "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": "30895106-ea70-48d8-8ac1-d66a5bc903e2",
                                                            "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": []
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "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": "014e2f92-beb9-4583-89db-a7ced5e25e07",
                                                            "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": []
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "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": "3e4c815c-b378-4739-843a-aeb5e639d50f",
                                                            "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": []
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "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": "f2145845-cad7-4e88-982a-33d5633caf3e",
                                                            "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": []
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "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": "f8d8a17b-599c-402f-bdb3-d39df1710353",
                                                            "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": []
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "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": "7f8f89dd-bf3d-45ae-adf7-33a5983450b0",
                                                    "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": "962_._4-2178.5-7603-670011674117-_5.9_18516_30626866629328_0470.3543243.78002322323853_-5974-29_792-.4_57850-8438656164_538-2969053691040--104-0703806.505165837046-641134_-263_._524254149126.423_.4720-7903-47_658",
                                                                    "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": "0b71adb0-b7ef-4bfe-bf53-463f2b066c9a",
                                                            "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": []
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "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": "13ae3561-3061-4f2d-8b19-bab3b5d2162d",
                                                            "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": []
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "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": "3bd22f2f-43a6-4e8d-aba7-15f5d11d4526",
                                                            "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": []
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "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": "d47598e3-a646-4a0e-b9e3-467f11600523",
                                                            "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": []
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "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": "f2ba1a57-78d2-4777-993b-2d05370412bb",
                                                            "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": []
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "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": "76342fbf-7c63-49a7-8ca2-222ade7921a0",
                                                            "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": []
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "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": "55a02fab-f7a0-438f-a5e9-5c0911eef59b",
                                                            "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": "962_._4-2178.5-7603-670011674117-_5.9_18516_30626866629328_0470.3543243.78002322323853_-5974-29_792-.4_57850-8438656164_538-2969053691040--104-0703806.505165837046-641134_-263_._524254149126.423_.4720-7903-47_658",
                                                                            "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": "f41d7d63-3ac9-4a06-8b17-811941a8e1d8",
                                                                    "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": []
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Accept",
                                                                                "value": "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": "ad623140-37cf-4603-843c-f019fbfc63d2",
                                                                    "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": []
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Accept",
                                                                                "value": "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": "b34f10ab-b2fe-4314-bd0d-529c887f8ad7",
                                                                    "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": []
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Accept",
                                                                                "value": "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": "713a8390-d175-4600-8359-5ea7b01aaa27",
                                                                    "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": []
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Accept",
                                                                                "value": "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": "faa44de3-4369-4c53-8f37-8aa47f4d004f",
                                                                    "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": []
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Accept",
                                                                                "value": "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": "0a418998-5ccf-4237-ba2e-71aa6e10f8f4",
                                                                    "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": []
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Accept",
                                                                                "value": "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": "4ff488cb-998b-4faa-a8c6-dc917553bf76",
                                                    "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": "962_._4-2178.5-7603-670011674117-_5.9_18516_30626866629328_0470.3543243.78002322323853_-5974-29_792-.4_57850-8438656164_538-2969053691040--104-0703806.505165837046-641134_-263_._524254149126.423_.4720-7903-47_658",
                                                                    "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": "958191f9-64fb-4467-8567-5e94dba879f3",
                                                            "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": []
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "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": "3e4b49ce-59a2-4149-b654-525b89c31a70",
                                                            "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": []
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "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": "33042822-6d49-442a-8178-95cf9fe0ea33",
                                                            "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": []
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "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": "486e0888-73ba-4804-a55d-80242f146ac2",
                                                            "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": []
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "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": "69fdf9b1-a949-4f94-8d5d-f28250431620",
                                                            "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": []
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "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": "fff3b765-c5ed-478f-8c01-021a16f77bf5",
                                                            "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": []
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "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": "ae9f5f50-d5d3-4179-91aa-82326f812104",
                                                    "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": "962_._4-2178.5-7603-670011674117-_5.9_18516_30626866629328_0470.3543243.78002322323853_-5974-29_792-.4_57850-8438656164_538-2969053691040--104-0703806.505165837046-641134_-263_._524254149126.423_.4720-7903-47_658",
                                                                    "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": "b4796c92-e37e-4cb7-9f73-9686684634e1",
                                                            "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": []
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "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": "1b9cc0cd-d668-440d-a31a-f6b21e95c0a8",
                                                            "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": []
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "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": "4a7f1136-e8f6-4538-bdc3-cdaf873347d2",
                                                            "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": []
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "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": "a829b2c5-4740-4945-8f7d-4561cb4e6750",
                                                            "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": []
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "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": "5d42317b-8d42-4104-bc2c-9fb3639ea3b1",
                                                            "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": []
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "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": "6783fd32-71fe-41b7-b339-27cbe1e79d21",
                                                            "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": []
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "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": "55c76df4-81e2-47cb-ab49-58a7d1d03d11",
                                                            "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": "962_._4-2178.5-7603-670011674117-_5.9_18516_30626866629328_0470.3543243.78002322323853_-5974-29_792-.4_57850-8438656164_538-2969053691040--104-0703806.505165837046-641134_-263_._524254149126.423_.4720-7903-47_658",
                                                                            "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": "7043bb66-3098-4035-9523-5eeb06a7f1e4",
                                                                    "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": []
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Accept",
                                                                                "value": "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": "fc575314-419a-4297-a16b-62596f0ebb0c",
                                                                    "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": []
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Accept",
                                                                                "value": "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": "0fe1d3c2-4662-43dc-816f-e8dbd67d3ec8",
                                                                    "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": []
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Accept",
                                                                                "value": "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": "e7049f79-de43-49e1-bd18-2ff1530811c4",
                                                                    "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": []
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Accept",
                                                                                "value": "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": "f3763e85-0949-4741-aafb-5c77c26084ba",
                                                                    "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": []
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Accept",
                                                                                "value": "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": "3b9f31b0-5810-4f16-a2b5-b262f7fcf8b1",
                                                                    "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": []
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Accept",
                                                                                "value": "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": "4feb29e9-6a42-4ce4-8171-ebf2b562ec47",
                                    "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": "XKLC2B7IxvInoBqNGL1cMEoPKT8QhSmTPUWZv%Z3qCFp0JjOmFmZdMI9dXwserPzJC30uNrkqFCUFTDX2khUbKU0C4juP%KCwMYPJVDOkZx%szVCbmcLyb5WgVmuHf"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "(Required) the process instance id",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "caseId",
                                                    "value": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "abd9db33-798e-4153-8af6-f45dd97e82b4",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) the process instance id",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "caseId",
                                                            "value": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "1b33b4bd-0764-43b9-b57e-45bb1b57247c",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) the process instance id",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "caseId",
                                                            "value": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "c526838a-1fcd-4872-9cc9-958ebc7e0505",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) the process instance id",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "caseId",
                                                            "value": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "72a34646-e4d9-4404-8ad0-960c9604a152",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) the process instance id",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "caseId",
                                                            "value": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "2d07f750-30a7-4172-92bd-4f4f7f0477ac",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) the process instance id",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "caseId",
                                                            "value": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "86d734b8-5a0b-4945-b9af-e4eb76d65648",
                                            "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                            "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": "37e7362c-dc46-47ae-8111-ab6e473e32ab",
                                                    "name": "Success ",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "timerEventTrigger",
                                                                ":id"
                                                            ],
                                                            "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  \"id_string\": \"<string>\",\n  \"eventInstanceId\": \"<string>\",\n  \"eventInstanceId_string\": \"<string>\",\n  \"executionDate\": \"<string>\",\n  \"eventInstanceName\": \"<string>\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "a7def767-8b7b-451f-8e84-1ab3674b0542",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "timerEventTrigger",
                                                                ":id"
                                                            ],
                                                            "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": "5bed9b8f-ca6d-4a7d-b738-13be599b1bd0",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "timerEventTrigger",
                                                                ":id"
                                                            ],
                                                            "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": "f9aa06e0-b398-40a3-8ae9-4cfa52d5c156",
                                                    "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": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "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": "eac4ccf2-8db5-4d95-a50a-ec12280f5d07",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "timerEventTrigger",
                                                                ":id"
                                                            ],
                                                            "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": "a1bb0a8e-fb84-4775-b715-a64985b78c3b",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "timerEventTrigger",
                                                                ":id"
                                                            ],
                                                            "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": "7363f856-c145-4d5a-8c20-b04c219d6758",
                                            "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                            "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": "dcaa18dc-2906-43b4-a734-de4b57592a30",
                                                    "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": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "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": "d48d70f3-cde7-4d02-99ba-7343dc6db887",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "timerEventTrigger",
                                                                ":id"
                                                            ],
                                                            "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  \"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": "8472774b-6995-4eac-bc17-7bb43e7ec86f",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "timerEventTrigger",
                                                                ":id"
                                                            ],
                                                            "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  \"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": "99c43609-7cc5-4df3-b5f0-286e9177e294",
                                                    "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": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "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": "fe20e4b0-2b6d-4233-b7f9-9bbc45b3727e",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "timerEventTrigger",
                                                                ":id"
                                                            ],
                                                            "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  \"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": "12e230c1-cbca-4f31-9b24-a0fd76762bef",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "bpm",
                                                                "timerEventTrigger",
                                                                ":id"
                                                            ],
                                                            "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  \"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": "2256dd87-f304-4151-b3c4-cec955f28c1b",
                                    "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    \"veniam_b\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.lang.Boolean\"\n    },\n    \"ad0e4\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.time.LocalDateTime\"\n    }\n  },\n  \"correlations\": {\n    \"sed_f\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.lang.Long\"\n    },\n    \"pariatur_8\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.lang.Boolean\"\n    },\n    \"enim_8e\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.time.OffsetDateTime\"\n    },\n    \"mollit__\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.time.LocalDateTime\"\n    }\n  }\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        },
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "094335ec-c3cc-400f-b7cb-149a72cca4c2",
                                            "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    \"veniam_b\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.lang.Boolean\"\n    },\n    \"ad0e4\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.time.LocalDateTime\"\n    }\n  },\n  \"correlations\": {\n    \"sed_f\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.lang.Long\"\n    },\n    \"pariatur_8\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.lang.Boolean\"\n    },\n    \"enim_8e\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.time.OffsetDateTime\"\n    },\n    \"mollit__\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.time.LocalDateTime\"\n    }\n  }\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "No Content",
                                            "code": 204,
                                            "header": [],
                                            "cookie": [],
                                            "_postman_previewlanguage": "text"
                                        },
                                        {
                                            "id": "16669e97-d9da-41c4-a7d4-eb0d7344d4ea",
                                            "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    \"veniam_b\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.lang.Boolean\"\n    },\n    \"ad0e4\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.time.LocalDateTime\"\n    }\n  },\n  \"correlations\": {\n    \"sed_f\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.lang.Long\"\n    },\n    \"pariatur_8\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.lang.Boolean\"\n    },\n    \"enim_8e\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.time.OffsetDateTime\"\n    },\n    \"mollit__\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.time.LocalDateTime\"\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": "610cb964-02a1-40cd-8c67-4b2bb604bbbf",
                                            "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    \"veniam_b\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.lang.Boolean\"\n    },\n    \"ad0e4\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.time.LocalDateTime\"\n    }\n  },\n  \"correlations\": {\n    \"sed_f\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.lang.Long\"\n    },\n    \"pariatur_8\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.lang.Boolean\"\n    },\n    \"enim_8e\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.time.OffsetDateTime\"\n    },\n    \"mollit__\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.time.LocalDateTime\"\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": "7a45e7c7-28e8-4630-8d06-1d27e8517ac1",
                                            "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    \"veniam_b\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.lang.Boolean\"\n    },\n    \"ad0e4\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.time.LocalDateTime\"\n    }\n  },\n  \"correlations\": {\n    \"sed_f\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.lang.Long\"\n    },\n    \"pariatur_8\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.lang.Boolean\"\n    },\n    \"enim_8e\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.time.OffsetDateTime\"\n    },\n    \"mollit__\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.time.LocalDateTime\"\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": "d4b30842-0e94-49b6-9801-d6d958fbffa2",
                                            "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    \"veniam_b\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.lang.Boolean\"\n    },\n    \"ad0e4\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.time.LocalDateTime\"\n    }\n  },\n  \"correlations\": {\n    \"sed_f\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.lang.Long\"\n    },\n    \"pariatur_8\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.lang.Boolean\"\n    },\n    \"enim_8e\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.time.OffsetDateTime\"\n    },\n    \"mollit__\": {\n      \"value\": \"<string>\",\n      \"type\": \"java.time.LocalDateTime\"\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": "96b5cc41-c83c-48e6-927d-0bddc379056a",
                                    "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": "ef476eaa-628d-4f75-a7d5-1799ede303a7",
                                            "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": "1d5f749b-1a5a-4967-8b0d-464e286d68d9",
                                            "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": "949933be-e8e7-4cbb-810a-c04423ef2174",
                                            "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": "019214d7-aa20-4300-a912-68bcb1d79fae",
                                            "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": "8d7e0379-1a72-41dc-9f77-580aaad50230",
                                            "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": "3a5b97d2-8873-47bb-a10e-500349990ad5",
                                    "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": "7ba89e5f-4960-4fb7-a873-31499620bb6c",
                                            "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": "64b7d250-cf4f-469b-898c-b035383f3584",
                                            "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": "033d5ccc-9303-4b40-ab88-0ae04fe9a46f",
                                            "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": "69db94d1-a7b7-4c03-8418-df024defa1b7",
                                            "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": "771e0ea8-457c-42d6-ad6e-2eacb6ee4f2b",
                                            "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": "9529cd65-1ddb-4209-a580-0cf876877a63",
                                    "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": "ffa0f59f-f1ee-483e-8c01-10e012e53fb1",
                                            "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": "78ddfab7-b499-4215-a723-b09c45834834",
                                            "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": "fc4c2a9d-de62-4ed1-9168-3738e84def4e",
                                            "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": "b51b43c3-d1e5-4c77-a735-29f9ea63f930",
                                            "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": "f0e729ab-2fc8-4279-a8fa-0795b28224b5",
                                            "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": "04c65d20-4a32-4135-a76d-afc49820c1b8",
                                            "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                            "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": "5035cbef-89ec-4442-9be6-6bf9b5c43832",
                                                    "name": "Success ",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "customuserinfo",
                                                                "definition",
                                                                ":id"
                                                            ],
                                                            "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  \"description\": \"<string>\",\n  \"name\": \"<string>\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "0ef944e9-a673-4a17-a9a3-07de6302259c",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "customuserinfo",
                                                                "definition",
                                                                ":id"
                                                            ],
                                                            "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": "527ebb47-0f7c-45a2-b87f-4b7ced7e140c",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "customuserinfo",
                                                                "definition",
                                                                ":id"
                                                            ],
                                                            "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": "a8233bf4-4be3-4269-97d7-7a5742c715ee",
                                                    "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": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "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": "9fb0aed6-a74b-456e-95b4-26e42aa42cdd",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "customuserinfo",
                                                                "definition",
                                                                ":id"
                                                            ],
                                                            "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": "d79b9376-de86-4dfc-a2f2-32926096de87",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "customuserinfo",
                                                                "definition",
                                                                ":id"
                                                            ],
                                                            "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": "a2e17ef0-b092-4023-8555-ac5493287854",
                                            "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                            "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": "cc784b58-d0ca-4ec4-b1e6-6c5559bffd0e",
                                                    "name": "OK",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "customuserinfo",
                                                                "definition",
                                                                ":id"
                                                            ],
                                                            "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": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "473ad590-6814-4efe-8620-bdec01379438",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "customuserinfo",
                                                                "definition",
                                                                ":id"
                                                            ],
                                                            "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": "4461a1d6-7256-4674-a1d3-1882b3b7107c",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "customuserinfo",
                                                                "definition",
                                                                ":id"
                                                            ],
                                                            "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": "191fff3e-37f1-4bf8-91f2-083c05f4d9cf",
                                                    "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": []
                                                        },
                                                        "header": [
                                                            {
                                                                "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": "74c44e29-b60e-475b-8aca-38a7c35b0348",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "customuserinfo",
                                                                "definition",
                                                                ":id"
                                                            ],
                                                            "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": "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": "9e856baa-6ce9-4d6c-b667-844d5a908d4a",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "customuserinfo",
                                                                "definition",
                                                                ":id"
                                                            ],
                                                            "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": "value",
                            "description": "",
                            "item": [
                                {
                                    "id": "7dc221c0-77d6-412e-be5c-c57cda54184a",
                                    "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": "XKLC2B7IxvInoBqNGL1cMEoPKT8QhSmTPUWZv%Z3qCFp0JjOmFmZdMI9dXwserPzJC30uNrkqFCUFTDX2khUbKU0C4juP%KCwMYPJVDOkZx%szVCbmcLyb5WgVmuHf"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "93e16571-f8ff-4626-b7ca-9291b08a196a",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "f9d66efc-d3e2-473d-ba90-fbd0b4f3bcde",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "31d232e9-7af3-47f9-ae9d-394d934c3b19",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "b4845561-c5e4-49fe-9ed7-6c6b7f7ac076",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "2d566ef2-7d32-466a-9707-e1317f0dedfe",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "e1fa145c-0c90-4465-ba3a-f3050ebcb432",
                                                    "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                                    "key": "userId",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) User ID",
                                                                        "type": "text/plain"
                                                                    }
                                                                },
                                                                {
                                                                    "type": "any",
                                                                    "value": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                                    "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": "c7fcd9b6-1533-4d00-a345-2f607970254a",
                                                            "name": "OK",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "customuserinfo",
                                                                        "value",
                                                                        ":userId",
                                                                        ":definitionId"
                                                                    ],
                                                                    "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  \"value\": \"<string>\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [],
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "text"
                                                        },
                                                        {
                                                            "id": "16c42950-c4c1-4ed8-a5ee-72739b06e35a",
                                                            "name": "Bad request.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "customuserinfo",
                                                                        "value",
                                                                        ":userId",
                                                                        ":definitionId"
                                                                    ],
                                                                    "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  \"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": "59d08844-b540-475e-ac51-7e50f538ce7d",
                                                            "name": "Authorization information is missing or invalid.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "customuserinfo",
                                                                        "value",
                                                                        ":userId",
                                                                        ":definitionId"
                                                                    ],
                                                                    "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  \"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": "1b73496a-4d61-43c2-96f0-768b58e26ab2",
                                                            "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": []
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "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": "c652455b-a0d6-489b-95ba-2bc9b272be04",
                                                            "name": "The resource for the specified ID was not found.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "customuserinfo",
                                                                        "value",
                                                                        ":userId",
                                                                        ":definitionId"
                                                                    ],
                                                                    "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  \"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": "99d6fbde-0688-497e-87db-78d413155c75",
                                                            "name": "Unexpected error.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "API",
                                                                        "customuserinfo",
                                                                        "value",
                                                                        ":userId",
                                                                        ":definitionId"
                                                                    ],
                                                                    "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  \"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": "93057931-0a79-4600-a064-ceb94995e40a",
                                    "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": "XKLC2B7IxvInoBqNGL1cMEoPKT8QhSmTPUWZv%Z3qCFp0JjOmFmZdMI9dXwserPzJC30uNrkqFCUFTDX2khUbKU0C4juP%KCwMYPJVDOkZx%szVCbmcLyb5WgVmuHf"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "2de9acad-cbde-4b3f-91f7-82e6e24f28e2",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "ab990808-1e18-48a6-b382-94e09e79fde8",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "7521f66d-ac49-429f-b930-337474c068a5",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "51a8cdbc-6d2e-4161-9482-ad943c714e37",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "f0d5b3e3-410a-40e4-ac34-73b545425886",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "a3dfd53e-4a2e-4a4c-8fd7-9822917888fc",
                                    "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": "XKLC2B7IxvInoBqNGL1cMEoPKT8QhSmTPUWZv%Z3qCFp0JjOmFmZdMI9dXwserPzJC30uNrkqFCUFTDX2khUbKU0C4juP%KCwMYPJVDOkZx%szVCbmcLyb5WgVmuHf"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "36991870-6d38-4e4f-9b06-b503ead1b194",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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\": \"INTERNAL\",\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\": \"INTERNAL\",\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": "b14d93cf-fe86-4082-9e08-5ec0eee74cee",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "b70527b2-f469-41fe-a3fb-3558fcd344dc",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "2a6d4704-8a72-4e0e-9148-1aba0567f2a8",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "5f207487-b92d-4380-8942-b168383ee53e",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "22586316-493f-4ff6-8f99-9cc67ce1eb48",
                                            "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                            "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": "1f7325c5-65a7-4f64-a861-9dd170395be1",
                                                    "name": "OK",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "form",
                                                                "mapping",
                                                                ":id"
                                                            ],
                                                            "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  \"pageId\": \"<string>\",\n  \"url\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "4df8229d-05ae-41c6-9c78-2406f3d6b906",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "form",
                                                                "mapping",
                                                                ":id"
                                                            ],
                                                            "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  \"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": "f319b5b3-f8aa-4d1d-b91d-1d914eff8228",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "form",
                                                                "mapping",
                                                                ":id"
                                                            ],
                                                            "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  \"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": "1f33026c-48d5-494e-aa57-44f9cfccca36",
                                                    "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": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "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": "77d064db-1845-459f-9af9-210001df469f",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "form",
                                                                "mapping",
                                                                ":id"
                                                            ],
                                                            "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  \"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": "4234b0f9-8455-489e-aef2-375ee46d0ecd",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "form",
                                                                "mapping",
                                                                ":id"
                                                            ],
                                                            "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  \"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": "dfd23d41-82fc-4e71-a68f-c7850914a0b0",
                                    "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": "XKLC2B7IxvInoBqNGL1cMEoPKT8QhSmTPUWZv%Z3qCFp0JjOmFmZdMI9dXwserPzJC30uNrkqFCUFTDX2khUbKU0C4juP%KCwMYPJVDOkZx%szVCbmcLyb5WgVmuHf"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "fd0c4aee-de46-4819-a177-812862f94964",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "3d15b2cd-c869-4c4a-bb56-a4f4d371ecc4",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "00cd4138-1be2-438f-8a08-424bf873ad1a",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "b88d37df-ef77-425f-8d87-4c51b4722a81",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "ee797560-a03b-430e-bff2-4b70565bcc06",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "55f1bfd4-36f0-44a8-ba12-9b78935de307",
                                    "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": "c719a753-a825-4117-8be5-7f5175cb6d90",
                                            "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": "ae52d67b-4b50-4997-9cc9-5e0036bde8d7",
                                            "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": "ed2e9a37-4e0b-4dfa-9bfc-bef78ee77018",
                                            "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": "babc630e-4178-458f-b033-552cffcfa138",
                                            "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": "6b9729f7-bc5f-4474-adfd-b5d104940b13",
                                            "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": "6e5e1b1a-fe5f-4ab6-a871-76d3c3f268fe",
                                            "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                            "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": "ce369fb6-befd-464f-9932-8d7654ffac58",
                                                    "name": "Success ",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "professionalcontactdata",
                                                                ":userId"
                                                            ],
                                                            "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  \"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": "48989b8c-8419-498e-a114-dc5e68735c82",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "professionalcontactdata",
                                                                ":userId"
                                                            ],
                                                            "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": "74273808-5a50-42cf-bef4-4f5f0a9f473e",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "professionalcontactdata",
                                                                ":userId"
                                                            ],
                                                            "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": "d814627d-b9d4-4811-9656-8f893cdf8035",
                                                    "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": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "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": "c9cfb184-7c39-4aa8-b238-6e602ad60eb3",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "professionalcontactdata",
                                                                ":userId"
                                                            ],
                                                            "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": "a9d2a66d-abeb-4d3c-9511-cc1b58a9092a",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "professionalcontactdata",
                                                                ":userId"
                                                            ],
                                                            "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": "1ea64c0d-7c20-4fad-ada6-58ad9cadcc6e",
                                            "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                            "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": "b0448107-f5c3-4fc7-b006-c2a5a768265e",
                                                    "name": "OK",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "professionalcontactdata",
                                                                ":userId"
                                                            ],
                                                            "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  \"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": "381fa1fb-fa9e-4c9d-9e0a-1e771eaad9d5",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "professionalcontactdata",
                                                                ":userId"
                                                            ],
                                                            "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  \"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": "22aa44ff-eb25-4041-8c51-2be2ba6dc978",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "professionalcontactdata",
                                                                ":userId"
                                                            ],
                                                            "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  \"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": "9766e61e-0c88-453d-b40e-025756a5aca0",
                                                    "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": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "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": "ca9e4fda-5da2-4f2b-8ebf-3a1c627fa370",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "professionalcontactdata",
                                                                ":userId"
                                                            ],
                                                            "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  \"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": "4e9f47a7-f65f-4b2d-af80-b7c8eab63cb3",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "professionalcontactdata",
                                                                ":userId"
                                                            ],
                                                            "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  \"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": "a6fd1f57-23f4-4ed7-945c-fd39b16d92d2",
                                            "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                            "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": "8c602415-84fe-43f2-9277-ac1b78091174",
                                                    "name": "Success ",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "personalcontactdata",
                                                                ":userId"
                                                            ],
                                                            "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  \"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": "75665565-0213-4dec-8580-6e8ac1651f82",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "personalcontactdata",
                                                                ":userId"
                                                            ],
                                                            "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": "7a339541-ff99-4df9-aa3a-2cf1ee373fb0",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "personalcontactdata",
                                                                ":userId"
                                                            ],
                                                            "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": "7b8b460b-ec15-4f79-ade8-efa1586803c7",
                                                    "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": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "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": "1bc37a29-9d9c-455d-a264-a479635c7156",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "personalcontactdata",
                                                                ":userId"
                                                            ],
                                                            "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": "5e7b6ff1-069f-4159-aa02-3d919170116a",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "personalcontactdata",
                                                                ":userId"
                                                            ],
                                                            "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": "21336eb8-6ffb-4ec7-883f-655bf15af014",
                                            "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                            "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": "da8e11d5-edef-4d22-8b32-2d0423bb4f09",
                                                    "name": "OK",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "personalcontactdata",
                                                                ":userId"
                                                            ],
                                                            "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  \"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": "666436fe-9502-4da4-abf8-995b01e23a8f",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "personalcontactdata",
                                                                ":userId"
                                                            ],
                                                            "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  \"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": "fe5abaf4-a789-461f-9ca9-532bdc791837",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "personalcontactdata",
                                                                ":userId"
                                                            ],
                                                            "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  \"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": "a962642d-e4d1-4646-a071-48fc9ffe421c",
                                                    "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": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "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": "fcd34cd9-5c8d-4fc0-8a59-f5ead09043f7",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "personalcontactdata",
                                                                ":userId"
                                                            ],
                                                            "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  \"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": "a8a24e78-3a1e-4535-8281-4d148fa599ae",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "personalcontactdata",
                                                                ":userId"
                                                            ],
                                                            "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  \"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": "87a89bd3-2585-41f6-8b47-1329a8c23c42",
                                    "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": "XKLC2B7IxvInoBqNGL1cMEoPKT8QhSmTPUWZv%Z3qCFp0JjOmFmZdMI9dXwserPzJC30uNrkqFCUFTDX2khUbKU0C4juP%KCwMYPJVDOkZx%szVCbmcLyb5WgVmuHf"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "8a45a859-c8b3-4ca0-a40b-3d328f36fb3d",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "fbe11505-b6e0-47bd-9742-2e37c2e925d9",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "2148bb36-a6b2-4929-8758-2e957bb50a9a",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "16576267-7cfc-4dc9-b73d-9d563590782e",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "20381c98-cd73-481a-87a4-e448b563319f",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "8c7948af-9815-4260-ab3c-e01f616172ff",
                                    "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": "32588673-e314-4c3b-b12e-4ce016b095e4",
                                            "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": "e084ab57-2f18-4ceb-bdf8-b23136cb39de",
                                            "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": "4447f897-d40e-4837-9343-82aaace8930b",
                                            "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": "689d8827-81bf-4bc6-a723-623b12fafa8b",
                                            "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": "16ce3c0b-b9d4-4001-8c20-c1f0b089c6e1",
                                            "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": "cc9c1ecd-c829-47b8-8fb4-945369469c4b",
                                            "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                            "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": "50aa76eb-d517-49bc-b3d9-88d701b66ecf",
                                                    "name": "Success ",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "group",
                                                                ":id"
                                                            ],
                                                            "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  \"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": "c99aae97-0b3d-4575-b824-176b0290848e",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "group",
                                                                ":id"
                                                            ],
                                                            "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": "0a146f56-be91-4678-bf43-f26d3c99eb50",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "group",
                                                                ":id"
                                                            ],
                                                            "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": "9f9c1b5e-e431-49b7-9b67-b4c98194b439",
                                                    "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": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "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": "764d6a1b-8733-4903-b42c-c1cce41cc750",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "group",
                                                                ":id"
                                                            ],
                                                            "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": "2e978eb0-e18d-47ee-ba95-904167d224ff",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "group",
                                                                ":id"
                                                            ],
                                                            "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": "5a6f94e9-26b4-4db5-9b73-65effd76408c",
                                            "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                            "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": "c156ff86-3759-4746-bf77-ee9ad7af11d3",
                                                    "name": "OK",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "group",
                                                                ":id"
                                                            ],
                                                            "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  \"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": "851787cb-644f-4c04-a01f-78f170bb7b65",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "group",
                                                                ":id"
                                                            ],
                                                            "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  \"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": "92ed5bbd-6581-4ba1-a50a-26cc62440983",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "group",
                                                                ":id"
                                                            ],
                                                            "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  \"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": "07c8020b-1e54-4948-9569-9a7f76f79dc7",
                                                    "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": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "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": "4181c041-39eb-4ae7-ad5f-b3464e7015d1",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "group",
                                                                ":id"
                                                            ],
                                                            "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  \"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": "049364e8-4c3d-4a60-bb71-69293f091ed6",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "group",
                                                                ":id"
                                                            ],
                                                            "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  \"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": "194b6e88-1eab-48ff-85f1-23dc3f92553c",
                                            "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                            "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": "700b5c20-ec53-4bd2-830d-d00c4a440882",
                                                    "name": "OK",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "group",
                                                                ":id"
                                                            ],
                                                            "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": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "d7274e17-59c9-4771-bcc5-3c0f889efac8",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "group",
                                                                ":id"
                                                            ],
                                                            "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": "68eaf336-130b-41bc-8f8c-b0c5760fcc34",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "group",
                                                                ":id"
                                                            ],
                                                            "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": "bcbc1ec3-d536-4ee5-a3ea-3bdb77e2a0d8",
                                                    "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": []
                                                        },
                                                        "header": [
                                                            {
                                                                "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": "cc6db4fb-3e4a-47ce-862b-009d37996a15",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "group",
                                                                ":id"
                                                            ],
                                                            "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": "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": "fa97aae7-2cd5-4dc2-a87f-b707192e755b",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "group",
                                                                ":id"
                                                            ],
                                                            "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": "membership",
                            "description": "",
                            "item": [
                                {
                                    "id": "be7afad1-3701-4852-8f4d-2cf54c1a1e2f",
                                    "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": "XKLC2B7IxvInoBqNGL1cMEoPKT8QhSmTPUWZv%Z3qCFp0JjOmFmZdMI9dXwserPzJC30uNrkqFCUFTDX2khUbKU0C4juP%KCwMYPJVDOkZx%szVCbmcLyb5WgVmuHf"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "edf8daaa-df62-48e3-bfc6-17834d811936",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "796142a9-4b3c-4899-a20a-974f25569791",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "b427af38-e177-4495-b7c5-5b9bc833b455",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "59da38f6-347d-44ee-84f6-c2a9fcc5d0e8",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "cfcd117b-ab9c-4636-9ee6-2c854b68ddf7",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "07634c8e-2c0d-4dca-a6d2-80e07ccd65d4",
                                    "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": "b8c845d2-08d8-4a05-acfb-35577179af8c",
                                            "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": "a3691467-5440-486c-9ef2-a3d77c3747aa",
                                            "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": "79644270-4975-44e6-b433-bdbbfcffc2cb",
                                            "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": "0438cfd9-3032-4814-b801-77923b886867",
                                            "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": "9566496b-5b75-400c-a6c4-960285ace688",
                                            "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": "347d6e95-239a-4a62-b3a3-30f829523042",
                                                            "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                                            "key": "userId",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) User ID of the Membership to delete",
                                                                                "type": "text/plain"
                                                                            }
                                                                        },
                                                                        {
                                                                            "type": "any",
                                                                            "value": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                                            "key": "groupId",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Group ID of the Membership to delete",
                                                                                "type": "text/plain"
                                                                            }
                                                                        },
                                                                        {
                                                                            "type": "any",
                                                                            "value": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                                            "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": "ad131586-a3b6-4c7c-a5f9-ac39b277b44d",
                                                                    "name": "OK",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "API",
                                                                                "identity",
                                                                                "membership",
                                                                                ":userId",
                                                                                ":groupId",
                                                                                ":roleId"
                                                                            ],
                                                                            "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": "OK",
                                                                    "code": 200,
                                                                    "header": [],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                },
                                                                {
                                                                    "id": "c50aca80-d4a4-4e34-a6ab-163044ed0f2b",
                                                                    "name": "Bad request.",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "API",
                                                                                "identity",
                                                                                "membership",
                                                                                ":userId",
                                                                                ":groupId",
                                                                                ":roleId"
                                                                            ],
                                                                            "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": "61b712ae-a995-4505-a9a0-da4eb4b60843",
                                                                    "name": "Authorization information is missing or invalid.",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "API",
                                                                                "identity",
                                                                                "membership",
                                                                                ":userId",
                                                                                ":groupId",
                                                                                ":roleId"
                                                                            ],
                                                                            "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": "fa3df42f-0d7e-48d6-976c-c56688749600",
                                                                    "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": []
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "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": "89211439-83b8-4059-98e8-6816285f79f5",
                                                                    "name": "The resource for the specified ID was not found.",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "API",
                                                                                "identity",
                                                                                "membership",
                                                                                ":userId",
                                                                                ":groupId",
                                                                                ":roleId"
                                                                            ],
                                                                            "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": "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": "c88c2a88-d118-4d44-b8f1-c4f7bbb21232",
                                                                    "name": "Unexpected error.",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "API",
                                                                                "identity",
                                                                                "membership",
                                                                                ":userId",
                                                                                ":groupId",
                                                                                ":roleId"
                                                                            ],
                                                                            "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": "role",
                            "description": "",
                            "item": [
                                {
                                    "id": "1903bc94-a83b-4ab1-9c45-0bc87cd5196d",
                                    "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": "XKLC2B7IxvInoBqNGL1cMEoPKT8QhSmTPUWZv%Z3qCFp0JjOmFmZdMI9dXwserPzJC30uNrkqFCUFTDX2khUbKU0C4juP%KCwMYPJVDOkZx%szVCbmcLyb5WgVmuHf"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "347846d5-f4df-4cfb-818c-a6c2273fcaad",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "327a634a-3738-40f7-9c7b-4c6c4e6fe0db",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "c4d0d32a-fab7-4a5d-8bc5-9ba3316f6eb9",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "b4e741ea-086f-4d56-908f-6be0a2ae4301",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "207644e9-99d0-494f-887f-c48ccb392546",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "6b203da2-1edb-4883-9c58-ec3a27a6beb7",
                                    "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": "67379f1c-bd01-474e-a641-6d8177c3882e",
                                            "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": "5722c88c-fa5e-442b-a71e-a4d9299a8f39",
                                            "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": "7a8ae9f5-d03e-4efd-900b-51024bd191a4",
                                            "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": "1e23f6fb-ea8c-4322-9101-ac07c20260af",
                                            "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": "f2d1076c-4f48-4db9-ace0-4302b7d5fefd",
                                            "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": "cfcdb388-d691-48f8-8e54-103fd78c145d",
                                            "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                            "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": "e1ffc420-57fc-41ba-acab-69c19366a6dc",
                                                    "name": "Success ",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "role",
                                                                ":id"
                                                            ],
                                                            "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  \"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": "6814820e-15df-4a95-91d4-d07cf385d00b",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "role",
                                                                ":id"
                                                            ],
                                                            "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": "b6187da2-0ffe-4131-a788-82ba1338918c",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "role",
                                                                ":id"
                                                            ],
                                                            "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": "edd5ea7e-5e0a-4830-af2c-024933976e21",
                                                    "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": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "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": "03c6ee68-546e-4428-b94e-c8662823ad37",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "role",
                                                                ":id"
                                                            ],
                                                            "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": "553dd634-4a44-4dcd-bdba-b070a6c4cf87",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "role",
                                                                ":id"
                                                            ],
                                                            "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": "182f8a4b-1bd4-49c0-bb40-d1affa77f136",
                                            "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                            "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": "5894538b-6aef-4e0a-8cf9-880168b87a33",
                                                    "name": "OK",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "role",
                                                                ":id"
                                                            ],
                                                            "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  \"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": "534710c3-8827-428e-8518-1c0fb48c987e",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "role",
                                                                ":id"
                                                            ],
                                                            "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  \"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": "d23b5eb6-c5fe-4050-949b-590f276acae1",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "role",
                                                                ":id"
                                                            ],
                                                            "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  \"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": "baa5ea55-695c-4c04-b00c-d1ceea04781d",
                                                    "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": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "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": "8cc3aadf-7182-413f-9d9e-16eaaeaea3df",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "role",
                                                                ":id"
                                                            ],
                                                            "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  \"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": "823bcb8f-cac1-42ab-8533-afda0ff59020",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "role",
                                                                ":id"
                                                            ],
                                                            "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  \"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": "5c70dbb7-92ba-4941-9946-ecfd50d64ef6",
                                            "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                            "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": "6e1d2f72-2f4a-4d9e-8382-e4aaea8a3977",
                                                    "name": "OK",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "role",
                                                                ":id"
                                                            ],
                                                            "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": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "1d96bdaf-62fc-4809-8ca3-1524ee1fd703",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "role",
                                                                ":id"
                                                            ],
                                                            "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": "ee484df0-c99e-4915-a958-7d82fdd74283",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "role",
                                                                ":id"
                                                            ],
                                                            "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": "860dd578-6db9-4c6f-82ba-69b7a428c622",
                                                    "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": []
                                                        },
                                                        "header": [
                                                            {
                                                                "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": "ee8ae4ec-5d14-4dd8-8a3c-bdacfcf4a4c6",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "role",
                                                                ":id"
                                                            ],
                                                            "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": "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": "f586fc4b-21ad-4e38-b8a2-6effa27470cb",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "role",
                                                                ":id"
                                                            ],
                                                            "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": "user",
                            "description": "",
                            "item": [
                                {
                                    "id": "c594d478-4dfa-42fe-970a-0d77d18df771",
                                    "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": "XKLC2B7IxvInoBqNGL1cMEoPKT8QhSmTPUWZv%Z3qCFp0JjOmFmZdMI9dXwserPzJC30uNrkqFCUFTDX2khUbKU0C4juP%KCwMYPJVDOkZx%szVCbmcLyb5WgVmuHf"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "cd99c1e8-7350-4642-80be-1c73d44260d9",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "b56407b1-7fb5-43c5-ae50-cd1e0755f37d",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "8a53c054-7ef3-4951-b3b3-ebef7a60b9f6",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "f48d9a51-1c3d-4454-9f84-587a9a3239fe",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "029bf80c-69fd-42fc-94a2-22fd438504c0",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "b438e543-a2b8-428a-ba38-1d8e4e06cdd9",
                                    "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": "74665c6c-e405-45d4-be4a-d18e5eb0654f",
                                            "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": "ee0aa22f-bf45-45b1-89d0-c8cd6658f9b7",
                                            "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": "e54c1fc1-d60b-436c-b735-08c0552393d6",
                                            "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": "5d627e23-6957-4df5-93d6-4478906a4bdb",
                                            "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": "059e688e-aeca-4a66-b8e8-7945197b3b5f",
                                            "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": "c31404ea-6fc0-46e3-9b67-28c81ffabdfd",
                                            "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                            "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": "4a0bce65-065d-4672-a240-aa1d00a75546",
                                                    "name": "Success ",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "user",
                                                                ":id"
                                                            ],
                                                            "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  \"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": "8aff9932-c629-4c47-9977-1ec3e5443521",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "user",
                                                                ":id"
                                                            ],
                                                            "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": "ea942049-69d5-43dd-800c-5cf05e2ead5e",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "user",
                                                                ":id"
                                                            ],
                                                            "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": "cd58cd36-6371-4339-8cb6-5794a41e612f",
                                                    "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": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "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": "11746f39-77b2-410f-a334-7d7bc75e9810",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "user",
                                                                ":id"
                                                            ],
                                                            "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": "81d137a1-8d6f-43b1-8c87-a457aedd1d8e",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "user",
                                                                ":id"
                                                            ],
                                                            "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": "ec9b5c7e-352a-4745-a7fc-4ea4330b8116",
                                            "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                            "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": "e973ee2b-17ff-4d72-83f8-edf770fecf84",
                                                    "name": "OK",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "user",
                                                                ":id"
                                                            ],
                                                            "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  \"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": "2811858e-45e4-47a6-8b5d-53413bdfac53",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "user",
                                                                ":id"
                                                            ],
                                                            "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  \"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": "7378dc02-3fdf-44eb-9bde-7076298a827e",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "user",
                                                                ":id"
                                                            ],
                                                            "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  \"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": "47b0ae8b-a4ef-4f10-baae-cbfb7dd69fb7",
                                                    "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": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "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": "0ce436b1-84fd-4a9c-9e6e-ebc6d7302bcb",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "user",
                                                                ":id"
                                                            ],
                                                            "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  \"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": "c3213354-ed41-4760-8851-d6f5d50027c3",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "user",
                                                                ":id"
                                                            ],
                                                            "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  \"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": "251e99ac-0150-418e-bf4c-da97802cde59",
                                            "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                            "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": "aa9a8699-4327-4b72-89ad-13d59148a57e",
                                                    "name": "OK",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "user",
                                                                ":id"
                                                            ],
                                                            "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": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "d5f9accf-2f90-4a20-9041-b31cba339eee",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "user",
                                                                ":id"
                                                            ],
                                                            "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": "be21872e-0b43-47ad-b508-72fe3a49ba89",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "user",
                                                                ":id"
                                                            ],
                                                            "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": "d91a48b2-bdc8-47fd-8ebd-a9bdbb249fca",
                                                    "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": []
                                                        },
                                                        "header": [
                                                            {
                                                                "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": "a7f53bb8-16f5-4cb1-9b99-9b205e52052a",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "user",
                                                                ":id"
                                                            ],
                                                            "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": "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": "1a631db9-4c54-4b97-90b2-a9d0edf5d41b",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "identity",
                                                                "user",
                                                                ":id"
                                                            ],
                                                            "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": "platform",
                    "description": "",
                    "item": [
                        {
                            "name": "platform",
                            "description": "",
                            "item": [
                                {
                                    "name": "unusedid",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "02938f8f-5e5e-4e55-a5a1-f0572d3091ac",
                                            "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": "bda8c105-6750-4d65-9012-d8bd026e0fc8",
                                                    "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\": \"STARTED\",\n  \"version\": \"<string>\",\n  \"initialVersion\": \"<string>\",\n  \"previousVersion\": \"<string>\",\n  \"createdBy\": \"<string>\",\n  \"created\": \"<string>\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "71078878-bace-46cc-b33e-839b850b702e",
                                                    "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": "f46fa85e-e528-4c0d-9bec-aceac8e0cb7e",
                                                    "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": "383a3f7a-09fc-4fab-ae80-8fb2cda58977",
                                                    "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": "0c6c8e9a-af90-4e86-9387-d41cd09bc13c",
                                                    "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": "5bce7c84-047c-4738-a054-e4bdbf7c4110",
                                                    "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": "dda5b8f8-4d89-41c5-aa46-bb4af56ae167",
                                            "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": "257f0743-7f69-4bd3-8264-4d1baf241a58",
                                                    "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": "c29426ca-4a07-4646-99bb-5ceb1b0f4370",
                                                    "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": "86e1eee0-1291-4f92-8518-f33e486fd24e",
                                                    "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": "492e7474-a68f-4708-852d-74b42d594e6c",
                                                    "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": "1dfcc45d-758b-442a-b96e-3feb0c267200",
                                                    "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": "3c321e21-2aa5-40cb-965b-8ab19025f594",
                                                    "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": "97c4cb48-44c1-468b-b603-3ae027e17e63",
                                    "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": "fa2aae48-1032-4a4d-be32-95f769325514",
                                            "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": "e0f0100c-b919-47fa-a0dc-383cb33bab9e",
                                            "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": "9d649a0e-de14-4ca7-ad5a-1889627c50cc",
                                            "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": "d8dd7cef-8278-4c20-93a3-d228aad0bc66",
                                            "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": "266b52c5-1077-46a9-aec9-c38bb7250e6d",
                                            "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": "716679e4-7e65-45a7-9f34-8a25cde8870f",
                                            "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": "6007a42a-538e-4f23-af48-70d16301a628",
                                    "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": "XKLC2B7IxvInoBqNGL1cMEoPKT8QhSmTPUWZv%Z3qCFp0JjOmFmZdMI9dXwserPzJC30uNrkqFCUFTDX2khUbKU0C4juP%KCwMYPJVDOkZx%szVCbmcLyb5WgVmuHf"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "be7f3d86-cf60-4af3-9a1c-22eb93ee5d5d",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "dcec7103-2c67-423c-a09e-ac220766a5a7",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "ad1b5b0d-58c4-4644-8a15-d7940460d2be",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "90f4b277-41e5-4cdd-8cd1-37cce9b8e496",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "6d95db4d-2b25-4f03-b68a-34eb94c7a5c8",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "7ecd3671-99c2-4e59-9e5b-c5a79d06ea52",
                                    "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": "0971c666-93fa-49ac-8d18-f294094f6799",
                                            "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": "ea6fa8b7-5868-4d38-b239-e9ae643831b2",
                                            "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": "7f6e580b-f690-4a5a-bb3f-8ecb88110727",
                                            "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": "37498871-b245-44e1-8204-009527615931",
                                            "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": "7100a984-8a2e-4d1a-86ef-08213f7f117f",
                                            "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": "c4234e03-22fa-4f68-864a-ab7ee6b5fef3",
                                            "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                            "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": "b06fe2bc-8a8a-4c2d-b8c5-ec96af34d720",
                                                    "name": "Success ",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "page",
                                                                ":id"
                                                            ],
                                                            "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  \"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": "f70517a4-93d8-4778-b2ef-0bd54330116d",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "page",
                                                                ":id"
                                                            ],
                                                            "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": "55ea188d-5a3f-4b33-901c-fa846bd5b781",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "page",
                                                                ":id"
                                                            ],
                                                            "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": "7e4b8e69-131a-4d21-b637-5e6bba9a5783",
                                                    "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": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "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": "ce957704-af8e-4a43-b59a-45f2b9c67eb1",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "page",
                                                                ":id"
                                                            ],
                                                            "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": "6ffd7dee-569d-4ae6-b98c-cbca36fd53cf",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "page",
                                                                ":id"
                                                            ],
                                                            "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": "d5b55ee4-6202-4625-a275-c08ac0cee569",
                                            "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                            "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": "d77caf2b-0bde-47a1-9cee-2b7110ba6199",
                                                    "name": "OK",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "page",
                                                                ":id"
                                                            ],
                                                            "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  \"pageZip\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "67c3c1e3-07e6-4611-b5f2-20c92f756b14",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "page",
                                                                ":id"
                                                            ],
                                                            "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  \"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": "93427722-0a35-4c5f-be58-40c4c25ee7da",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "page",
                                                                ":id"
                                                            ],
                                                            "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  \"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": "5e6dbb36-c7aa-4c25-8816-947b7e156333",
                                                    "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": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "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": "5683818f-7ae2-4e78-ae4f-e79c688dc0b1",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "page",
                                                                ":id"
                                                            ],
                                                            "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  \"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": "aeb8ab3e-37a9-46b7-b5dd-a5ff6353ab8c",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "page",
                                                                ":id"
                                                            ],
                                                            "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  \"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": "85269628-266d-489b-b8a8-b0fb391d3a73",
                                            "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                            "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": "b943779b-8222-4c3a-a1c7-23814725e508",
                                                    "name": "OK",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "page",
                                                                ":id"
                                                            ],
                                                            "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": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "7f530caf-2c4b-4ac6-893e-b30d8962e3c3",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "page",
                                                                ":id"
                                                            ],
                                                            "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": "2917ef34-7df7-42c7-944d-3e26d8aa231b",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "page",
                                                                ":id"
                                                            ],
                                                            "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": "b01703fa-df41-4ec0-9c1c-6fd5c298dfb5",
                                                    "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": []
                                                        },
                                                        "header": [
                                                            {
                                                                "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": "5ef34457-a56f-4eeb-91f8-26701ab84b20",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "page",
                                                                ":id"
                                                            ],
                                                            "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": "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": "b2a5f063-94cb-442b-afdc-ee32c2f22d5c",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "page",
                                                                ":id"
                                                            ],
                                                            "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": "profile",
                            "description": "",
                            "item": [
                                {
                                    "id": "7a866ece-bdb4-45b2-9914-bda79cc5a2bf",
                                    "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": "XKLC2B7IxvInoBqNGL1cMEoPKT8QhSmTPUWZv%Z3qCFp0JjOmFmZdMI9dXwserPzJC30uNrkqFCUFTDX2khUbKU0C4juP%KCwMYPJVDOkZx%szVCbmcLyb5WgVmuHf"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can order on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "o",
                                                    "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "2df89e4a-14ea-43b9-bd98-cca2e2269b28",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "903f9e18-2aad-45f6-8453-57a539468d37",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "4d4d3803-8e38-4279-a6f7-2d08e17cb627",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "8b7ec03b-ddc6-4c78-9820-252e23961e87",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "8de4ffa4-c22f-4bbe-b864-e0114f36c664",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can order on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "o",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "bab85eb9-489b-40c7-871d-f2afb4c57f3d",
                                    "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": "64b37480-441d-48b9-855b-178886797d6b",
                                            "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": "c8003ceb-13ec-444e-8d7e-fa5135ec377f",
                                            "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": "bf5cc1b9-aec1-4840-bf46-d5ba429086a7",
                                            "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": "57bf7e6d-af28-4d41-b4f6-cc4f943999dd",
                                            "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": "a9712741-9015-460e-81cb-af595d0998f3",
                                            "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": "ee215650-7b3f-4a9f-8003-fffdec99051e",
                                            "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                            "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": "d983d139-f6b5-4700-83ce-dd3c6d360327",
                                                    "name": "Success ",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "profile",
                                                                ":id"
                                                            ],
                                                            "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  \"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": "dd76f52e-7587-4e12-b5e3-1f59ca53a2f6",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "profile",
                                                                ":id"
                                                            ],
                                                            "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": "10e910de-6d71-459d-aa2c-c5f156a4b8c6",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "profile",
                                                                ":id"
                                                            ],
                                                            "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": "04a2e1d6-8eb1-4ab7-a88b-c6a733172fa9",
                                                    "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": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "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": "ef7fef95-fa04-4468-a2c3-b9d7c5611c13",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "profile",
                                                                ":id"
                                                            ],
                                                            "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": "cde127d7-2b48-4a1b-82d2-64838e7466d6",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "profile",
                                                                ":id"
                                                            ],
                                                            "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": "50b80520-b94c-4305-ab50-ac59035447af",
                                            "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                            "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": "4f0bd4b9-1876-40cd-8268-cb93747b16f9",
                                                    "name": "OK",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "profile",
                                                                ":id"
                                                            ],
                                                            "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  \"description\": \"<string>\",\n  \"displayName\": \"<string>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "524dc61b-fd7e-441b-9748-145d4e3e1695",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "profile",
                                                                ":id"
                                                            ],
                                                            "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  \"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": "4efc2e1f-4393-4d6b-add4-58224c1e347a",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "profile",
                                                                ":id"
                                                            ],
                                                            "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  \"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": "37d3fda7-d048-4639-b87e-ef6aab1db50f",
                                                    "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": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "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": "348a520b-de15-4458-8d5e-8aaecc16732e",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "profile",
                                                                ":id"
                                                            ],
                                                            "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  \"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": "32040c53-75a9-4a58-9f8f-9160c3d9ee6f",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "profile",
                                                                ":id"
                                                            ],
                                                            "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  \"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": "08fb9c7d-e425-4e5e-a0b8-acb425ecaa9f",
                                            "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                            "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": "a9b53af2-0e72-401f-8bdd-4a2575f8f575",
                                                    "name": "OK",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "profile",
                                                                ":id"
                                                            ],
                                                            "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": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "55abfc67-10c3-48c3-b1f0-cf0ca94fcc8c",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "profile",
                                                                ":id"
                                                            ],
                                                            "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": "63fd409a-79ce-46e5-ac65-2e76e41e5b49",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "profile",
                                                                ":id"
                                                            ],
                                                            "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": "b03f83d6-7b37-4423-9639-d48dec9bd973",
                                                    "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": []
                                                        },
                                                        "header": [
                                                            {
                                                                "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": "e4b7fe3f-d1b7-49aa-9c91-115f02e64ded",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "profile",
                                                                ":id"
                                                            ],
                                                            "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": "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": "9eae09bc-83bd-4923-9036-87cb792df23e",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "profile",
                                                                ":id"
                                                            ],
                                                            "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": "profileEntry",
                            "description": "",
                            "item": [
                                {
                                    "id": "9a707224-e984-4302-8114-9e658ed3c157",
                                    "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": "XKLC2B7IxvInoBqNGL1cMEoPKT8QhSmTPUWZv%Z3qCFp0JjOmFmZdMI9dXwserPzJC30uNrkqFCUFTDX2khUbKU0C4juP%KCwMYPJVDOkZx%szVCbmcLyb5WgVmuHf"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can search on attributes",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "s",
                                                    "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "a66f8296-c3ef-4ee9-8ade-90536077c6c9",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "335906ff-9434-4630-a5d1-b2e5dbf623f9",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "9d131e33-6061-4e24-8bb5-3bfe4e842fca",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "5fa917df-07c5-401c-9298-ff3ed09e96ce",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "29b5c41e-d523-469c-bf8a-35b1f0db4c22",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "can search on attributes",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "s",
                                                            "value": "zutjdz2nSK5gR9Ixnp9z9U1FiuK9Tn"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "040f5daf-caf7-4f97-9149-caa17ebc2501",
                                    "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": "752b2a17-5e3a-47cb-8edb-985bbd4d582a",
                                            "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": "891413a9-485d-49ae-832d-ed78bb912989",
                                            "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": "05d0261e-3009-49d2-8910-294614900ecf",
                                            "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": "067205c6-5848-47bb-983c-7f02e93c0ead",
                                            "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": "0e515c24-48f3-45ff-99ec-2201b6353965",
                                            "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": "cf0d6ed4-c1b0-46dd-8d56-a09047af26d7",
                                            "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                            "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": "7c1679e2-4bec-400f-8663-309f7fdc3bc3",
                                                    "name": "Success ",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "profileEntry",
                                                                ":id"
                                                            ],
                                                            "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  \"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": "f9e3dbb7-396c-4692-ae98-125e7499e545",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "profileEntry",
                                                                ":id"
                                                            ],
                                                            "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": "1e4d0b33-6d6f-4b46-897b-0073bd2f2abf",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "profileEntry",
                                                                ":id"
                                                            ],
                                                            "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": "d332706a-abf9-4baf-9ae7-2304765146db",
                                                    "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": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "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": "52d0f0ca-5808-451f-a095-225040e2b8ba",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "profileEntry",
                                                                ":id"
                                                            ],
                                                            "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": "239ea1dd-ec8d-44ff-b47e-3ee385f7ec9e",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "profileEntry",
                                                                ":id"
                                                            ],
                                                            "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": "bf6c5028-1648-47b2-81d3-02b3e724dcbf",
                                            "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                            "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": "a7f98516-9836-4e1d-ba22-55db26009488",
                                                    "name": "OK",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "profileEntry",
                                                                ":id"
                                                            ],
                                                            "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  \"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": "db087e73-8011-4daa-ad96-d6b49004b301",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "profileEntry",
                                                                ":id"
                                                            ],
                                                            "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  \"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": "7e47093a-feba-42ba-8647-7cb55ed54b93",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "profileEntry",
                                                                ":id"
                                                            ],
                                                            "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  \"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": "7d2bf620-81b1-436e-a8aa-cb13f69c69a3",
                                                    "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": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "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": "eb3c5edd-8eb1-408c-9fc2-246b76a91db2",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "profileEntry",
                                                                ":id"
                                                            ],
                                                            "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  \"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": "72b0ef65-dc66-4e2b-9dc7-ba6c3a32fa44",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "profileEntry",
                                                                ":id"
                                                            ],
                                                            "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  \"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": "53a7a7c5-8734-4ba5-8e22-11a8496661eb",
                                            "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                            "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": "31d2dfc1-6ac2-49ae-b3ed-95b93b57b2c9",
                                                    "name": "OK",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "profileEntry",
                                                                ":id"
                                                            ],
                                                            "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": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "5e135b91-8616-4b1c-be9e-cdd520a191db",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "profileEntry",
                                                                ":id"
                                                            ],
                                                            "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": "541a2e61-268c-4ba0-9e08-2ea756482c64",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "profileEntry",
                                                                ":id"
                                                            ],
                                                            "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": "c5b5d779-caf3-4cfd-bc56-f4a1298ea478",
                                                    "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": []
                                                        },
                                                        "header": [
                                                            {
                                                                "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": "0a4e0f95-a44d-4f29-88c9-52dbf3c8663b",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "profileEntry",
                                                                ":id"
                                                            ],
                                                            "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": "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": "92906248-160d-4678-8fe3-93c06f6cb396",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "profileEntry",
                                                                ":id"
                                                            ],
                                                            "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": "profileMember",
                            "description": "",
                            "item": [
                                {
                                    "id": "25e910cc-2b13-44b2-a91e-1f4dd3e8d2b8",
                                    "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": "XKLC2B7IxvInoBqNGL1cMEoPKT8QhSmTPUWZv%Z3qCFp0JjOmFmZdMI9dXwserPzJC30uNrkqFCUFTDX2khUbKU0C4juP%KCwMYPJVDOkZx%szVCbmcLyb5WgVmuHf"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "5606c3ec-2af0-4e50-87ef-8ee4f6eb0067",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "50eefc34-0c99-41f6-8ca0-66c47e649622",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "9b1460fb-b289-4beb-b5de-08836a190683",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "9a87789a-c25d-4aaf-a655-2d321fb73fa9",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "a28652c5-4c8f-4491-bcba-7fd9ff7b35d5",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "e9e4e92e-cc3b-4fde-9754-386015cdad27",
                                    "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\": \"USER\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        },
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "7f988d9c-5436-4ef6-9add-ef8cd513deda",
                                            "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\": \"USER\"\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": "8049733e-ed19-49a3-8fcc-f5e73d35cbf3",
                                            "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\": \"USER\"\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": "292b1031-dd72-44b1-84f0-4ac0c63806d2",
                                            "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\": \"USER\"\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": "0c9a491c-abfa-4880-b46f-434a820990a9",
                                            "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\": \"USER\"\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": "3e49762d-6adb-42f2-acfa-dc69b9c6fca7",
                                            "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\": \"USER\"\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": "e4378fd4-8e0b-484a-9cfb-0ac0438382a2",
                                            "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": "34384bb4-3dff-4ca3-b110-65d1f2f4ab01",
                                                    "name": "Success ",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "profileMember",
                                                                ":id"
                                                            ],
                                                            "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  \"profile_id\": \"<string>\",\n  \"role_id\": \"<string>\",\n  \"group_id\": \"<string>\",\n  \"user_id\": \"<string>\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "8d8c8132-5e4f-43b3-80f0-a1b2af77a2a6",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "profileMember",
                                                                ":id"
                                                            ],
                                                            "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": "e9ef06b8-3db5-45f8-9621-31db733d6eb6",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "profileMember",
                                                                ":id"
                                                            ],
                                                            "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": "37def289-dc48-4053-98f8-2eadaa3e4a0d",
                                                    "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": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "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": "c2b17bb3-a24b-424a-ae34-54d12d1f3565",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "profileMember",
                                                                ":id"
                                                            ],
                                                            "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": "761baca3-5335-480c-802b-46344f9fabba",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "profileMember",
                                                                ":id"
                                                            ],
                                                            "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": "4e2258cd-9f06-4ce4-8a6f-9c0c4fad4c18",
                                            "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                                            "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": "5af81878-a42f-4e0d-9008-b3d9a9b6d512",
                                                    "name": "OK",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "profileMember",
                                                                ":id"
                                                            ],
                                                            "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": "OK",
                                                    "code": 200,
                                                    "header": [],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "7086d9f1-00aa-49db-b1b6-6a508f684c7c",
                                                    "name": "Bad request.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "profileMember",
                                                                ":id"
                                                            ],
                                                            "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": "35b73d14-e8dd-4891-8599-bc01d002d916",
                                                    "name": "Authorization information is missing or invalid.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "profileMember",
                                                                ":id"
                                                            ],
                                                            "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": "c68dc6fc-2a66-405c-93d6-b0f5a339e4e2",
                                                    "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": []
                                                        },
                                                        "header": [
                                                            {
                                                                "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": "ac57b799-72bc-4127-9aeb-762f098b0bc6",
                                                    "name": "The resource for the specified ID was not found.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "profileMember",
                                                                ":id"
                                                            ],
                                                            "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": "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": "3ec2c36e-1027-4c0c-b4ea-887c816a6594",
                                                    "name": "Unexpected error.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "API",
                                                                "portal",
                                                                "profileMember",
                                                                ":id"
                                                            ],
                                                            "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": "theme",
                            "description": "",
                            "item": [
                                {
                                    "id": "bb0f6ee5-4991-414c-83dd-3e3d33e1d646",
                                    "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": "3922a44c-fe3d-441e-9919-cb5f0d839077",
                                            "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": "c18358c4-11b3-4059-88d3-53cbae8d45db",
                                            "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": "91254636-d565-440f-ad01-ccf5b8928819",
                                            "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": "f50731b6-4f84-403d-a01d-1e9ce420ab87",
                                            "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": "de7295b4-b17e-4960-9a6f-2cc56ffbfbd3",
                                            "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": "a266e00b-4c9a-4f32-8919-9be91a8187db",
                                            "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": "09022a2b-c34e-4697-ae4e-802015fd4637",
                                                    "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": "79446347-bacb-422e-b1b6-8dd0967c665f",
                                                    "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": "fa1d13f6-b675-49f9-8609-082b070f5a97",
                                                    "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": "59cffbce-93a9-4231-88b2-dd7c2c50b3a9",
                                                    "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": "48272b5d-e8f4-4f81-90f1-50544dfa81d5",
                                                    "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": "5ca50225-6d3a-4210-93d4-17857e56e4f7",
                                                    "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": "i18nlocale",
                            "description": "",
                            "item": [
                                {
                                    "id": "568b712b-d96e-4099-86d9-d616a6a96100",
                                    "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": "c67b93df-f1a7-4e83-a984-ff232c252fff",
                                            "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": "6cc71e2a-9816-46d8-8266-42bcbd834797",
                                            "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": "fa53acfb-b30c-4db8-a158-a8dc783c9f41",
                                            "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": "a3f7e8a9-24c7-437c-9c5d-55828c153b40",
                                            "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": "d551823c-d5b8-49a4-8ab4-25c34c7c6687",
                                            "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": "9e7a2af8-2cd4-4f73-92fa-ec1de8697e77",
                                    "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": "XKLC2B7IxvInoBqNGL1cMEoPKT8QhSmTPUWZv%Z3qCFp0JjOmFmZdMI9dXwserPzJC30uNrkqFCUFTDX2khUbKU0C4juP%KCwMYPJVDOkZx%szVCbmcLyb5WgVmuHf"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "can filter on attributes with the format f={filter\\_name}={filter\\_value} with the name/value pair as url encoded string.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "f",
                                                    "value": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": null
                                    },
                                    "response": [
                                        {
                                            "id": "2a292833-d774-4a48-b561-e55688bef6af",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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    \"qui1_\": \"<string>\",\n    \"cillum0\": \"<string>\"\n  },\n  {\n    \"enim_1\": \"<string>\"\n  }\n]",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "07d120fe-822f-4f29-9b6e-a33030a61343",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "d3e5cc29-a64b-4620-bbaf-310e871fc2b5",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "7046efd0-c42a-4b6d-8df6-a33f2dc5b186",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "b7289546-ab10-43bb-b4f5-d8fb48683e44",
                                            "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": "2RDxSPqLlhipbK0biKEuQ44u5HDXbpHhmMEL75WjjUrJX8ni591U4CJ7kTv85mdtEuy7kOOkOmBVJ163d"
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "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": "831c448e-7302-49e5-a56e-98388283255c",
                                            "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": "70a23a9c-c03a-40ed-abe0-6bb36e6ec16d",
                                                    "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": "d8500fc9-e533-4503-b7e7-5780692c8e45",
                                                    "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": "00288751-6c09-4f0f-b331-8374080eb297",
                                                    "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": "07ae9e80-9f20-4518-922c-00003e6114b7",
                                                    "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": "7a5e3ada-acb6-40bb-97db-b9a88de29ab9",
                                                    "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": "15fa1305-e063-404a-8a93-3bcac6e08501",
                                    "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": "2aca9061-c554-431d-9230-857bb3063209",
                                            "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": "3f0cbc41-b44c-43ca-bb78-066c0382866b",
                                            "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": "e543349a-3c0c-4117-8546-54fe3600dd82",
                                            "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": "fbcd760c-9fd6-4246-95d9-74a7f4ee0220",
                                            "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": "71d721e3-0f3b-4727-ac8a-ea7118529872",
                                            "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": "1485f3d0-42c1-462b-abfc-c7ae945df9fe",
                                    "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": "de56a27a-4fc7-4ab4-93b8-886089f9d564",
                                            "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": "ddf9c358-5ca6-4030-9f37-3604a7efe52f",
                                            "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": "546cf9da-544d-4299-9db5-ed07afd7ba3a",
                                            "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": "8448add3-0295-4763-b141-8d015d6a48e3",
                                            "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": "4dca7b18-ca19-440b-bbe1-5560bdf288d2",
                                            "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": "aeda853c-518f-4b07-bcfa-27f27f948f79",
                                    "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": "c9529440-b845-4d02-88d2-12cd8883ae41",
                                            "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": "dcb9981d-2568-4766-ae78-473845fe1baa",
                                            "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": "d945074a-d289-4ed9-af1c-0f8dbfa0cf39",
                                            "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": "fb59d334-2ee5-4696-a966-717843e3e1dd",
                                            "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": "f32150ee-195d-4fbe-ac47-5ae38af54278",
                                            "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": "59b2837c-a8e9-4dae-a658-516f1c0a5d82",
                                            "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": "b4176da9-390e-4529-9de4-b35cf9f15c43",
                                                    "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": "6faa2444-0e6a-4596-90a7-35f5f6c5ae5a",
                                                    "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": "205e537d-785f-4fed-92b6-ccadde79e7ab",
                                                    "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": "4417493f-f45a-4113-81ea-f8f4f05ab85e",
                                                    "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": "4bf012f0-cea6-455d-8b8b-a8a31e928542",
                                                    "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": "dd96520f-8aae-4157-a8e3-1e5c589e9a81",
                                    "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": "c915c731-b590-4eb2-a700-ff28c60450dd",
                                            "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": "d325d5c0-636e-49ab-9e4b-8a1463e3cc96",
                                            "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": "e86e2984-1fa5-4884-80e5-84350459caef",
                                            "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": "81d46b31-a4b7-48cd-9528-a97d2635bed7",
                                            "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": "b8fa9089-6a1d-4420-a819-fb5786ecf0e5",
                                            "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": "e980a44d-5938-4bcc-88cc-99d002c2bd03",
                                            "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": "70c4810f-2191-4923-8fa3-6d9ef6505c97",
                                    "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": "987cece9-29a0-4d72-b58c-95573e166263",
                                            "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": "205a8c15-e248-4946-ae83-0f92171d3c36",
                                            "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": "e04fb009-0cb2-4799-b678-660c36f60eb8",
                                            "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": "47714bc9-b816-46fa-b737-f0c8ee0773d3",
                                            "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": "72e149c7-a769-4efe-ae52-a74cbb3ce178",
                                            "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": "2a3b0a03-ec2a-4c5b-8580-56c8ba18a436",
                            "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": "1a9d5763-5d1a-4706-8cf0-0d867e816095",
                                    "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": "ef507743-6fdb-4acf-9d7a-8dd40f9c6f85",
                                    "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": "c5f09a86-1e28-4fb9-bdd5-e7ba82d9e250",
                                    "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": "767734c6-5aec-4751-a29e-b94b030ce955",
                                    "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": "1c6ff204-d493-4680-a17a-7c829e54e03a",
                                    "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": "b60e61f7-5bf2-4554-a94e-ad806ebdaddf",
                                    "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": "f85ac352-52ce-4ecf-b6ee-710287d8d235",
                                            "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": "7770bc01-a2f4-48b4-8745-73557e288dcb",
                                            "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": "7dc1a22b-3d18-4564-a004-85c832af2f36",
                                            "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": "9f94a65b-384a-44ad-b554-832b4222c2e6",
                                            "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": "2e48d6eb-35da-4633-8299-a3437f6f81a8",
                                            "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": "5f8f1b34-4807-493b-9f13-01da6917653f",
                                            "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": "0bf8fc27-9512-4f2e-a551-3c3a09103f26",
                                    "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": "f695d388-f2a2-4224-a5e0-1506ad02f54d",
                                            "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": "661411e7-2cc7-45c6-888e-2dc1c6ae787e",
                                            "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": "790c52ca-e7a3-4323-af77-9136701053ef",
                                            "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": "3575e58f-a156-46ba-96ba-b32967183cd2",
                                            "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": "0aeebf3a-a43c-4ec0-af1d-33c3dedeb738",
                                            "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": "ce235a08-bc9d-4925-8040-52d29545d6fb",
                                            "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": "4f28eb03-9c05-47d1-a92e-e8859915e344",
                                    "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": "08eba6f2-9738-48b5-bf32-89cdda3e66b2",
                                            "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": "6a12c656-83bb-49c5-8564-4d4de95a2818",
                                            "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": "1938f645-261f-4f15-9428-a131d9badd3a",
                                            "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": "94772c7d-1058-43af-8fb3-8c830904b41e",
                                            "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": "67c8dfd5-da3b-4734-8cad-5eb2d602d013",
                                            "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": "7201fe7c-1d88-4afb-9e26-1ef116c7895a",
                                            "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": "3420d52b-eb29-4bae-aee5-7d0ed3173137",
                                    "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": "47c14e5d-8494-4c56-b060-408a90d586ef",
                                            "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": "1af2193e-92a4-4eb3-a33d-ba358b0303f2",
                                            "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": "491a513e-204b-40e6-a4a3-d42d3b2e7461",
                                            "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": "4e5185c9-4ca4-4582-915d-be28fa1c2db9",
                                            "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": "a524a450-5068-4eab-8f24-df7ae00ac7e6",
                                            "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": "a2331548-ea82-45b4-aa26-113a68137a35",
                                            "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": "c89db5ee-8ea5-4e9c-9b43-278fa06f5c2f",
                            "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": "82754ec0-ef90-4129-ab88-8883792d142a",
                                    "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": "8hqf1WTr6OTNyP.QXheAGzPrNlTgEHM_PEeqEK1JoZoJTNz1e-hFt_vi0d2NcWOiuEpluH.DpXbdsTrp6seJObYoZRKNy1DIX3LTplJf0yxQ_cW_5YBTOBeykmScNkQFZwguhRty92jOPRsuRRbgOf2NbIfarpsV33CWmMWXyFNbGp6vOB9s7_Dfy9Avwrfmt9h77vXIUGTL6rg",
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                },
                                {
                                    "id": "8732d427-2fed-44c4-9d4b-0bff30c8c4e6",
                                    "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": "836050ed-054d-442a-a6c0-d9ab0a5438d4",
                                    "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": "d88a1b87-60d8-47a7-929e-d2911e0f4bc9",
                                    "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": "d9411657-640d-4941-8a97-69a283a09829",
                                    "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": "703cc0ab-fe70-47d4-9b6a-5315f6db7b76",
                            "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": "28a7e959-1474-4e7a-a543-770160b247cc",
                                    "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": "4hUbfoARRYcnWW_oIVNIBa_1p_oV0kjuVY4u8Y9rktifuSXWuRQLLrO9ZyZ2LhLt3jK7EDylUGFfFwDNpEiGeK5P2B.DtL_wz4nTek8mO1jBxJBFlDV4zzzC57Kah0wS6GhVJFVzqHk8nOf4ynz3DYtW7PC1I39MKQFjZndri3cBwTrRfoggKlND5t-UhKCcp.BDNeJFco1VSUgHBGRHciskdLLL_5fmk",
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                },
                                {
                                    "id": "d8b045d4-3b6b-42ce-bd6d-7ecb4b7b8817",
                                    "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": "e5b7f1c7-3a3d-4142-af95-204fbcecc081",
                                    "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": "2d9b2b13-d78e-423d-a652-7103159f3044",
                                    "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": "faf2e9b3-f6ee-42d7-9374-914627bff02c",
                                    "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": "46d42de1-f580-466d-85c9-13765ce13ee6",
                            "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": "fd7eafa4-066e-4c04-96d2-ec0d5daf7a83",
                                    "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": "qtEaxNtxSWoFYX53..XNQr.aMk3EYeWNvEaFL8gAjZu7RcAeK0iLp7aJCs7tlIiT4HAxhgXcwDJxtKaWVjqw0iZt0OhpEVPVtaZvE.teDgwOpMRxtooacoYvruBKXg3oounnQlLovMTOdq3qxbvRlq7vPATedE1J7J_GrF",
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                },
                                {
                                    "id": "44944472-acec-4eb6-ad4a-d30b7c392bfe",
                                    "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": "918f7fa6-ebdc-41a9-8cca-79855701a162",
                                    "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": "5375f8f7-9553-4691-9a7a-08dcbf15f9ad",
                                    "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": "e8d96d79-67a6-45dc-936f-952d5f5dcb58",
                                    "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": "4ce9b512-67a4-4c82-9aef-e84466c1ea74",
                            "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": "6a87f6b2-fd41-46c4-ba67-74bc2c39bbc1",
                                    "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                },
                                {
                                    "id": "e52d7046-216d-4e06-b3cc-963b1a5a9d67",
                                    "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": "61900ef1-f0bf-4a71-aebe-f100e1e4c5d7",
                                    "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": "99169a37-805a-46db-af7f-84e72619f38e",
                                    "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": "c529c96e-0fa7-4abe-a7e5-e17278994ca3",
                                    "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": "90d87181-3b28-458f-80f9-a37dd04fff8e",
                            "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": "80fe8d5e-630c-465a-90d7-2d6c2c4939b8",
                                    "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": "dGFCWk.FRXi7EMEg-EH7WVP0eic3ZqXjedMisjW9nX8I6mY-MzrZRiy-2iaEzULjAPzayAzltCVBKSygeEVruyY6PGGMPn8RwFGzV5Ft1.yPsQFiHTBzy",
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                },
                                {
                                    "id": "4010c8a4-c9ca-445e-b4ac-a73ac6d17af3",
                                    "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": "950f879d-91d9-4a8e-a8d6-e6c937d629ef",
                                    "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": "3aa506b4-b6ef-426c-80b6-63da727b0c51",
                                    "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": "c8f07671-4aa8-4c0f-b08b-2cd8248a3db2",
                                    "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": "017459a4-d3ec-45a1-89c3-32d5a6c8a9e0",
                            "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": "87fbac3a-c8aa-4059-b918-9d1c28bc98ea",
                                    "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": "Y11aq_X02Q5GMYqJLYAZ.RomvzJQ-jZXQxDclo3d1ZHkh.jWqQA.Wizfi_3Lbu-puFmEjaZsnnzRW7Lu51e2RtkFYBm_EmdczL1nsV9uOmKa4F9A5qpv6urYnXXf2iLPkOmIrIATMrz-o_t5VbYym83MdlT2KKKdqi-pMReHojVeFcuoPU_OjR2.KjaHw8a0vyEj",
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                },
                                {
                                    "id": "1e039f32-2966-4665-ac18-3b912b71bfb5",
                                    "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": "85dd124c-ae52-4ebf-b5d4-19d8b3ed1e00",
                                    "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": "77a691c4-e0f0-42f0-a125-ec46654b10b2",
                                    "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": "6765736c-3b77-4d44-87d7-44814b2bebd5",
                                    "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": "9b1fecd4-acee-49e9-bae0-24baefaee8fe",
                            "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": "94f5190c-b2e6-4db6-9b5f-98b9a9500cfe",
                                    "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": "a1bap5GIF0AWPoVGNeO0XCI4x9Z1xjM4ZRWdFauY1stqtfp0Kbr16jOcDI5_wF1SU9HKx_hr1X3j7CM9Gi2L.3Wj46kJVRPPCjzcEtndmfev-uKJd8y0OCde5KhU5aXsaIGezwA_xdcdeXYrxMobcwaFygPiuSi5xAFTF_GhrFS8rqe_5JIIMgsFBpUhq73LhX5_VbSEqf1YSSyc3uWQSN0fEhCZP44bFTezFxUpTYgnGFazIUAAl0",
                                    "cookie": [],
                                    "_postman_previewlanguage": "text"
                                },
                                {
                                    "id": "5b97991f-f9b8-41fb-9967-94292654fba0",
                                    "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": "0899b0c0-c988-4f01-9041-5bad61b4e31c",
                                    "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": "03db39e1-32fe-447e-ba59-712d79ab8a12",
                                    "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": "11eab6d5-2a3d-4bfb-a805-fff98fbedd86",
                                    "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": "82517a5e-288e-48e8-90ec-6aec4bdc0cab",
                    "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": "8ceb83e5-a6ba-4cd7-a201-9e0dc04b19a8",
                            "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": "`ZekAj Rj#;"
                                },
                                {
                                    "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": "sZhGtw-TBYRInw5JONwTvf7rYqJsaHl0dCmJoY6YBrRpsrgTZo6z6TlePevS5K8TnmQf99854L9RnwQgeK75DAVfrk0I8ogY7SHi0mFUByUZRv4u1IDeFsaUaz4QBeliajKbsUMVysIly55dledWtS5hKy9EdaXttIMgftyTYd9tcPn"
                                }
                            ],
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        },
                        {
                            "id": "394aa2b9-f2b9-4ac0-bead-4610c9765fb5",
                            "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": "f0abb49a-9808-47cb-9155-5cb651bcb740",
                            "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": "ed1aa427-3944-4c53-8720-cc2edfc2cb83",
                            "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": "8ba9f0f9-86b8-4f10-82bc-2535b62142a9",
                            "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": "8cb1dd32-e664-4165-910f-11b174cb1668",
                    "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": "06eca2d5-4543-4501-9aa0-fd3545b30d96",
                            "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": "a31fc0dd-573a-457c-a58a-46a33684380b",
                            "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": "4254d4fe-b6b1-4dff-98ee-37b4a94db03a",
                            "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": "953a9560-d3ac-4485-a15d-fb66513b218e",
                            "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": "0fedfa61-2ce5-48db-be3c-655df416e442",
                            "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": "4bc488e6-f29e-4a39-9bdc-0d86214cf493",
                                    "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": "12b992db-149a-4bc7-a02d-2a997533b23e",
                                            "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": "72d969ef-67af-46c9-abf5-31bf9846b148",
                                            "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": "0a939d00-777c-4e62-a95c-4b8f7cd41be3",
                                            "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": "12e0f00d-735c-426f-b27f-d40db1eba1c8",
                                            "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": "563b64c8-a25f-4425-b43b-307b59d16d54",
                                            "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": "deb8fa99-76f4-4d74-9c4c-9bff447deda5",
        "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"
        }
    }
}